html {height: 100%;}

body {
margin-top: 0px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
height: 100%;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-color: #3F3F3F;
}

.body_container {
height: 100%;
width: 900px;
margin-left:auto; 
margin-right:auto;
padding-top: 30px;
}

.header {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 15px;
height: 100px;
width: 880px;
margin-left:auto; 
margin-right:auto;
}

.menu_table {
height: 27px;
width: 900px;
margin-left:auto; 
margin-right:auto;
}

.menu_bg {
height: 27px;
background-image: url(../images/menu_bg.png);
DISPLAY: BLOCK;
width: 80px;
}

.menu_bg_filler {
width: 460px;
height: 27px;
background-image: url(../images/menu_bg.png);
}

.menu_bg a, .menu_bg a:link {
font-family: Helvetica;
font-size: 14px;
color: #ffffff;
text-align: center;
text-decoration: none;
DISPLAY: BLOCK;
height: 27px;
line-height: 200%;
}

.menu_bg a:hover {
font-family: Helvetica;
font-size: 14px;
color: #ffffff;
text-decoration: none;
background-image: url(../images/menu_bg_sel.png);
}

a, a:link {
font-family: Helvetica;
color: #454545;
text-decoration: none;
}

a:hover {
font-family: Helvetica;
color: #FE2929;
text-decoration: none;
}

.header_text {
font-family: Helvetica;
font-size: 18px;
color: #CCCCCC;
}

.header_tag {
font-family: Helvetica;
font-size: 11px;
color: #FE2929;
}

.logo {
width: 80px;
height: 80px;
float: left;
padding-right: 10px;
}

.content_table {
height: 600px;
width: 900px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
margin-left:auto; 
margin-right:auto;
background-color: #ffffff;
}

.menu_shadow {
height: 16px;
width: 900px;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/shadow.jpg);
}

.content {
width: 840px;
padding-top: 20px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 11px;
color: #454545;
text-align: justify;
}

.content_bottom {
width: 840px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 11px;
color: #454545;
text-align: justify;
}

.latest_news {
font-family: Helvetica;
font-size: 11px;
color: #454545;
text-align: justify;
}

.ln_image_table {
width: 40px;
padding-right: 10px;
background-image: url(../images/latest_news.png);
background-repeat: no-repeat;
}

.ln_text_table {
width: 280px;
padding-left: 10px;
padding-bottom: 20px;
}

.content_left {
width: 520px;
vertical-align: top;
}

.content_right {
width: 300px;
padding-left: 20px;
vertical-align: top;
}

.box_header {
font-family: Helvetica;
font-size: 16px;
color: #FE2929;
}

.top {
vertical-align: top;
}

.content_bottom {
width: 840px;
margin-top: 20px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 11px;
color: #454545;
text-align: justify;
}

.footer {
width: 840px;
margin-top: 50px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 11px;
color: #454545;
text-align: center;
}