BODY { 	margin: 0;	padding: 0;	font: small "Lucida Sans", "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;	color: #000;	text-align: center; /* IE 5.5 HACK */
	background-color: #3f0709;
	line-height: 1.5em;	}
A {
	color: #ff7800;
	}
A:hover {
	color: #974700;
	}
H1#logo {	text-indent: -9999px;	overflow: hidden;	margin: 0;	padding: 0;	border: 0;	}H1#logo A:link, H1 A:visited {	display: block;		position: absolute;	top: 0;	height: 153px; 	width: 367px; 	background: url(/img/logo.png) top left no-repeat;	padding: 0;	border: 0;
	margin: 10px 0 0 25px;	}H1#logo A:hover {	background: url(/img/logo.png) bottom left no-repeat;	}
H1, H2, H3, H4, H5, H6 {
	color: #90191b;
	font-weight: normal;
	}
H2 {
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #f8ead4;
	}
H3 {
	font-size: 1.5em;
	}
H4 {
	font-size: 1.1em;
	text-transform: uppercase;
	}
IMG {
	display: block;
	border: 0;
	}
IMG.inline {
	display: inline;
	}#wrapper {	background: #5c0b0d url(/img/title.png) top center no-repeat;	width: 100%;	}
#top {	margin: 0 auto;	padding: 0;	width: 784px;	height: 200px;	text-align: left; /* IE 5.5 HACK */	}
#contentWrapper {
	background: url(/img/bg-content.png) 50% 50% repeat-y;
	}
#content {	margin: 0 auto;	width: 720px;	text-align: left; /* IE 5.5 HACK */
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px 0 30px 0;	}
#serviceArea {
	clear: both;
	height: 88px;
	background: url(/img/service-area.png) top center no-repeat;	text-indent: -9999px;	overflow: hidden;
	}#footer {	text-align: left; /* IE 5.5 HACK */
	margin: 0 auto;
	padding: 20px 0;	color: #ee7356;	width: 784px;	}
#footer A {
	color: #fea111;
	}
#credit {
	float: right;
	}
#clearBoth {
	clear: both;
	}
	
/* Menu */
#menu {	display: inline;	position: absolute;	top: 105px;	padding: 6px 0 3px 0;	margin: 0 0 0 410px;
	font-family: Verdana, sans-serif;
	font-weight: bold;	}#menu UL {	margin: 0;	padding: 0;	}#menu UL LI {	display: inline;	list-style: none;	}#menu UL LI A {	font-size: 13px;	text-transform: uppercase;	padding: 3px 10px;
	text-decoration: none;
	color: #fea111;	border-top: 3px solid transparent;	}#menu UL LI A:hover {
	color: #fff;	}#menu UL LI A.here {	background: #ffddef;	border-top: 3px solid #e479af;	}
#menu UL LI.here A {
	color: #fff !important;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
	
/* Forms */
FIELDSET {
	margin: 0;
	padding: 0;
	border: 0;
	}
LABEL {
	display: block;
	margin: 10px 0 0 0;
	}
INPUT, TEXTAREA, SELECT { 	font-family: Arial; 	font-size: 1em; 	background: #ffffff; 	border: 1px solid #ccc; 	color:#444; 
	padding: 5px;	}INPUT:hover, TEXTAREA:hover { 	border: 1px solid #666; 	}INPUT:focus, TEXTAREA:focus { 	border: 1px solid #444; 	}INPUT[type="radio"], INPUT[type="checkbox"] {	border: 0 !important;	}
.formFloat {
	float: left;
	margin: 0 15px 0 0;
	}
input[type="submit"], input[type="button"], input[type="reset"] { 	border: 1px solid #886f09; 	border-color: #e2c13a #886f09 #886f09 #e2c13a;	background: #fc0 url('/img/bg-button.png') 50% 0% repeat-y; 	color: #4f4109;	font-weight: bold;	}input[type="submit"]:hover, input[type="button"]:hover { 	color: #000;	}input[type="submit"]:focus, input[type="button"]:focus { 	border-color: #886f09 #e2c13a #e2c13a #886f09;	}

	
/* Main Page */
#main-col1, #main-col2, #main-col3 {
	width: 221px;
	float: left;
	}
#main-col1 {
	clear: both;
	}
#main-col2 {
	margin-left: 28px;
	}
#main-col3 {
	margin-left: 28px;
	}
	
/* Services */
.serviceList {
	margin-left: 20px;	
	}
.serviceList DT {
	font-weight: bold;
	}
.serviceList DD {
	margin: 0 0 15px 0;
	}
	
/* General */
.pic {
	clear: both;
	float: right;
	margin: 0 0 25px 25px;
	}