* {
padding: 0px;
margin: 0px;
}

body {
background-image: url(../images/body-bg.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #fff;
}

div#main_container {
width: 1000px;
min-height: 500px;
height: auto !important;
height: 500px;
margin-left: auto;
margin-right: auto;
background-image: url(../images/main-bg.png);
background-position: left top;
background-repeat: no-repeat;
padding-bottom: 10px;
}

div#main_header {
width: 810px;
height: 106px;
margin-left: 100px;
margin-right: 90px;
position: relative;
z-index: 1;
}

div#detailsmenu {
position: absolute;
top: 0px;
right: 304px;
width: 92px;
height: 40px;
background-image: url(../images/updatedetails-bg.png);
background-position: left top;
background-repeat: no-repeat;
}

div#detailsmenu:hover {
background-image: url(../images/updatedetails-bg-hover.png);
background-position: left top;
background-repeat: no-repeat;
}

div#detailsmenu img {
display: block;
width: auto;
padding: 7px 9px 11px 12px;
margin: 0px 0px 10px 10px;
}

div#main_body {
width: 780px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

div#main_body_left {
width: 517px;
float: left;
padding-right: 10px;
padding-top: 10px;
}

div#sub_pages {
width: 148px;
background-color: #EFEFEF;
margin-left: 5px;
margin-bottom: 5px;
float: right;
border: 1px solid #C9C9C9;
border-top: 0px;
}

div#sub_pages h2 {
width: 140px;
padding: 4px !important;
background-color: #C9C9C9;
}

div#sub_pages ul {
list-style-type: square;
}

div#sub_pages ul li {
margin-left: 25px;
margin-bottom: 10px;
}

div.content_entry {
width: 507px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}

div#main_body_left_topbar {
width: 517px;
margin-bottom: 10px;
}

p.linktree {
width: 512px;
background-color: #fff;
padding-bottom: 5px !important;
padding-top: 5px !important;
}

div#main_body_left_topbar h1 {
width: 507px;
padding: 5px;
background-color: #EFEFEF;
}

p.infobar {
width: 507px;
padding-bottom: 5px !important;
padding-top: 5px !important;
padding-right: 5px;
background-color: #C9C9C9;
text-align: right;
}

div#main_body_left p, div#main_body_left h2, div#main_body_left h3 {
padding-left: 5px;
padding-bottom: 10px;
}

ul.contentlist {
width: 90%;
margin-left: 5%;
margin-right: 5%;
list-style-type: square;
}

ul.contentlist li {
margin-bottom: 10px;
margin-left: 25px;
}

div#main_body_right {
width: 253px;
float: left;
}

div.column_container {
width: 253px;
float: left;
margin-right: 10px;
}

div.column_right {
margin: 0px !important;
}

div.column_header {
width: 253px;
height: 22px;
margin-top: 10px;
background-color: #FAEFBA;
border-bottom: 1px solid #F5DE71;
}

div.column_header h2 {
padding-left: 5px;
padding-top: 5px;
}

div.column_body {
width: 253px;
background-color: #FFFAE9;
}

div.column_entry {
width: 243px;
padding: 5px;
margin-left: auto;
margin-right: auto;
}

div.column_entry_tags {
width: 223px;
padding: 5px;
margin-left: auto;
margin-right: auto;
}

div.column_entry h2, div.column_entry p {
padding: 2px;
}

div.dlinfo_header {
width: 507px;
padding: 5px;
background-color: #C9C9C9;
margin-top: 10px;
}

div.dlinfo_header h2 {
padding: 0px !important;
}

div.dlinfo {
width: 507px;
padding: 5px;
background-color: #EFEFEF;
}

ul#searchmenu {
width: 517px;
height: 45px;
list-style-type: none;
margin-bottom: 10px;
background-image: url(../images/search-menu-bg.png);
background-position: left top;
background-repeat: repeat-x;
}

ul#searchmenu li {
float: left;
display: inline;
}

ul#searchmenu li a {
width: auto;
display: block;
float: left;
padding: 4px;
margin-right: 5px;
background-color: #F5F5F5;
border: 1px solid #000;
border-bottom: 0px;
}

div#footer_container {
width: 100%;
padding-bottom: 20px;
border-top: 1px solid #D2D2D2;
background-image:url(../images/footer-bg.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #DCE9EF;
clear: both;
}

div#footer_main {
width: 770px;
padding: 10px;
margin-left: auto;
margin-right: auto;
}

div.footer_column {
width: 240px;
margin-right: 10px;
float: left;
}

div.footer_column h2 {
width: 236px;
padding: 2px;
background-color: #064571;
}

div.clearfloats {
clear: both;
}