/* CSS Document */

body {
	background: url(images/main_bg.jpg) repeat-x top;
	background-color:#B4D093;
	text-align:center;
	margin:0px;
}

#maincontainer {
	position:relative;
	width:734px;
	margin:auto;
	background:url(images/repeating.jpg) repeat-y top;
}


#header {
	width:734px;
	height:105px;
	background:url(images/header.jpg) no-repeat top;
}

#left {
	position:absolute;
	width:215px;
	height:233px;
	left:0px;
	background:url(images/links.jpg) no-repeat top;
}

#right {
	width:519px;
	height:233px;
	margin-left:215px;
	margin-top:0px;
	background:url(images/body_bg.jpg) no-repeat top;
}

#footer {
	width:734px;
	height:55px;
	margin:auto;
	margin-bottom:0px;
	background:url(images/footer.jpg) no-repeat bottom;
	margin-top:50px;
}

#sitecontent {
	width:440px;

	margin-left:171px;
	margin-top:-60px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;

}

html > body #sitecontent {
	min-height:200px;
	margin-left:221px;
}

.txtfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.txtfontbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#293C8D;
}

.footertxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#293C8D;
	text-align:center;
	margin-left:150px;
	
}