.mainBarContainer
{
	width:689px;
	float:left;
	overflow:hidden;
	height:auto;	
	padding:0px;
}


.mainBar
{	
	width:689px;
	overflow:hidden;
	margin-bottom:10px;
}

.mainBar .header
{
	background:url('../images/main_box_header.png') no-repeat top left;
	width:689px;
	height:61px;	
	overflow:hidden;
	position:relative;
}


.mainBar .header .rightCorner
{
	position:absolute;
	right:20px;
	top:22px;
	text-align:right;
}





.mainBar .header h1
{
	margin:20px 0px 0px 20px;	
}

.mainBar .header h2
{
	margin:20px 0px 0px 20px;	
	color:#629900;
	font-weight:bold;	
}

.mainBar .header h3
{
	margin:20px 0px 0px 20px;
	font-weight:bold;	
}



.mainBar .content
{
	background:url('../images/main_box_content.png') repeat-y;
	width:689px;
	height:auto;
	position:relative;	
}

.mainBar .content #content
{
	margin:0px 20px 0px 20px;
	padding:0px;
	overflow:hidden;
}

.mainBar .content .body
{
	margin:0px 20px 0px 20px;
	padding:0px;
	overflow:hidden;
}

.mainBar .footer
{
	background:url('../images/main_box_footer.png') no-repeat;
	width:689px;
	height:32px;
}

/* side bar */

.sideBarContainer
{
	width:317px;
	float:right;
	overflow:hidden;
	margin:0px;
	padding:0px;	
}

.sideBar
{	
	width:317px;
	margin-bottom:5px;
}

.sideBar .header
{
	background:url('../images/side_box_header.png') no-repeat top left;
	width:317px;
	height:61px;
	overflow:hidden;
	position:relative;	

}

.sideBar .header h1
{
	margin:20px 0px 0px 50px;
	
}

.sideBar .header img
{
	position:absolute;
	top:10px;
	left:9px;	
}


.sideBar .header h2
{
	margin:20px 0px 0px 20px;	
	color:#a65a62;	
}

.sideBar .content
{
	background:url('../images/side_box_content.png') repeat-y;
	width:317px;
	height:auto;	
}

.sideBar .content #content
{
	margin:0px 20px 0px 20px;
	padding:0px;
	overflow:hidden;
}

.sideBar .content .body
{
	margin:0px 20px 0px 20px;
	padding:0px;
	overflow:hidden;
}

.sideBar .footer
{
	background:url('../images/side_box_footer.png') no-repeat;
	width:317px;
	height:32px;	
}
