@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}
#main {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	min-height:700px;
	height:700px;
	background-color:#ffffff;
	border: 1px solid #000000;
	top: 25px;
}
#main p {
	margin-top: 12px;
	margin-bottom: 12px;
}

#main a, link, visited, hover {
	text-decoration:none;
	color:#ffffff;
}
#side_nav {
	position:absolute;
	z-index:3;
	background-repeat: no-repeat;
	left: 0px;
	height: 700px;
	background-position: bottom;
	width:250px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #B20838;
}
#quote {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B20838;
	text-align: left;
	left: 35px;
	top: 104px;
	line-height: 22px;
}
#quote a:link {
	text-decoration:none;
	color:#000000;
}
#quote a:visited {
	text-decoration:none;
	color:#000000;
}
#quote a:hover {
	text-decoration:none;
	color:#B20838;
}

#menu {
	position:absolute;
	width:520px;
	height:5px;
	z-index:10;
	left: 250px;
	top: 75px;
	border-top: 3px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/common/nav_bkgrd.gif);
}
#header {
	position:absolute;
	width:520px;
	height:80px;
	z-index:1;
	background-color: #B20838;
	left: 251px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px;
}
#content {
	position:absolute;
	width:510px;
	height:273px;
	z-index:1;
	left: 274px;
	top: 135px;
	text-align: left;
}
#content a, link, visited, hover {
	text-decoration:none;
	color:#B20838;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B20838;
}
#footer {
	position:absolute;
	width:275px;
	height:21px;
	z-index:1;
	left: 269px;
	top: 665px;
}
.testimonials {
	position:absolute;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B20838;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
}
