* {
margin:0px;
padding:0px;
}

body {
font-family: verdana, sans-serif;
font-size:100%;
color:#475245;
background:white;
}

html, body, #container { min-height: 100%; height: 100%;}
html>body, html>body #container { height: auto;}

a {
color:#D1830C;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#container {
position:absolute;
width:780px;
border-right:1px dashed #D1830C;
}

#content{
border-top:3px solid #E8C185;
width:580px;
height:auto;
margin-top:60px;
padding-top:40px;
padding-bottom:50px;
}

#content h1 {
font-family:arial, helvetica, sans-serif;
color:#475245;
font-size:1.1em;
margin-left:40px;
margin-bottom:20px;
}

#content p, #content h2, #content ul {
padding-left:175px;
padding-right:30px;
}

#content h2 {
font-size: .8em;
color:#D1830C;
margin:25px 0px 10px 0px;
}

#content p, #content ul {
font-size: .7em;
line-height: 1.25em;
margin-bottom:10px;
}

#content li {
list-style: url(/library/media/bullet.gif);
margin-left:16px;
margin-bottom:5px;
}

#content ul ul {
padding-left:15px;
padding-top:5px;
font-size:1em;
}

div #navigation {
position:absolute;
z-index:2;
top:60px;
left:580px;
background-color:#D1830C;
font-size:.7em;
line-height:1.5em;
border-top:3px solid #BE6306;
}

#navigation li {
list-style:none;
}

#navigation li a {
text-decoration:none;
display:block;
color:white;
border-bottom:1px solid #E3B56D;
padding:2px 0px;
width:200px;
}

#navigation li a:hover {
background:#DA9C3D url(/library/media/nav-pointer.gif) no-repeat left center;
}

#navigation .expanded {
border-bottom:1px solid #E3B56D;
padding:2px 0px;
}

#navigation .expanded li a {
border-bottom:none;
padding:0px;
}

#header {
position:absolute;
z-index:1;
top:0px;
left:0px;
background-color:#475245;
width:780px;
height:60px;
text-align:right;
}

#image {
position:absolute;
left:0px;
top:146px;
}

#footer {
position:absolute;
width:780px;
background-color:#475245;
padding:10px 0px;
font-size:.6em;
color:white;
clear: both;
bottom:0px;
}

#footer a {
color:white;
}

