@charset "utf-8";
body {
    color: #ffffff;
	background:#000000;
	font-family: "Arial MT", Arial, sans-serif;
    font-size: 1.0em;
	line-height: 125%;
    margin: 0px;
    padding: 0px;
}
div#pagewrapper {

}
div#contentwrapper {
	width: 801px;
	margin: 0 auto;
}
div#header {
	background: url(../img/droppedImage.jpg) no-repeat;
	height: 163px;
}
div#nav {
	background: #000000;
	height: 30px;
	padding-bottom: 8px;
	border-bottom: 4px solid #BB0000;
}
div#nav ul {
	margin: 0px;
}
div#nav ul li {
	float:left;
	list-style-type:none;
	margin-left: 25px;
	padding: 3px 10px;
}
div#nav ul li a {
	text-decoration: none;
	color:#DDDDDD;
}
div#content {
	padding: 15px;
}
div#footer {
	background: url(../img/droppedImage_1.jpg) top right no-repeat;
	height: 110px;
}
div#footer-comment {
	width: 500px;
	height: 75px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
h1 {
	font-size: 1.8em;
	font-weight:normal;
/*	color: #9F9D42; */
	color: #FFFFFF;
	text-align: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 25px;
	line-height: 120%;
}
h2 {
	font-size: 1.4em;
}
.underline{text-decoration:underline;}
h3 {
	font-size: 1.2em;
	font-weight: 400;
}
p {
	text-align:justify;
}
.center{text-align:center;}
a {
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
.small {
	font-size: 90%;
}
img.onright {
	margin-left: 15px;
}
img.onleft {
	margin-right: 15px;
}
.testimonial{
border:solid thin white;
width: 600px;
margin: 10px auto;
padding: 10px;
}
.testimonialblack{
border:solid thin black;
width: 600px;
margin: 10px auto;
padding: 10px;
}