body{
margin: 0px 0px;
padding:0px;
text-align: center;
font-family: arial,verdana;
font-size: 12px;
background-color: #050c38;
}

#site_template{
width: 975px;
margin: 0px auto;
text-align: left;
}

.wrapper{
float: left;
width: 975px;
background-image: URL('/images/site_tile.gif');
background-repeat: repeat-y;
}

#left_col{
float: left;
width: 291px;
background-color: #fff;
}

#right_col{
float: left;
width: 684px;
}

#bottom{
float: left;
width: 100%;
}

.flash{
float: left;
}

.flash img{
display: block;
}

.element{
float: left;
}

.top_nav{
float: left;
background-image: URL('/images/top_bg.gif');
background-repeat: no-repeat;
width: 664px;
height: 23px;
text-align: right;
color: #fff;
padding: 7px 10px 0 10px;
}

.top_nav a{
color: #fff;
font-weight: bold;
}

.page_title{
float: left;
margin: 0;
padding: 0;
}

.main_body{
float: left;
width: 664px;
padding: 10px;
margin-right: -3px;
}

.footer{
float: right;
background-image: URL('/images/footer_bg.gif');
background-repeat: no-repeat;
width: 684px;
height: 51px;
padding-top: 10px;
text-align: center;
color: #fff;
font-size: 11px;
}

.footer a{
color: #fff;
}