@charset "UTF-8";
/*tags*/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3C3C3D;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/*ids*/
#wrapper {
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF0D07;
	position: relative;
}
#top_header {
	padding-top: 20px;
	padding-bottom: 20px;
}
#bottom_header {
	width: 920px;
	height: 300px;
}
#slideshow {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#testamonial {
	width: 244px;
	position: relative;
	z-index: 2;
	padding: 15px;
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	height: 270px;
	top: -300px;
	left: 646px;
	overflow: hidden;
	background-image: url(../images/red.png);
	background-repeat: repeat;
}
#navigation {
	background-color: #3C3C3D;
	font-size: 11px;
	color: #FF0D07;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FF0D07;
}
#content {
	width: 920px;
	padding-bottom: 100px;
	position: relative;
	float: left;
	padding-top: 2px;
}
#content a {
	color: #666666;
	text-decoration: none;
}
#content a:hover {
	color: #FF0D07;
}
#left_column {
	float: left;
	width: 606px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}

#right_column {
	float: right;
	width: 254px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
#right_column_alt {
	float: right;
	width: 254px;
	padding-right: 10px;
	padding-left: 10px;
}
#right_column ul,#right_column_alt ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3C3C3D;
}
#right_column li, #right_column_alt li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #3C3C3D;
	padding-right: 10px;
	padding-left: 10px;
	color: #FF0D07;
}
#right_column a, #right_column_alt a {
	color: #3C3C3D;
	text-decoration: none;
}
#right_column a:hover, #right_column_alt a:hover {
	color: #FF0D07;
}
/*classes*/
.seperator {
	color: #FFFFFF;
}
.header {
	font-size: 20px;
	text-transform: uppercase;
	color: #FF0D07;
}
.subheader {
	font-style: italic;	
}
