/* CSS Document */
.clearfix{
	clear: both;	
}

body{
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'Lucida Grande',sans-serif;
	font-size: 11px;
	text-align: center;
	background-image:url(../images/mainBg.png);
	background-repeat:repeat-x;
	background-color: #94e4e8;
}

a{
	color: #0084B4;	
	text-decoration: none;
}

a:hover{
	color: #003474;	
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 3px;
}

p{
	padding: 0;
	margin: 0;
}

#outer_wrapper{
	margin:0 auto;
	width: 100%;
	text-align:left;
	background-image:url(../images/topBg.png);
	background-position: top center;
	background-repeat:no-repeat;
}

#inner_wrapper{
	margin: 0 auto;
	width: 1000px;
}

#topper{
	display: block;
	height: 210px;
}
	
	#top{
		display: block;
		height: 80px;
	}
	
		#logo a{
			display: block;
			position: relative;
			float: left;
			width: 210px;
			height: 79px;
			left: -23px;
		}
		
		span#top_navigation{
			display: block;
			float: right;
			width: 780px;
			margin-top: 42px;
		}
			
			span#top_navigation ul li{
				display: inline;	
			}
			
	#bottom{
		display: block;
		height:130px;
	}
	
		div.latest_backgrounds{
			display: block;
			float: left;
			width: 190px;
			height: 120px;
			margin: 5px;
			background-color:#FFFFFF;
			opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
			filter: alpha(opacity=75); /* IE lt 8 */
			-ms-filter: "alpha(opacity=75)"; /* IE 8 */
			-khtml-opacity: .75; /* Safari 1.x */
			-moz-opacity: .75; /* FF lt 1.5, Netscape */	
		}
		
#content{
	display:block;
	background-image:url(../images/contentTopBg.gif);
	background-color:#FFF;	
	background-position: top center;
	background-repeat:no-repeat;
	padding-top: 8px;
}
	
	#left_content{
		display:block;
		width: 640px;
		float: left;
		padding: 3px;
	}
	
	#right_content{
		display:block;
		width: 340px;
		float: right;
		padding: 3px;
	}

		.menuBlock{
			display: block;
			margin-bottom: 5px;
		}

#footer{
	display: block;
	background-color:#FFF;
	text-align:center;
	padding: 5px;
}