body{
margin: 0 0;
padding:0;
text-align: center;
font-family: lucida sans,arial,verdana;
font-size: 15px;
background-color: #000;
}

#site_template{
width: 825px;
margin: 0 auto;
text-align: left;
background-color: #000;
}

.wrapper{
float: left;
background-color: #000;
}

.banner{
float: left;
background-color: #000;
}

.top_links{
float: left;
padding: 20px 0;
color: #fff;
}

.top_links a{
color: #e7d2d0;
font-weight: bold;
text-decoration: none;
}

.top_links a:hover{
color: #f05c52;
font-weight: bold;
}

.navigation{
float: left;
}

.main{
float: left;
width: 100%;
background-color: #fff;
background-image: URL('/images/side_tile.gif');
background-repeat: repeat-y;
}

.left_col{
float: left;
width: 260px;
}

.left_col_item{
float: left;
}

.featured{
float: left;
background-image: URL('/images/featured_bg.jpg');
background-repeat: no-repeat;
width: 260px;
height: 225px;
}

.right_col{
float: right;
width: 565px;
background-color: #fff;
}

.page_title{
float: left;
width: 565px;
}

.footer{
float: left;
background-image: URL('/images/footer_bg.jpg');
background-repeat: no-repeat;
width: 825px;
height: 30px;
font-weight: bold;
padding-top: 14px;
text-indent: 20px;
font-size: 12px;
}

.footer a{
text-decoration: none;
color: #fff;
}

.footer_text{
width: 100%;
float: left;
color: #fff;
text-align: center;
padding: 20px 0;
background-color: #000;
}

.footer_text a{
color: #fff;
}