@charset "utf-8";
/* CSS Document */

/* style for the body of the site */
body 	{
	background:url(../images/body_bg.jpg) top left repeat-x #17567F;
	margin: 0;
	padding: 0;
		}

/* style for the entire site's wrapper */
#wrapper 	{
			width: 914px;
			margin-left: auto;
			margin-right: auto;
			background:url(../images/wrapperbg.jpg) top center repeat-y;
			max-width: 914px;
			min-width: 914px;
			
			position:relative;
			}

/* header style */
#header {	
		width: 914px;
		max-width: 914px;
		min-width: 914px;
		position:relative;
		}

#headpic 	{
			padding-left: 2px;
}

/* Content Area Style */
#content {width: 781px; background:url(../images/contentbg.jpg) top center repeat-y; margin-left:auto; margin-right:auto; position:relative; margin-top:53px;}

#contentbox {padding-left:25px; padding-right: 25px; width: 731px;}

#textarea1 h1, #textarea2 h1{
	font-size: 30px;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
}

#textarea1 h2, #texarea2 h2{
	font-size: 26px;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
}

#textarea1 h3, #textarea2 h3{
	font-size: 22px;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
}

#textarea1 h4, #textarea2 h4{
	font-size: 20px;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
}

#textarea1 p, #textarea2 p{
	font-size: 16px;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
}


		
