body {
width: 900px;
margin: 0 auto;
background: url('./graphics/bg.png');
background-attachment: fixed;
background-position: top center;
background-repeat: repeat-x;
background-color: #00336c;
padding: 25px 0px 0px 0px;
font-size: 16px;
line-height: 24px;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}

.hidden {
display: none;
}

img {
padding: 10px 0px;
}

a:link, a:visited {
color: #6699cc;
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
}

h1, h2 {
color: #6699cc;
}

b {
color: #ff0066;
}

.highlight {
font-size: 18px;
color: #ff0066;
}

.blue {
color: #6699cc;
}

.center {
text-align: center;
}

.caption {
color: #6699cc;
font-size: 12px;
text-align: center;
line-height: 14px;
}

.footnote {
font-size: 12px;
line-height: 14px;
}

#header {
height: 30px;
width: 900px;
background: url('./graphics/header.png');
background-repeat: no-repeat;
margin: 0 auto;
text-align: center;
margin-bottom: 25px;
padding-top: 250px;
}

#menu {
width: 900px;
height: 50px;
background: url('./graphics/menu.png');
background-position: top center;
background-repeat: no-repeat;
background-color: transparent;
color: #ffffff;
margin: 0 auto;
}

#menu ul {
width: 896px;
height: 50px;
margin: 0;
padding: 0px 2px;
list-style: none;
}

#menu ul li {
display: block;
float: left;
width: 110px;
height: 50px;
line-height: 50px;
text-align: center;
margin: 0;
padding: 0px 0px 0px 2px;
background: url('./graphics/menu_divider.png');
background-position: top left;
background-repeat: no-repeat;
}

#menu ul li#first {
background: none;
}

#menu ul li a:link, #menu ul li a:visited {
display: block;
width: 108px;
height: 50px;
text-decoration: none;
color: #ffffff;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a.active {
color: #ff0066;
}

#main_holder {
width: 900px;
padding: 0;
margin: 0 auto;
}

#main_holder .left_column {
float: left;
width: 400px;
padding: 0px 24px;
margin: 0;
}

#main_holder .left_column img {
max-width: 400px;
}

#main_holder .right_column {
float: left;
width: 400px;
margin: 0px;
padding: 0px;
}

.double_column {
width: 850px;
padding: 10px 24px 0px;
clear: both;
}

.offer {
border: 1px solid #04021f;
background-color: #114477;
margin: 20px 0px;
padding: 0px 20px;
}

ul.check_list {
list-style-type: none;
padding: 0;
margin: 0;
}

ul.check_list li {
display: block;
padding: 15px 0px 5px 35px;
margin: 0;
background-image: url('./graphics/tick.png');
background-repeat: no-repeat;
background-position: center left;
vertical-align: middle;
}

#footer {
border: solid 1px #04021f;
background-color: #114477;
margin: 0;
padding: 0;
}

#footer p {
margin: 0;
padding: 0;
}

#footer .left_column {
float: left;
width: 600px;
padding: 10px 0px 0px 25px;
margin: 0px;
}

#footer ul.check_list li {
padding: 15px 0px 0px 35px;
min-height: 25px;
}

#footer .right_column {
float: left;
width: 248px;
margin: 0px;
padding: 25px 25px 0px 0px;
text-align: right;
}

#smallprint {
width: 900px;
text-align: center;
font-size: 12px;
margin: 0 auto;
padding: 0;
}