html, body{
	margin: 0px;
	padding: 0px;
}

body{
	background: #ffffff;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin-top: -12px;
}

h1#keywords{
	font-size: 10px;
	color: #872a21;
	font-weight: lighter;
	position: relative;	
	padding: 0px;
	padding-left: 290px;
	top: 57px;

	margin: 0px;
}

h2, #contact_form legend{
	font-family: 'Tahoma';
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	margin: 15px;
	margin-left: 0px;
	clear: both;

}

h3{
	font-family: 'Tahoma';
	font-size: 11px;
	font-weight: bold;
	
	color: #801717;
	margin-top: 8px;
}

p{
	margin-top: 8px;
	margin-bottom: 8px;
}



a {
	color: #481717;
	
}



/*******************************/
#whole{
	margin: 0 auto;
	width: 740px;
	border-top: 3px solid #872a21;
	border-bottom: 3px solid #872a21;
}

#logo{
	background: url('images/pic-logo.gif') left top no-repeat;
	height: 81px;
	width: 100%;

}

#logo *{
	float: left;
}

#logo h1{
	font-family: 'Impact';
	font-size: 24px;
	font-weight: lighter;
	color: #872a21;
	text-transform: uppercase;
	text-indent: 90px;	
	width: 502px;
	margin-top: 17px;

}

#logo a#home, #logo a#advertise, #logo a#disclaimer{
	display: block; 
	width: 78px;
	height: 81px;
}

#logo a#home{
	background: url('images/pic-home.gif') center no-repeat;	
}

#logo a#advertise{
	background: url('images/pic-advertise.gif') center no-repeat;	
}

#logo a#disclaimer{
	background: url('images/pic-disclaimer.gif') center no-repeat;
}


#logo ul#menu, #logo ul#menu-right{
	border-top: 1px solid #9a7043;
	border-bottom: 1px solid #9a7043;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 512px;
	overflow: hidden;
}

#logo ul#menu-right{
	width: 228px;
	float: right;
}

#logo ul#menu li, #logo ul#menu-right li{
	margin-left: 10px;
	margin-right: 4px;
}

#logo ul#menu-right li{
	margin-left: 13px;
	_margin-left: 7px;  /*** fuckin IE ***/
	margin-right: 14px;
	_margin-right: 17px;
}

#logo ul#menu li a, #logo ul#menu-right li a{
	background: url('images/menu-bullet.gif') no-repeat;
	text-decoration: none;
	margin-top: 5px;
	padding-left: 20px;
	height: 14px;
	color: #872a21;
}

#logo ul#menu-right li a{
	background: url('images/arrow-red.gif') left no-repeat;
	padding-left: 7px;
}

#logo ul#menu li a:hover, #logo ul#menu-right li a:hover{
	color: #330000;
}


/*******************************/

#main{
	clear: both;
	padding-top: 7px;
}

#main div{
	float: left;
}

#content{
	width: 478px;
	padding-left: 7px;
}

#content img{
	float: left;
	margin: 5px 10px 5px 0px;
}


#content ul, #panel-right ul{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#content ul li, #panel-right ul li{
	background: url('images/arrow-red-all.gif') left top no-repeat;
	padding-left: 8px;
	margin-bottom: 17px;	
}

#panel-right ul li a{
	color: #481717;
	text-decoration: none;
}	
	
#panel-right{
	background: #F4EDD9;
	width: 224px;
	color: #481717;

	margin-left: 7px;
	padding: 12px;
}

#panel-right img{
	border: 0px;
	margin-bottom: 15px;
}

#footer{
	text-align: center;
	clear: both;
}

#footer a{
	color: #872a21;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;

}

.links-col{
	display: block;
	float: left;
	width: 115px;
}

.links-col a{
	color: #481717;
	text-decoration: none;
}

.links-col a:hover{
	color: #C60;
}



#contact_form {
}


#contact_form span {
	color: red;
	content: '*';
}

#contact_form fieldset{
	border: 0;
}

#contact_form label {
	float: left;
	clear: both;
	width: 200px;
	text-align: right;
	margin-right: 5px;
	line-height: 20px;
}

#contact_form input, #contact_form textarea, #contact_form select {
	float: left;
	border: 1px solid #8F8F8F;
	margin-bottom: 3px;
	
}

#contact_form .button {
	clear: both;
	width: 100px;
	margin-left: 205px;
	margin-top: 10px;
}

span.error{
	color: red;
	font-weight: bolder;
	display: block;
	margin: 20px;
}
