/************** HTML *****************/

* {
font-family: Arial;
font-size: 12px;
}

a {
text-decoration: none;
color: #c7471a;
}

body {
/*
background-image: url(layout.jpg);
background-repeat: no-repeat;
*/
background-image: url(images/shared/body-background.gif);
background-repeat: repeat-y;
background-position: top center;
background-color: #f7f7f7;
}

/************** LAYOUT *****************/
div#container {
position: relative;
width: 960px;
padding: 10px;
position: relative;
left: 50%;
margin-left: -490px;
border: 0px solid #000;
height: 900px;
}

div#header {
position: relative;
height: 70px;
padding-top: 15px;
border: 0px solid green;
background-image: url(images/shared/header-background.jpg);
background-position: bottom right;
background-repeat: no-repeat;
margin-bottom: 5px;
}

div#content {
position: relative;
width: 640px;
float: left;
border: 0px solid green;
height: 900px;
text-align: justify;
}

div#nav {
border: 0px solid red;
width: 640px;
height: 200px;
}

div#subnav {
width: 980px;
height: 35px;
position: relative;
left: 50%;
margin-left: -490px;
border: 0px solid red;
}

div#sidebar {
position: relative;
width: 290px;
padding: 10px;
clear: right;
float: right;
border: 0px solid red;
background-image: url(images/shared/right-background.jpg);
background-repeat: no-repeat;
}

div#footer {
width: 915px;
height: 35px;
position: relative;
left: 50%;
margin-left: -455px;
border: 0px solid red;
}

/************** NAV *****************/

div#nav ul {
float: left;
margin-left: 10px;
list-style-type: none;
list-type-position: outside;
}

div#nav ul li {
margin-bottom: 10px;
}

div#nav ul li ul {
position: absolute;
top: 0;
right: 10px;
padding-left: 15px;
border-left: 1px solid #666;
}

div#nav ul li ul li {

}

div#nav ul li ul li a {
font-size: 16px;
font-weight: bold;
}
