body {
margin: 0 auto;
padding: 0;
font-size: 100%;
font-family: arial, times;
text-align: center;
background-image: url(../images/bg.gif);
background-repeat: repeat-x;
background-color: #575454;
width: 100%;
}

h1 {
margin: 0 10px 0 10px;
color: #669eea;
font-weight: 100;
font-size: 100%;
text-align: left;
}

p {
text-align: left;
margin: 10px 10px 0 10px;
color: #7a7a7a;
font-size: 80%;
padding-bottom: 10px;
}

#top_strip {
background-color: #575454;
height: 125px;
width: 100%;
}

#banner {
background-image: url(../images/banner.jpg);
width: 847px;
height: 142px;
margin: -100px auto 0 auto;
}

#navigation_menu {
width: 847px;
height: 50px;
margin: 20px auto 0 auto;
padding: 0;
}

#navigation_menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation_menu li {
float: left;
background-image: url(../images/button.jpg);
width: 119px;
height: 46px;
margin: 0px 1px 0px 1px;
}

#navigation_menu a {
color: #fff;
font-size: 80%;
text-decoration: none;
position: relative;
top: 12px;
}

#white_border_top {
background-image: url(../images/wht_border_top.gif);
width: 847px;
height: 12px;
margin: -5px auto 0 auto;
}

#content {
width: 847px;
height: auto;
margin: 0 auto;
}

#left_column {
width: 249px;
height: auto;
float: left;
}

#left_content {
width: 229px;
height: auto;
background-color: #fff;
padding: 0px 10px 10px 10px;
}

#left_border_bottom {
width: 249px;
height: 13px;
background-image: url(../images/left_border_bottom.png);
}

#right_column {
width: 587px;
height: auto;
float: right;
}

#right_content {
background-color: #fff;
width: 527px;
height: auto;
padding: 30px;
}

#right_border_bottom {
background-image: url(../images/right_border_bottom.png);
height: 5px;
width: 587px;
}

#footer {
height: 75px;
width: 847px;
margin: 20px auto 0 auto;
font-size: 85%;
}

#footer p {
text-align: center;
color: #fff;
}

#footer a {
text-decoration: none;
color: #fff;
}
