@charset "utf-8";


*{
	margin:0;
	padding:0;
	outline:none;
	border:none;
}

img{
	border-style:none;
}

a:hover {
	text-decoration: underline;
}


a:link, a:visited, a:hover {
	color: #000;
	outline: none;
	-moz-outline-style:none;
}

body{
	margin:0px 0;
	outline-style: none; -moz-outline-style:none; 
	*focus: outline:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #144B9D;

}

#maincontentholder{
	margin:auto;
	width:800px;
	height:auto;
	background-color: #FFF;
}

#header{
	height:150px; 
	width:auto; 
	background-image:url(images/Header.jpg); 
	background-repeat: no-repeat;
}

#bottom_nav{
	width:auto;
	font-size:10px;
	padding:10px;
	margin: auto;
	background-color: #Fff;
	height:auto;
	border:medium;
	border-style:solid;
	border-top:none
	
}

#main_content{
	width:auto;
	height:auto;
	background-color:#FFF;
	border:medium;
	border-style:solid;
	border-bottom:none
}

#image_holder{
	width:auto; 
	height:200px;
}	

#background{
	margin:auto;
	width:800px;
	height:50px;
	background-image:url(images/wide/bgr.jpg)
}

#shadow{
	width:860px;
	height:auto;
	margin:auto;
	background-repeat: repeat-y;
}
#home_btn{
	float:left
}
