@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background:url(images/bgparten.jpg);
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	padding-bottom:40px;
}
#wrapper {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: auto;
	width:960px;
}
#header {
	width:960px;
	float:left;
	margin-top:15px;
}
#bodycontain {
	background:url(images/bodycontaintbg.jpg) repeat-y;
	width:930px;
	float:left;
	padding:5px 15px;
}
.word {
	font-size:35px;
	color:#971000;
}
.leftHolder {
	float:left;
	width:500px;
}
.leftHolder, p {
	margin-top: 5px;
	margin-bottom:12px;
}
.rightHolder {
	float:left;
	margin:0 0 0 67px;
	width:320px;
}
.boxHolder{
float:left;
width:320px;
margin-top: 12px;
}
.boxred {
	float:left;
	background:url(images/boxred.jpg) no-repeat;
	width:320px;
	height: 100px;
}
.boxheader {
	float:left;
	background:url(images/boxheader.jpg) no-repeat;
	width:320px;
	height:61px;
}
.boxbody {
	float:left;
	background:url(images/boxbody.jpg) no-repeat;
	width:320px;
	height: 225px;
}
.boxfooter {
	float:left;
	background:url(images/boxfooter.jpg) no-repeat;
	width:320px;
	height:80px;
	text-align:center;
	font-size:12px;
	color:#929292;
	
}
a.mailto:link {
	font-size:12px;
	color:#929292;
	text-decoration:none;
}
a.mailto:hover {
	font-size:12px;
	color: white;
	text-decoration:underline;
}
a.mailto:visited {
	font-size:12px;
	color:#929292;
	text-decoration:none;
}
.box {
	width:266px;
	float:left;
	color:#FFFFFF;
	padding:0 27px;
}

.box2 {
	width:266px;
	float:left;
	color:#FFFFFF;
	padding:0 27px;
	margin-top:23px;
}
ul{
margin:0;
padding:0;
}
li{
margin:0;
padding:0;
}
.box2 ul li{
list-style-image:url(images/arrow.png);
margin-bottom: 10px;
margin-left:20px;
}

.box h1 {
	margin-top: 5px;
	color:#FFF;
	font-size:18px;
	font-weight:normal;
}

.box h3 {
	color:#FFF;
	font-size: 14px;
	font-weight:normal;
}

.btnHolder{
	margin-bottom:11px;
	width:229px;
	height:34px;
	border:0;
	float:left;
}

.btn {
	margin-bottom:11px;
	background:url(images/btn.jpg) no-repeat;
	width:229px;
	height:34px;
	cursor:pointer;
	margin-left:45px;
	border:0;
}

.btn:a {
	margin-bottom:11px;
	width:229px;
	height:34px;
}
.btn:hover{
	margin-bottom:11px;
	background:url(images/btnhover.jpg) no-repeat;
	width:229px;
	height:34px;
}


#footer {
float:left;
height:40px;
width:960px;
margin-bottom:40px;

}
.anoused{
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
margin-top: 25px;
color:#FFFFFF;
font-weight:bold;
font-size: 16px;
text-align:center;
}

.banners{
float: left;
width: 320px;
margin-top: 20px;
}

#reviews{
	color: maroon;
	font-size: 14px;
	font-weight: bold;
}

#W{
	letter-spacing: -5px;
	line-height: 12px;
	color: maroon;
	font-size: 42px;
}

blockquote {
	background: url(images/close-quote.gif) no-repeat right bottom;
	width: 500px;
	font-style: italic

}
blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
	text-indent: -15px;
	padding-left: 15px;
}
