html {
background-color:#000000;
padding:0px;
margin:0px;
}
body {
padding:0px;
margin:0px;
}
#header {
background-color:#590000;
width:100%;
height:150px;
border:0px solid #FFFFFF;
font-size:24px;
text-align:center;
position:relative;
background-image:url(header.gif);
background-position:center;
}
#nav {
position:absolute;
width:100%;
height:15px;
background-color:#EFEFEF;
bottom:0px;
left:0px;
border-top-style:solid;
border-top-color: #000000;
border-bottom-style:solid;
border-bottom-color: #7BA5B5;
border-bottom-width:thin;
padding-bottom: 5px;
font-size:11px;
}
div.content {
height: 100%;
overflow: auto;
}
#wrap {
background: #ffffff;
color: #333333;
width:901px;
margin:0 auto;
}
#left2 {
padding:15px;
}
#image2 {
padding:15px;
}
#footer {
width:100%;
height:20px;
background-color:#EFEFEF;
font-size:11px;
text-align:center;
border-top-style:solid;
border-top-width:thin;
border-top-color: #7BA5B5;
border-bottom-style:solid;
border-bottom-width:medium;
border-bottom-color: #000000;
padding-bottom: 5px
}
a {
color:#990000;
text-decoration:none;
font-family:Verdana;
font-size:11px;
}
a:hover {
color:#591E1E;
}
a img {
border:none;
}