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

body {
	background: #486030 url(../images/bannerbg.png);
	background-repeat: repeat-x;
	font-family:"Lucida Grande",LucidaGrande,Lucida,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #000;
	font-weight:normal;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#content {

 padding: 0 2px;

 width: 800px !important;

 float: left;
 
 text-align: left;

 position: relative;

 }


h1 {

 width: 800px;
 height: 106px;
 margin: 0px auto;
 background-image: url(../images/logo.png);
 background-repeat: no-repeat;

 }
 
#box {
	position: relative;
	width: 800px;
	height: 435px; 
	background: url(../images/contentbg.png); 
	margin:15px 15px 15px 15px; 
	clear:both; 
	padding: 5px; 
	
	text-align: justify;
	clear: right;
}

#box_bottom {
	position: relative;
	width: 800px;
	height: 325px; 
	background: url(../images/contentbg.png); 
	margin:15px 15px 15px 15px; 
	clear:both; 
	padding: 5px; 
	text-align: center;
	clear: right;
}

.corner { position: absolute; width: 20px; height: 20px; background: url(../images/corners.png) no-repeat; font-size: 0%; clear: both;}
.cornerBoxInner { padding: 15px; clear: both;}
.TL { top: 0; left: 0; background-position: 0 0; z-index:100; }
.TR { top: 0; right: 0; background-position: -20px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -20px; }
.BR { bottom: 0; right: 0; background-position: -20px -20px; }

.cornerBoxInner p {
	margin-top: -10px;
	width: 325px;
}

.cornerBoxInner h3 {
	margin-top: -10px;
	margin: 0px auto;
	margin-left: 10px;
}

