* { margin: 0; padding: 0; }
/* Below sets the browser-wide background image */
body  { 
			background: url(../images/BG_05.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
/* end browser-wide background image */		
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
	font-color:#000;
}
#content {
	background-color:#FFC;
	padding:15px;
	border:solid 0px #C60;
	height:auto;
}
#container {
   margin: 40px auto;
   padding: 0;
   border: 1px solid #903;
   width: 960px;
}

#nav {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding:10px;
	margin:0 0px;
	border-bottom:solid 1px #903;
	border-top:solid 1px #903;
	background-color:#FFDEFF;
	height:25px;	
}
#nav ul li {
	text-decoration:none;
	margin:0 10px;
	float:left;	
}
#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:30px;
	padding-top:0px;
	margin-top:0px;
	border-top:solid 1px #903;
	background-color:#FFDEFF;
	height:25px;text-align:center;	
}
ul {
	list-style-type:none;	
}
.textBigger{
	font-size:14px;	
}
.floatRight{
	float:right;	
}
.floatLeft{
	float:left;	
}
.clearIt{
	clear:both;	
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin-left:20px;
	position:absolute;
	top:158px;
}
h2{
	font-family:"Times New Roman", Times, serif;
	color:#903;
}
h3{
	font-family:"Times New Roman", Times, serif;
	color:#903;
}
p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:10px;
	color:#000;
}
#col-1{
	float:left;
	width:460px;
	border:solid 0px #3F3;
}

#col-2{
	float:left;
	width:460px;
	border:solid 0px #3F3;	
}
.clearIt {
	clear:both;	
}
