html {
height:100%;
font-family:Arial, Helvetica, sans-serif;
}

body {
height:100%;
font-family:Arial, Helvetica, sans-serif;
margin:30;
}

a {
text-decoration:underline;
color:#333;
}

.container {
width:850px;
border:1px solid #000;
background:#782719;
position:relative;
min-height:85%;
margin:auto;
text-decoration:inherit;
}

h1 {
font-size:26px;
margin-bottom:2px;
}

h2 {
font-size:20px;
color:#333;
}

h3 {
font-size:20px;
border-bottom:dashed 1px red;
color:#333;
margin:8px 0 0;
}

.solidblockmenu {
float:left;
font:bold 13px Arial;
width:100%;
border:1px solid #000;
background:#000 url(topline.jpg) center center repeat-x;
border-width:1px 0;
margin:0;
padding:0;
}

.solidblockmenu li {
display:inline;
}

.solidblockmenu li a {
float:left;
color:#bedea0;
text-decoration:none;
border-right:1px solid #FFF;
padding:9px 11px;
}

.solidblockmenu li a:visited {
color:#FFF;
}

.solidblockmenu li a:hover,.solidblockmenu li .current {
color:#FFF;
background:transparent url(toplineactive.jpg) center center repeat-x;
}

.left {
width:170px;
float:left;
margin-left:6px;
}

.left ul {
height:25px;
list-style:none;
width:150px;
clear:left;
margin:0;
padding:5px 0 0;
}

.left ul li {
list-style:none;
display:block;
width:150px;
float:left;
text-align:left;
line-height:25px;
font-size:12px;
font-weight:400;
}

.left ul li a {
width:100%;
height:24px;
display:block;
color:#bedea0;
text-decoration:none;
font-family:Arial;
font-size:14px;
padding-left:10px;
background-color:#441D0F;
border-left-width:4px;
border-left-style:solid;
border-left-color:#782719;
margin:1px;
}

.left ul li a:hover {
color:#FFF;
background-color:#441D0F;
font-weight:bolder;
border-left-width:4px;
border-left-style:solid;
border-left-color:black;
}

.right {
width:650px;
float:right;
margin:6px 8px 0 0;
background: #782719;
}

.footer {
text-align:center;
color:#FFF;
font:bold 13px Arial;
width:100%;
border:1px solid #000;
background:#000 url(topline.jpg) center center repeat-x;
position:absolute;
bottom:0;
border-width:1px 0;
margin:0;
padding:0;
}

.top {
background:url(bridge003.jpg);
height:300px;
}

.top-right {
width:200px;
float:right;
margin:80px 10px 0 0;
}

.sidebox {
font-size:10px;
position:absolute;
bottom:0;
margin:0 0 20px 4px;
}

a:hover,.red {
color:red;
}

.footer a,.top-left h1 a {
color:#FFF;
text-decoration:none;
}