body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Tahoma, Arial, lucida, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #261000;
	}
	
a {
	text-decoration: underline;
	color:  #d9b80d;
	cursor: hand;
	}
	
a:visited {
	color:  #d9b80d;
	}
	
a:active {
	color:  #d9b80d;
	}
	
p {
	margin: 0 0 0.8em 0; 
	}
	
.cleaner {
	clear: both;
	height: 1px;
	border: none;
	padding: 0;
	visibility: hidden;
	}
	
#oldbrowsers {
	display: none;
	}		
	
h1 {
	font-family: Arial, Tahoma, Helvetica, Tahoma, Arial, lucida, sans-serif;
	height: 14px;
	font-size: 18px;
	color: #f8d407;
	line-height: 14px;
	margin: 15px 0 15px 0;
	font-weight:bold;	
	}
	
	h2 {
	font-family: Arial, Tahoma, Helvetica, Tahoma, Arial, lucida, sans-serif;
	height: 14px;
	font-size: 15px;
	color: #f8d407;
	line-height: 14px;
	margin: 14px 0 13px 0;
	font-weight:bold;
	}

/* MAIN CONTAINER */	

#main-container {
	width: 846px;
	margin: 28px auto;
	padding: 0;
	text-align: left;
	}
	
#main-content {
	top: 0;
	width: auto;
	padding: 0;
	}
	
/* HEADER */		
	
#header {
	position: relative;
	width: 846px;
	height: 150px;
	margin: 0 0 0 0;
	padding: 0;
	background: #fff url('../images/bg_header.gif') repeat-x;	
	}
	
#header-left {
	position: relative;
	float: left;
	width: 300px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url('../images/bg_header_left.gif') repeat-y;
	}
	
#header-right {
	position: relative;
	float: right;
	width: 444px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url('../images/bg_header_right.gif') right 16px no-repeat;
	}
	
#call {
	width: 331px;
	margin: 30px 0 0 0;
	padding: 0;
	}
	
#menu {
	width: 444px;
	margin: 30px 0 0 0;
	padding: 0;
	}
	
#content-container {
	position: relative;
	float: left;
	width: 846px;
	height: auto;
	margin: 0;
	padding: 0;
	}	
	
#content-left {
	position: relative;
	float: left;
	left: 46px;
	width: 456px;
	margin: 0;
	padding: 0;
	}
	
#content-left-top-container, #content-left-bottom-container, #content-left-sub-container {
	position: relative;
	float: left;
	width: 456px;
	_height: 148px;
	min-height: 148px;
	margin: 14px 0 0 0;
	padding: 0px;
	background: #fff;
	}
	
#content-left-sub-container {
	position: relative;
	_height: 310px;
	min-height: 310px;
	}	
	
#content-left-top-content, #content-left-bottom-content {
	width: auto;
	height: 117px;
	margin: 13px;
	padding: 5px 10px 0 10px;
	background: #261000;
	}
	
#content-left-sub-content {
	width: auto;
	_height: 279px;
	min-height: 279px;
	line-height: 17px;
	font-size: 12px;
	margin: 13px;
	padding: 5px 10px 0 10px;
	background: #261000;
	}	
	
#content-left-top-content p, #content-left-bottom-content p {
	margin: 0 0 8px 0;
	}	
	
#content-right {
	position: relative;
	float: right;
	width: 331px;
	margin: 14px 0 0 0;
	padding: 0;
	}
	
input.form-text {
	width: 200px;
	border-top: 1px solid #5e5249;
	border-right: 1px solid #a29790;
	border-bottom: 1px solid #a29790;
	border-left: 1px solid #5e5249;
	font-family: Tahoma, Arial, Helvetica, Tahoma, Arial, lucida, sans-serif;
	color: #fff;
	background: #79695e; 
	}	
	
.form-textarea-small, .form-textarea-large {
	width: 200px;
	height: 100px;
	border-top: 1px solid #5e5249;
	border-right: 1px solid #a29790;
	border-bottom: 1px solid #a29790;
	border-left: 1px solid #5e5249;
	font-family: Tahoma, Arial, Helvetica, Tahoma, Arial, lucida, sans-serif;
	color: #fff;
	background: #79695e; 
	}
	
.form-textarea-large {
	width: 370px;
	height: 100px;
	}			
	
#footer {
	position: relative;
	float: left;	
	clear: both;
	width: 846px;
	height: 199px;
	margin: 0;
	padding: 0;
	background: url('../images/bg_footer.gif') 46px top no-repeat;
	}
	
#copyright {
	position: absolute;
	left: 55px;
	top: 158px;
	margin: 0;
	padding: 0;
	}
	
#copyright .fade {
	color: #6b6a63;
	}		
