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

body {
background-color:#ffffff;
font-size: 14px;
color: #ffffff;
font-family:"Georgia", Georgia, serif;
text-align:center;
height:%100
}

#rotator
{
overflow: hidden;
position: relative;
width: 900px;
height: 575px;
}

#rotator img
{
width: 900px;
height: 575px;
}


#wrapper {
width:900px;
height:575px;
text-align:left;
position: absolute;
left: 50%;
top: 50%;
margin-left: -450px; 
margin-top: -287.5px; 
}

#header {
z-index:99;
width:850px;
height:140px;
position:absolute;
}

.logo {
float:left;
margin-right:5px;
padding-left:100px;
}

.nav{
float:left;
height:140px;
width:70px;
background-color:B58B26;
background-image:url(images/nav.jpg);
font-size:11px;
font-style:normal;
letter-spacing:1px;
}

.links{
padding-left:5px;
margin-top:75px;
}

.links a {
text-decoration: none; 
color:#FFF;
}

.links a:hover {
text-decoration: none; 
color: #000;
}