body {

	margin-top: 3px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	
}

#container {

	width: 780px;
	margin: 0 auto;
	height: 100%;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-image:url(images/left_bg_home.jpg);
	background-repeat:repeat-y;
	background-position:left;	
	overflow: hidden;
}

#container2 {

	width: 780px;
	background-image:url(images/right_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}



#header {
	background: #fff;
	width: 780px;
	height: 136px;
	background-image: url(images/tophome.jpg);
	
}


#content {
	background: #fff;
	float: left;
	width: 415px;
	text-align: left;
	height: 100%;

}

#leftbar {
	float: left;
	width: 180px;
	height: 100%;
	text-align: left;
	/* clear:both; */
}

#rightbar {
	background: #fff;
	background-image:url(images/right_bg.jpg);
	background-repeat:repeat-y;
	float: right;
	width: 180px;
}

#footer {
	clear: both;
	height: 48px;
	position: middle;
}

