body {
padding: 0;
margin: 0;
}

div.logo {
width: 100%;
height: 100px;
/* background-color: #FF9900; */
background-color: #CCCCCC;
}

div.logo2 {
float: right;
position: relative;
top: 0;
right: 0;
height: 200px;
}

div.tabs {
position:absolute;
right: 0;
width:200px;
height:38px;
z-index:1;
margin-top: 24px;
}

div.nav {
width: 100%;
height: 25px;
background-color: #FFD942; /* #FFCC00 */
background-image: url('nav_bg.png');
background-repeat: repeat-x;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

div.main {
width: 100%;
min-height: 350px;
background-image: url('main_bg.png');
background-color: #FFFFFF;
background-repeat: repeat-x;
background-position: top;
overflow: visibile;
}

div.left {
position: relative;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
background-color: #FFD942;
top: 0;
left: 25px;
min-height: 250px;
width: 160px;
float: left;
margin-top: -1px;
}

div.left a {
display: block;
border-top: 1px solid black;
color: #000000;
text-decoration: none;
padding: 2px;
font-size: 12px;
font-family: Arial;
}

div.left a.sub {
text-indent: 10px;
background-color: #FBB917;
}

div.left a:hover {
color: #98AFC7;
}

div.right {
position: relative;
top: 0;
left: 50px;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
background-color: #FFD942;
width: 75%;
min-height: 50px;
float: left;
margin-top: -1px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

div.footer {
position: relative;
width: 100%;
border-top: 1px solid #000000;
background-color: #FFD942; /* #FFCC00 */
background-image: url('nav_bg.png');
background-repeat: repeat-x;
text-align: center;
bottom: -20px;
left: 0px;
height: 25px;
clear: both;
}
