html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: center;
    background: #4b5b78;
    color: #666;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

#container {
    width: 931px;
    margin: 0px auto;
    text-align: left;
}

#header {
    padding: 0px 0px 10px;
    position:relative;
}

#logo {
    position: absolute;
    top: 12px;
    left: 23px;
}

#phone_number {
    text-align: right;
    height: 80px;
    padding-top: 10px;
    padding-right: 45px;
}

#navigation {
    text-align: center;
    padding: 0px 40px 0px 285px;
    font-size: 13px;
	font-weight:bold;
}

#navigation a {
    text-decoration: none;
    color: #fff;
    margin-left: 25px;
    line-height: 25px;
}

#navigation a:hover {
    text-decoration: underline;
}

#main_box {
    background: url("../images/main_shadow.jpg") repeat-y left top;
}

#top_shadow {
    background: url("../images/top_round_shadow.jpg") no-repeat left top;
}

#bottom_shadow {
    background: url("../images/bottom_round_shadow.jpg") no-repeat left bottom;
    padding: 40px 24px;
    zoom: 1;
}

#white_box {
    background: #f7f4e5;
    padding: 4px 4px 6px 3px;
    overflow: hidden;
    zoom:1;
}

#leftbar {
    width: 200px;
    float: left;
    background: #9a9282;
    font-size: 16px;
    color:#fff;
    padding-bottom: 38px;
    line-height: 18px;
    text-align: center;
}

#leftbar br {
    line-height: 16px;
}

#leftbar a {
    color: #fff;
}

big {
    font-size: 18px;
    line-height: 24px;
}

#main_content {
    width: 676px;
    background: #f7f4e5;
    float: right;
    overflow:hidden;
}

.main_image {
    border-bottom: solid 5px #fff;
}

#center_column {
    width: 410px;
    padding: 15px 0px 0px 25px;
    float: left;
}

#center_column_sub {
    width: 610px;
    padding: 15px 0px 0px 25px;
    float: left;
}

.left_float_img{
    float:left; 
	padding-right:10px;
}

.right_float_img{
    float:right; 
	padding-left:10px;
}

#main_content_wide {
    width: 873px;
    background: #f7f4e5;
    float: left;
    overflow:hidden;
}

#center_column_wide {
    width: 830px;
    padding: 15px 0px 0px 20px;
    float: left;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #902f2f;
    line-height: 25px;
    padding-bottom: 10px;
}

p {
    padding-bottom: 25px;
    line-height: 20px;
    font-size: 13px;
}

.sponsors {
    float: left;
    padding-top: 20px;
}

.sponsors img {
    margin-right: 5px;
}

.cards {
    float: right;
    padding-top: 60px;
}

#right_column {
    width: 225px;
    float: right;
    background: #9a9282;
    border-top: solid 30px #6f6555;
    text-align: center;
    padding: 8px 0px 15px;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
}

#right_column br {
    line-height: 16px;
}

#right_column a {
    color:#fff;
}

.left_align {
    text-align: left;
    padding-right: 10px;
    padding-left: 15px;
}

#footer {
    font-size: 12px;
    color:#fff;
    text-align: center;
    padding: 10px;
    line-height: 22px;
	width: 890px;
}

#footer a {
    color: #fff;
    text-decoration: none;
	padding: 0 4px 0 4px;
	font-weight:bold;
}

#footer a:hover {
    text-decoration: underline;
}