/* Designed by Auburn Technology Solutions 2009 */

@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	background-color: #FFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	background-image: url(../images/filler.jpg);
	background-repeat: repeat-y;
}
#shadow {
	width: 790px;
	background-image: url(../images/dropshadow.jpg);
	background-repeat: repeat-y;
	margin: auto;
}
#wrapper #main_content ul {
	padding-right: 20px;
	padding-left: 15px;
	list-style-type: circle;
}


#wrapper #logo {
	height: 214px;
	background-color: #FFF;
	float: left;
	width: 155px;
}

#wrapper #header {
	background-color: #FFF;
	height: 175px;
	width: 595px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#wrapper #homebutton {
	background-color: #FFF;
	float: left;
	width: 110px;
	height: 39px;
}
#wrapper #aboutusbutton {
	background-color: #FFF;
	width: 110px;
	float: left;
	height: 39px;
}
#wrapper #homebutton img {
	text-align: center;
}


#wrapper #divider {
	height: 21px;
	width: 750px;
	float: left;
}
#wrapper #main_content {
	background-color: #FFF;
	float: left;
	width: 365px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 25px;
	padding-right: 13px;
	padding-bottom: 25px;
	padding-left: 5px;
	text-align: left;
}
#wrapper #rightcol {
	background-color: #b7b7b7;
	width: 174px;
	float: left;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper #navspacer {
	background-color: #FFF;
	float: left;
	width: 155px;
	height: 39px;
}

#wrapper #leftcol {
	background-color: #FFF;
	width: 115px;
	float: left;
	text-align: left;
	padding-left: 40px;
}
#wrapper #divider2 {
	float: left;
	height: 4px;
	width: 750px;
}
#wrapper #footer {
	background-color: #FFF;
	width: 750px;
	clear: left;
}
#wrapper #servicesbutton {
	background-color: #FFF;
	float: left;
	width: 110px;
	height: 39px;
}
#wrapper #contactbutton {
	background-color: #FFF;
	float: left;
	width: 110px;
	height: 39px;
}
#wrapper #main_content ol {
	padding-left: 20px;
	padding-right: 15px;
}

