 * {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
	list-style: none;
}

html {
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background: #860000 url(../images/upper_bg_w1281_h334.png) repeat-x;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 0.8em;
}
h1{
	color:#860000;
	font-size: 1.1em;
}
b{
	color:#000080;
}
body {
    width: 793px;
    height: 100%;
    min-height: 100%;
    text-align: center;
    margin: 0 auto;
} .main_container {
    background: url(../images/main_dropShadow.png) repeat-y;
    height: auto;
    min-height: 100%;
    width: 793px;
    text-align: center;
    margin: 0 auto;
    padding-left: 7px;
} .header {
    background: url(../images/header_w779_h114.png);
    height: 114px;
    width: 779px;
} .main_menu_container {
    height: 38px;
    width: 779px;
    background: url(../images/mainNav_bg_w1_h38.png) repeat-x;
    text-align: center;
} .ad_container {
    width: 779px;
    height: 180px;
    background: #000;
} .content_container {
	height: auto;
    min-height: 1045px;
    width: 769px;
    text-align: left;
    padding: 5px 5px 5px 5px;
} .footer_container {
    height: 90px;
    position: relative;
    background-image: url(../images/main_dropShadow.png);
    width: 793px;
    margin: 0 auto;
    clear: both;
} .footer {
    height: 30px;
    text-align: left;
    position: relative;
    padding-top: 60px;
    padding-left: 12px;
    background: url(../images/footer_bg.gif);
    width: 767px;
    font-size: 0.8em;
    margin: 0 auto;
} .content_divider {
    height: 19px;
    width: 769px;
    background: url(../images/pagedivider.png) no-repeat center;
} #leftColumn {
    float: left;
    height: auto;
	min-height: 300px;
    width: 493px;
    padding-left: 7px;
} #navColumn {
    float: right;
    height: auto;
    min-height: 300px;
    width: 262px;
    padding-left: 7px;
    margin-bottom: 15px;
}
.hidden{
	position: absolute;
	visibility: hidden;
}
