html {
height: 100%;
}

body {
height: 100%;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}

a:link, a:visited {
text-decoration:none;
color: #FF9900;
}

a:hover {
text-decoration: underline;
color: #FF9900;
}

.header {
background-image: url(../images/header_bg.png);
background-color: #212528;
width: 100%;
height: 100px;
padding-top: 15px;
}

.header_table {
width: 760px;
height: 90px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 22px;
color: #CCCCCC;
text-align: left;
padding-left: 10px;
}

.header_tag {
font-family: Helvetica;
font-size: 10px;
color: #666666;
margin-left: 5px;
}

.menu_container {
width: 760px;
height: 28px;
margin-left:auto; 
margin-right:auto;
}

.menu_table {
width: 405px;
height: 28px;
float: right;
}

.menu_button {
height: 28px;
width: 81px;
font-family: Helvetica;
font-size: 14px;
}

.menu_button a, menu_button a:link {
height: 28px;
width: 81px;
display: block;
text-align: center;
text-decoration: none;
line-height: 200%;
color: #cccccc;
}

.menu_button a:hover {
height: 28px;
width: 81px;
background-image: url(../images/menu_button_sel.png);
background-repeat: no-repeat;
color: #FF9900;
}

.main_content {
width: 760px;
height: 322px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #454545;
background-image: url(../images/image_block.png);
background-repeat: no-repeat;
}

.main_image {
width: 750px;
height: 281px;
}

.content_container {
width: 100%;
background-image: url(../images/background.png);
background-repeat: repeat-x;
background-color: #3F4952;
}

.bottom_blocks {
width: 750px;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
}

.block_spacer {
width: 18px;
}

.block1 {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #ffffff;
vertical-align: top;
border-top-width: 1px;	
border-top-style: solid;	
border-top-color: #202A33;
text-align: justify;
}

.block2 {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #ffffff;
vertical-align: top;
border-top-width: 1px;	
border-top-style: solid;	
border-top-color: #202A33;
text-align: justify;
}

.block3 {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #ffffff;
vertical-align: top;
border-top-width: 1px;	
border-top-style: solid;	
border-top-color: #202A33;
text-align: justify;
}

.footer_container {
width: 100%;
padding-top: 10px;
background-image: url(../images/footer_bg.png);
background-repeat: repeat-x;
background-color: #303030;
}

.footer {
width: 750px;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
padding-bottom: 20px;
font-family: Helvetica;
text-align: left;
font-size: 10px;
color: #666666;
}

.spacer {
width: 760px;
margin-left:auto; 
margin-right:auto;
height: 25px;
}

.right {
float: right
}

.top {
vertical-align: top;
}