body {
width:750px;
margin:0 auto;
margin-top:30px;
background:url(bg.jpg) repeat-x;
background-color: #d4d4d4;
font-family: Verdana, Arial, Sans-Serif;
}

p {
font-size: 13px;
letter-spacing: -.08em;
}

h1 {
font-size: 17px;
text-transform: uppercase;
color: #444444;
}

img {
border: none;
}

/* ----- HEADER ----- */



#header {
width:851px;
height:150px;
background:url(logo.png) no-repeat;
background-position: top center left;
background-color: white;
}


/* ----- WRAPPERS ----- */


#container{
width:851px;
height: 800px;
margin-top:10px;
background-color: white;

}

#wrapper{
width:851px;
overflow:auto; 
background-color: white;
}

/* ----- NAVIGATION ----- */



#rightbar {
width:200px;
min-height:390px; /* for modern browsers */
height:390 !important; /* for modern browsers */
height:390px; /* for IE5.x and IE6 */
float:right;
}

#rightbar img{
position: fixed;
}

#navlist 
{
float: left;
}
#navlist li
{
float: right;
display: inline;
list-style-type: none;
padding-right: 40px;
padding-top: 70px;
border: none;
}
#navlist li a
{
text-decoration: none;
}

#navlist li img
{
text-decoration: none;
border: none;
}

ul.navlist li span {
display:block;

position:absolute;
z-index:2;
}

/* ----- MAIN CONTENT ----- */



#content { 
width:540px;
min-height:390px; /* for modern browsers */
height:390 !important; /* for modern browsers */
height:390px; /* for IE5.x and IE6 */
background-color:#ffffff;
margin-top:10px;
margin-left: 30px;
}



/* ----- FOOTER ----- */



#footer { 
width:750px;
height:100px;
background-color:#333333;
margin-top:10px;
}