@charset "UTF-8";
/* CSS Document */

body {
	background:url(images/grassBKG.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#514d4d;
}

h1 {
	color:#000;
	font-weight:bold;
	font-size:20px;
}

h2 {
	color:#000;
	font-weight:bold;
	font-size:20px;
}

* {
	margin:0 0;
	padding: 0 0;
}

#wrapper {
	width:966px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:966px;
	height:190px;
	background:url(images/header.png);
}

#navarea {
	width:966px;
	height:133px;
	background:url(images/nav.png);	
	
}

#navbar {
	width:600px;
	height: 39px;
	padding-left: 182px;
	padding-top: 22px;
}

#conetenBKG {
	width:966px;
	background:url(images/contentBKG.png) repeat-y;
	
}

#content {
	width:765px;
	padding-left:100px;
	

}

#rightbar {
	width:244px;
	float:right;
}

#rbtop {
	width:244px;
	height:46px;
	background:url(images/sbtop.jpg);
	padding-top: 20px;
}
#rbcontent {
	width:196px;
	background:url(images/sbbkg.jpg);
	padding-left: 24px;
	padding-right: 24px;
}

#rbfooter {
	width:244px;
	height:42px;
	background:url(images/sbbottom.jpg);
}

#footer {
	width:966px;
	height:157px;
	background:url(images/footer.png);
}

#contentfooter {
	width:765px;
	padding-left:100px;
	padding-top:35px;
	height:90px;
}
