*{
	text-decoration: none;
}
	


body{
	color: #4a7576;
	background-color: white;
}

b{
	color: #003333;
}


#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-image:url(../images/tile.png);
	background-repeat:repeat-y;
}
#header{
	background-image: url(../images/banner.png);
	width: 1000px;
	height: 416px;
}



#left_nav{
	background-image:url(../images/sidebar.png);
	font-size: 20px;
	width: 191px;
	height: 463px;
	float: left;
	padding-left:60px;
	padding-top:60px;
}

#main_content{
	background-image:url(../images/main_content.png);
	text-align: justify;
	font-size: 12px;
	width: 669px;
	float: right;
	padding-left:30px;
	padding-right:50px;
}


#footer{
	background-image: url(../images/footer.png);
	width: 1000px;
	height: 70px;
	clear: both;
}
	

a:link {color:#003333}    
a:visited {color:#003333}  
a:hover {color:#3BB9FF}  
a:active {color:#003333}
