html { 
padding:0px;
margin:0px;
}

body {
background-color: #C0C0C0;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 12px;
color: #C0BDAC;
padding: 0px;
margin: 0px;
}

#container {
width: 760px;
padding: 0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 760px;
height: 235px;
padding: 0px;
margin: 0px;
overflow: hidden;
}

#top-left-wrap {
width: 550px;
height: 235px;
padding: 0px;
margin: 0px;
float: left;
overflow: hidden;
}

#logo-wrap {
width: 550px;
height: 90px;
background-color: #E7E4D8;
}

#mainnav {
width: 550px;
height: 31px;
background-color: #E7E4D8;
overflow: hidden;
}

#subnav {
width: 550px;
height: 30px;
background-color: #F9F7E3;
overflow: hidden;
border-bottom: #E7E4D8 1px solid;
}

#section-header {
width: 550px;
height: 84px;
background-color: #F9F7E3;
overflow: hidden;
}

#top-right-wrap {
width: 210px;
height: 235px;
float: left;
overflow: hidden;
}

#shortcuts {
width: 210px;
height: 30px;
background-color: #E7E4D8;
overflow: hidden;
}

#illu-top {
width: 210px;
height: 205px;
background-color: #F9F7E3;
overflow: hidden;
}

#content-wrap {
width: 760px;
padding:0px;
margin:0px;
background-color: #F9F7E3;
}

#footer {
width: 760px;
height: 30px;
padding: 0px;
margin: 50px 0px 0px 0px;
text-align: center;
background-color: #CEC9B3;
}