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

#about_us {

}

#about_us #siteinfo {
	background-image:url(../img/header/base/repeat.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	overflow:hidden;
	background-color:#660000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;


}
#about_us #siteinfo p {
	margin:15px;
	color:#FFF;
}


#about_us p {
	margin-bottom:5px;
	text-indent:20px;
}

#about_us div.staff {
	background-image:url(../img/home/top_bg.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	overflow:hidden;
	background-color:#660000;
	color:#FCC;
	
}

#about_us div.staff b {
	color:#000;
}

#about_us div.staff fieldset {
	margin:10px;
}
#about_us fieldset img {
	float:left; 
	margin:5px; 
	margin-left:0px; 
	border:5px ridge #993333;
}
#about_us fieldset legend {
	font-size:18px; 
	font-weight:bold;
	color:#FFF;
	text-shadow: 0px 2px 3px #000000;
}


#contact_us {
	margin-top:15px;
	color:#ffffff;
}

#contact_us #contact_box {
	background-image:url(../img/bgs/wood_bluegray.jpg);
	background-repeat:repeat-y;
	margin-top:15px;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	overflow:hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color:#003;
}
#contact_us #contact_box .cont {
	margin:15px;
	text-align:center;
}

#contact-area {
	width:600px;
	margin:0 auto;
	text-align:left;
}

#contact-area p {
	text-align:center;
}

#contact-area .error {
	text-align:center;
	margin:5px;
	padding:5px;
	background-color:#E69D9D;
	border:1px solid #F00;
	color:#F00;
	font-weight:bold;
	clear:both;
}
#contact-area .sent {
	text-align:center;
	margin:5px;
	padding:5px;
	background-color:#CBFFB9;
	border:1px solid #01E00D;
	color:#000;
	display:none;
}
