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: #428CE7;
}

a:hover {
color: #428CE7;
}

.header {
background-image: url(../images/header_bg.jpg);
width: 100%;
height: 103px;
padding-top: 15px;
}

.header_table {
width: 760px;
height: 60px;
margin-left:auto; 
margin-right:auto;
}

.header_text {
font-family: Helvetica;
font-size: 22px;
color: #CCCCCC;
text-align: right;
}

.header_tag {
font-family: Helvetica;
font-size: 10px;
color: #4F4F4F;
margin-left: 5px;
}

.shadow {
height: 16px;
width: 100%;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/shadow.jpg);
}

.bottom {
vertical-align: bottom;
}

.menu_container {
width: 760px;
height: 28px;
margin-left:auto; 
margin-right:auto;
}

.menu_table {
width: 405px;
height: 28px;
}

.menu_button {
height: 28px;
width: 81px;
background-image: url(../images/menu_button.png);
background-repeat: no-repeat;
font-family: Helvetica;
font-size: 14px;
}

.menu_button a, menu_button a:link {
height: 28px;
width: 81px;
background-image: url(../images/menu_button.png);
background-repeat: no-repeat;
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: #454545;
}

.image_block {
width: 760px;
height: 322px;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/main_block.jpg);
background-repeat: no-repeat;
}

.image_block_image {
width: 750px;
height: 281px;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/ipod_touch.png);
background-repeat: no-repeat;
}

.image_block_text {
width: 750px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 14px;
color: #CCCCCC;
padding-left: 30px;
padding-right: 30px;
}

.image_block_headline {
font-family: Helvetica;
font-size: 18px;
color: #CCCCCC;
}

.content_container {
width: 100%;
}

.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: #454545;
vertical-align: top;
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;
vertical-align: top;
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;
vertical-align: top;
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;
padding-bottom: 20px;
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: 760px;
margin-left:auto; 
margin-right:auto;
height: 25px;
}

.right {
float: right
}