@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
text-align:center;
background-color:#000;
background-image:url(background_image.jpg);
background-repeat: repeat-x;
background-position:top center;
font-family:"Times New Roman", Times, serif;
font-size:12px;
}
#container{
width:900px;
height:auto;
margin: 0 auto;
padding:75px 0 0 0;
text-align:left;
}
#container2{
width:100%;
background-color:#fff;
margin:0px;
}
#header{
width:900px;
background-color:#fff;
}
#content{
width:860px;
margin-left:20px;
background-color:#fff;
}
#navtop{
width:300px;;
border-bottom:10px solid #e6d36e;
margin:0 0 20px 0;
padding:60px 0 15px 75px;
}
#navtop li{
display: inline;
list-style-type: none;
padding-right: 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12px;
}
#navtop a{
color:#000000;
text-decoration:none;
}
#navtop a:hover{
border-bottom:2px solid #e6d36e;
}
.welcome{
width:650px;
margin-right:20px;
float:left;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
line-height:140%;
}
#contactinfo{
width:150px;
height:300px;
padding:20px;
float:left;
background-image:url(contactinfobackground.png);
background-repeat:repeat-x;
}
#logo{
margin-right:20px;
float:right;
}
#headerimage{
margin-left:20px;
}
#spacer{
width:860px;
clear:both;
}
#footer{
width:100%;
height:53px;
background-image:url(footerbackground.png);
background-repeat:repeat-x;
}