body {
font-family : Helvetica, Verdana, Arial, sans-serif;
font-size : 11px;
line-height : 16px;
color:#818181;
text-align : center;
margin-top: 0;
background-color:#c2c2c2;
}

div#container {
width : 800px;
margin : 0 auto;
text-align : left;
border:1px gray solid;
background-color:white;
}

div#header {
position : relative;
width : 100%;
height : 240px;
background : url(http://www.elon.edu/images/e-web/students/leadership/header.gif) no-repeat 100% 0;
}

div#header h1 {
width : 271px;
height : 48px;
position : absolute; top: 124px; left: 15px;
background : url(http://www.elon.edu/images/e-web/students/leadership/centerforleadership.gif) no-repeat;
text-indent : -9999px;
}

div#header img {
position: absolute; right: 0px;
margin-right : 15px;
margin-top : 105px;
}

div#content {
margin : 10px auto;
overflow : auto;
}

ul#nav_main {
float : left;
width : 292px;
margin : 0;
padding : 0;
text-align : right;
list-style : none;
}

ul#nav_main li a {
display : block;
height : 31px;
padding : 17px 20px 0 0;
color : #000;
text-decoration : none;
text-transform : uppercase;
font-weight: bold;
font-size : 1em;
border-bottom : 1px solid #E6E6E6;
}

ul#nav_main li a:hover {
color: white;
background-color: #660000;
}

ul#nav_main li.current {
background-color : #660000;
}

ul#nav_main li.current a {
color : #fff;
}

ul#nav_main ul#nav_sub {
margin : 0;
padding : 0;
list-style : none;
}

ul#nav_main ul#nav_sub li a {
list-style : none;
color : #000000;
background-color: #ffffff;
text-transform : capitalize;
font-weight : normal;
}

ul#nav_main ul#nav_sub li.current {
background-color : #fff;
}

ul#nav_main ul#nav_sub li.current a {
font-size : 13px;
color : #000;
font-weight: bold;
}

ul#nav_main ul#nav_sub li a:hover {
color : #000000;
background-color: #ffffff;
}

div#main_content {
float : right;
width : 438px;
margin : 21px 30px 0 5px;
padding : 0;
}

div#footer {
height : 147px;
}

div#footer h2 {
height : 147px;
background : url(http://www.elon.edu/images/e-web/students/leadership/footer.gif) no-repeat 100% -100%;
text-indent : -9999px;
}

