body {
	background: url(../images/mainback.jpg) fixed no-repeat;
	text-align: center;
	color: #000;
	font-family: arial;
	font-size: 14px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#wrapper { 
		position: margin: 0px auto 0px auto; 
		width: 960px; border: 1px solid #cfcfcf; 
		background-color: #fff;
}

#content {padding-left: 5px; text-align: left; width: 50%;}
#blurb {text-align: left;padding: 0px 10px 5px 10px;}

h1, h2 {
	color: #201B77;
}

#content a:link, #content a:visited {
	margin-left: 0px;
	padding: 0px;
	color: #000;
}

#content a:hover {
	color: #000;
}

#rightbox {
	float: right;
	width: 50%;

}

.slideshow {
	float: right;
	width: 450px;
	height: 336px;

}

.slideshow img {
	width: 450px;
	height: 336px;

}

.centerimage img {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2px;
	border: 2px solid #000;
	background-color: #fff;
}

#header {
	height: 196px;

}

#contact {
	border-top: 1px solid #fff;
	width: 100%;
	clear: right;
	color: #000;

}

#contact h2 {
	color: #000;
}

#contact h3 {
	color: yellow;
}
#contactleft {
	float: left;
	width: 50%;
}
#contactright {
	float: right;
	width: 50%;
}
ul {
	width: 300px;
	list-style-image: url(../images/li.png);
	text-align: left;

}
li {

	padding: 3px;
}
.blacktext {
	color: #000;
}
