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

body{
	background: #32404b;
}
#container{
margin: 0 auto;

width: 700px;

}

#header{
	height: 254px;
	width: 666px;
	background:url(crawl_bg.jpg) #32404b top no-repeat;
	margin: 0 auto;
}
#nav{
margin: 0 auto;
background:url(nav.jpg) no-repeat;
height: 60px;
width: 700px;


}

#content{
border-top:2px solid;
color:#ADB7C3;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;

line-height:1.5em;
margin:0 auto;
padding:20px 0;
width:666px;
}




a:link { color:#fff; text-decoration: underline;}
a:visited {color:#fff; text-decoration: underline;}
a:active { color:#fff; text-decoration: none;}
a:hover {  text-decoration: none;color: #dddddd;}



p {
margin: 0 0 0 0;}

h1{
margin: 10px;
font-family: "Times New Roman", Times, serif;
font-size:24px;
font-weight:bolder;
font-variant:small-caps;
text-align:center;
}

