@charset "utf-8";
/* CSS Document */

body{
background-color:#000066;
font-size:95%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#CCEAFF;
}

#container{
margin: 0 auto;
width: 960px;
}

#topnav{
height:auto;
width: 960px;
}

#header{
width: 960px;
height: 250px;
background-image:url(images/ericheader3.jpg);
background-repeat:no-repeat;
padding-bottom:20px;
}

#banner{
width:960px;
height:50px;
}

#banner a{
display:none;
}

#content{
width: 960px;
padding-top:20px;
}


#footer{
clear:both;
width: 960px;
border-top: 2px solid #CCCCCC;
}

.imageright{
float:right;
padding:10px;
}

.imageleft{
float:left;
padding:10px;
}

img
{  border-style: none;
}

/*-- typography --*/

#topnav h1{
color:#CCCCCC;
font-size: 160%;
font-family:Georgia, "Times New Roman", Times, serif;
}

#topnav h2{
float:right;
font-size: 100%;
}

#topnav h2 a{
color:#CCEAFF;
}

h1{
color:#CCCCCC;
font-size: 180%;
font-family:Georgia, "Times New Roman", Times, serif;
}

#content h2{
color:#CCCCCC;
font-size: 150%;
font-family:Georgia, "Times New Roman", Times, serif;
}

#content h3{
color:#CCCCCC;
font-size: 120%;
font-family:Georgia, "Times New Roman", Times, serif;
}

#content p{
padding-left:15px;
}

#content a {
color:#CCEAFF;
}

#content td{
text-align:center;
}

#footer p{
font-size:90%;
text-align:center;
}

#footer p a{
text-decoration:none;
color:#CCEAFF;
}

#content blockquote{
	padding:20px;
	font-style:italic;
	width: 400px;
	text-align:justify;
}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:50px;
		overflow:hidden; 
		}	
		
	#slider a{
		display:none;
		}
	
/* // Easy Slider */
