body {
    margin:0;
    padding:34px;

    background:#FAFBFD url(../../images/mainbg.jpg) repeat-x;
    color:#FFF;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size:12px;
}
	
#outer_wrap{
	text-align: left;
	margin: 0px auto;
	width: 906px;

}
#main_nav
{
	text-align:center;
	width:900px;
	border: 0px solid red;

}


#main_wrap{
	text-align: left;
	margin: 0px auto;
	width: 906px;
	color:#000;
	padding:5px 15px 15px 15px;
	background-repeat:no-repeat;
	
}

#main_banner{
	margin: 0 0 0px 0;
	background:url(../../images/banner.jpg) no-repeat;
	width:906;
	height: 260px;
}

#box1
{
	float:left;
	width:252px;
	border: 0px solid red;
	height: 530px;
	background:#e5e6ea url(../../images/box1_bg.jpg) repeat-y;
}

#box2
{
	float:left;
	width:305px;
	border: 0px solid red;
	height:530px;
	background:#f5f4f2 url(../../images/box2_bg.jpg) repeat-y;
}
#box3
{
	float:left;
	width:344px;
	border: 0px solid red;
	height:530px;
	background:#F5F4F2 url(../../images/box3_bg.jpg) repeat-y;
}

#box3 ul
{
	list-style-image: url(../../images/bullet.gif);

}

#main_content_wrapper
{
	position:relative;
	width: 100%;
	height: auto;
	border: 0px solid red;
}

#main_footer {
	position:relative;
	top:20px;
	clear: both;
	padding: 0px;
	text-align: center;
	
}
#main_footer a{
	color: #000000;
	text-decoration: none;
}
#main_footer a:hover {
	color: #000000;
	text-decoration: underline;
}


.botton_top_active
{
	position:relative;
	float:right; 

	padding: 10px 0px 0px 0px;
	width:101px; 
	height:26px; 
	border: 0px solid red; 
	margin: 0px 1px;
	background:url(../../images/bg_active.gif) no-repeat;
}

.botton_top_active  a
{
	color:#FFF;
	text-decoration:none;
}

.botton_top_inactive
{
	position:relative;
	float:right; 
	padding: 10px 0px 0px 0px;
	width:101px; 
	height:26px; 
	border: 0px solid red; 
	margin: 0px 1px;
	background:url(../../images/bg_inactive.gif) no-repeat;
}
.botton_top_inactive a
{
	color:#1d242e;
	text-decoration:none;
}

#main_content_wrapper a
{
	color:#2d792e;
}
#main_footer ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	
}

#main_footer ul li 
{
	margin-left: 0;
	padding: 1px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#main_footer ul li.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}