body {
text-align: center;
background: #ffeecc url(/images/background.jpg) repeat;
}

#container {
width: 920px;
text-align: left;
padding: 0px 0px 20px 0px;
margin: 0 auto;
}

#header {
width: 920px;
height: 79px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#header h1 {
vertical-align: bottom;
padding: 16px 0px 0px 60px;
margin: 0 0 0 0;
}

#inner {
width: 920px;
padding: 0px 0px 0px 0px;
}

#content {
width: 780px;
padding: 5px 70px 0px 70px;
margin: 0px 0px 0px 0px;
background: url(/images/back_content.png) 50% 0% repeat-y;
}

#nav {
width: 870px;
height: 67px;
text-align: right;
font-size: 11pt;
font-weight: bold;
padding: 0px 50px 0px 0px;
margin: 0px 0px 0px 0px;
background: url(/images/back_nav.png) 50% 0% no-repeat;
}
.navleft {
text-align: center;
width: 30px;
height: 36px;
padding: 10px 0px 0px 0px;
margin: 30px 0px 0px 0px;
display: inline-block;
background: url(/images/nav_left.png) 0% 0% no-repeat;
}
.navright {
text-align: center;
width: 30px;
height: 36px;
padding: 10px 0px 0px 0px;
margin: 30px 0px 0px 0px;
display: inline-block;
background: url(/images/nav_right.png) 0% 0% no-repeat;
}
#nav a {
text-align: center;
min-width: 40px;
height: 36px;
color: #330000;
background: url(/images/nav_btn.png) 0% 0% repeat-x;
text-decoration: none;
padding: 10px 10px 0px 10px;
margin: 30px 0px 0px 0px;
display: inline-block;
}
#nav a:hover {
color: #993333;
text-decoration: none;
}
#nav a.selected {
color: #993333;
text-decoration: none;
}

#footer {
width: 860px;
height: 14px;
color: #663300;
text-align: right;
font-size: 10pt;
padding: 40px 60px 10px 0px;
background: url(/images/back_footer.png) 50% 0% no-repeat;
margin: 0 auto;
}
#footer a {
color: #663300;
}
#footer a:hover {
color: #663300;
}

