@charset "UTF-8";
/* Premium Glass Fencing */
/* Created on: 30 May 2011 */
/* Created by: Cubbyhouse Design */
/* Copyright (c) 2011 Premium Glass Fencing */

body {
	background-image:url(../images/bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color: #47ABC4;
}

#outter-container {
	margin: 0 auto;
	background-image:url(../images/in-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	width: 900px;
	height: auto;
	background-color:#fff;
	padding-bottom:10px;
}

#inner-container {
	margin: 0 auto;
	width: 870px;
	height:auto;
}

#header {
	margin:0 auto;
	height: 160px;
	width:870px;
	padding-top:20px;
}

#blue-band {
	margin:0 auto;
	background-color: #21b1e7;
	height: 3px;
	width: 870px;
}

#nav {
	margin: 0 auto;
	background: #2e3191;
	height: 29px;
	width: 870px;
}

#ani {
	margin: 0 auto;
	height: 198px;
	width: 870px;
}

#main-content {
	margin: 0 auto;
	height: auto;
	width: 870px;
	padding-top:20px;
	padding-bottom:20px;
	font-family:"Myriad Pro", "Trebuchet MS", Verdana, Arial;
	font-size:13px;
	color: #414042;
	line-height:1.5em;
	background-color:#fff;
}

#footer {
	margin: 0 auto;
	background: #f1f1f2;
	height: 300px;
	width: 870px;
	font-family:"Myriad Pro", "Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color: #6D6E71;
	line-height:1.5em;
	overflow:hidden;
}

.green-font {
	color: #98CB4E;
}

.small-font {
	font-size:9px;
}

#footer a:link {
	text-decoration:none;
	color: #6D6E71;
	border-bottom:1px dotted;
	}