/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#4C4C4F;
}

div.top {
width:845px;
margin:0 auto;
}

div.header{
width:869px;
margin:0 auto;
}

div.banner{
width:845px;
margin:0 auto;
}

div.body{
width:869px;
margin:0 auto;
}

div.nav {
width:253px;
float:left;
}

div.content{
width:576px;
float:right;
background:url(../images/content_under.jpg);
background-repeat:no-repeat;
background-position:bottom;
min-height:830px;
padding-left:20px;
padding-right:20px;
}

div.boxes{
width:616px;
float:right;
}

div.footer{
clear:both;
width:869px;
margin:0 auto;
color:#878789;
padding-top:15px;
}

div.footer_right{
float:right;
color:#878789;
}

div.footer_left{
float:left;
color:#878789;
}


a.bottom, a.bottom:active, a.bottom:link, a.bottom:visited {
	color:#878789;
	text-decoration:none;
}

a.bottom:hover {
	color:#878789;
	text-decoration:none;
}

.image {
padding:8px;
}
.clickable-link {
	margin-top: 115px;
	text-align: center;
}
