@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#c3c3c3 url(images/bg_body_01.gif) top repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	}
a img {
	border:none;
	}
a {
	text-decoration:underline;
	color:#0054bc;
	}
#wrapper {
	margin:0 auto;
	width:804px;
	padding-top:28px;
	}
#main {
	background:#FFFFFF;
	padding:12px;
	position:relative;
	}
#fade-left {
	position:absolute;
	left:-70px;
	top:103px;
	}
#fade-right {
	position:absolute;
	right:-70px;
	top:103px;
	}
#phone {
	position:absolute;
	top:35px;
	right:30px;
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#666667;
	}
#footer {
	font-size:11px;
	color:#656565;
	padding:15px 30px;
	}
#footer a {
	text-decoration:none;
	color:#670f0f;
	}
#container {
	background:url(images/bg_left_18.gif) left repeat-y;
	}
#left {
	float:left;
	width:205px;
	}
#left .text {
	padding:15px;
	}
.clear {
	clear:both;
	height:1px;
	}
.font18 {
	font-size:18px;
	}
.font14 {
	font-size:14px;
	}
.alignCenter {
	text-align:center;
	}
#links a {
	text-decoration:none;
	color:#670f0f;
	margin:6px 0;
	display:block;
	}
#right {
	float:right;
	width:533px;
	}
#nav a {
	margin-right:10px;
	}
.title {
	font-size:18px;
	color:#670f0f;
	}
#content {
	padding:20px 30px;
	}