body {
margin: 0 auto;
padding: 0;
font-size: 100%;
font-family: arial, times;
text-align: center;
}

#header {
margin: 0 auto;
width: 850px;
height: 110px;
}

.logo {
float: left;
margin-top: 20px;
}

.world_image {
float: right;
}

#nav_strip {
background-image: url(../images/nav_bg.gif);
background-repeat: repeat-x;
width: 100%;
height: 59px;
}

#nav_holder {
width: 900px;
margin: 0 auto;
}

#nav_holder ul {
list-style: none;
padding-top: 35px;
}

#nav_holder ul li {
float: left;
margin: 0px 15px 0px 15px;
background-repeat: no-repeat;
}

#nav_holder ul li a {
position: relative;
top: -7px;
margin-left: 15px;
text-decoration: none;
font-size: 80%;
font-weight: bold;
}

.white {
color: #fff;
}

.blue {
color: #1e448e;
}

.whitebullet{
background-image: url(../images/bullet.gif);
}

.bluebullet{
background-image: url(../images/bullet_selected.gif);
}

#header_image_holder {
width: 899px;
height: 366px;
margin: 0 auto;
background-image: url(../images/big_image.jpg);
background-repeat: no-repeat;
}

.header_section {
background-image: url(../images/text_holder.png);
background-repeat: no-repeat;
height: 243px;
width: 277px;
float: left;
margin: 112px 11px 0px 11px;
}

.header_image {
margin-top: 8px;
}

#header_image_holder p {
font-size: 80%;
color: #fff;
margin: 10px 0px 0px 0px;
padding: 0;
}

#main_content {
margin: 0 auto;
padding-top: 30px;
width: 800px;
height: auto;
text-align: left;
}

#main_content h1 {
color: #1e448e;
font-size: 150%;
font-weight: 100;
margin: 0;
padding: 0;
}

#main_content p {
color: #3d3c3c;
font-size: 90%;
margin-top: 15px;
margin-bottom: 15px;
}

#footer_image_holder {
width: 899px;
height: 243px;
margin: 0 auto;
text-align: left;
}

#footer_left_image {
background-image: url(../images/footer_left_bg.jpg);
height: 243px;
width: 529px;
float: left;
padding-left: 20px;
margin-left: 30px;
}

#footer_left_image h1 {
margin: 15px 0 10px 20px;
padding: 0;
color: #1e448e;
font-size: 150%;
font-weight: 100;
}

#footer_left_image ul {
line-height: 30px;
}

#footer_left_image li {
color: #fff;
}

#footer_right_image {
background-image: url(../images/text_holder.png);
background-repeat: no-repeat;
height: 243px;
width: 277px;
float: right;
text-align: center;
margin-right: 30px;
}

.footer_image {
margin-top: 8px;
}

#footer_right_image p {
font-size: 80%;
color: #fff;
margin: 10px 0px 0px 0px;
padding: 0;
}

#footer_strip {
margin: 25px 0px 15px 0px;
height: 5px;
width: 100%;
background-color: #184eb8;
}

#copyright_footer {
color: #434345;
font-size: 70%;
width: 900px;
text-align: right;
margin: 0 auto;
}

#copyright_footer a {
text-decoration: none;
color: #434345;
}