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:#454545;
}

a:hover {
color: #428CE7;
}

.header {
background-image: url(../images/header_bg.jpg);
width: 100%;
height: 103px;
padding-top: 15px;
}

.header_container {
width: 800px;
margin-left:auto; 
margin-right:auto;
}

.header_text {
font-family: Helvetica;
font-size: 18px;
color: #454545;
margin-left: 5px;
}

.header_tag {
font-family: Helvetica;
font-size: 10px;
color: #428CE7;
margin-left: 5px;
}

.logo{
width: 80px;
height: 80px;
float: left;
}

.menu_container {
background-image: url(../images/menu_bg.jpg);
width: 100%;
height: 36px;
}

.menu {
width: 800px;
height: 100%;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 14px;
color: #454545;
}

.menu ul {
float:left;
padding:0;
margin:0;
width:50%;
}

.menu ul li {
float:left;
padding:0;
margin:0;
list-style:none;
}

.menu a:link, .topmenu a:visited {
text-decoration:none;
line-height:34px;
height:34px;
color:#454545;
padding:0 14px;
font-size: 14px;
}

.menu a:hover {
color: #428CE7;
}

.content_container {
background-image: url(../images/box_top.jpg);
background-repeat: repeat-x;
width: 100%;
}

.content {
width: 780px;
height: 100%;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
}

.bottom_blocks {
width: 780px;
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: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
text-align: justify;
}

.block2 {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
text-align: justify;
}

.block3 {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
text-align: justify;
}

.footer {
width: 780px;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
font-family: Helvetica;
text-align: left;
font-size: 10px;
color: #454545;
border-top-width: 3px;	
border-top-style: solid;	
border-top-color: #CCCCCC;
}

.spacer {
width: 780px;
margin-left:auto; 
margin-right:auto;
height: 25px;
}

.right {
float: right;
}