/* CSS Document */

body {
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	}
p, td, tr {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
hr {
	color:#b8522c;
	background: #b8522c;
	border: 0; 
	Height:1px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
	
/***************** header **************************************/

div#header { 
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align:center;
	background-image: url(../img/back_header.gif);
	background-repeat: repeat;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 10px;
	}
div#header_menu { 
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000000;	
	padding: 5px;
	}
div#header_menu a {
	font-size: 16px;
	font-weight: bold;		
	color: #FFFFFF; 
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;	
	}
div#header_menu a:hover {
	font-size: 16px;
	font-weight: bold;		
	color: #c69390; 
	text-decoration: underline overline;
	margin-right: 7px;
	margin-left: 7px;
	}	

/***************** lists **************************************/	

div#list {
	padding-bottom: 15px;
	margin-bottom: 15px;	
	/* border-bottom: 1px solid #6c3949; */
	}
div#list_title {
	padding: 4px;
	background-color: #EAC6D1;
	margin-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #6c3949;
	font-weight:bold;
	float: left;
	}
div#list_phone {
	padding: 4px;
	background-color: #EAC6D1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #666666;
	font-weight:bold;
	}
div#list_text {
	margin-top: 5px;
	}


/***************** content **************************************/	
	
div#content {
	text-align:left;
	padding:25px;
	color: #3c1616;
	}
div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color: #983937;	
	margin-top:0px;
	margin-bottom:10px;
	}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:23px;
	color: #983937;	
	margin-top:0px;
	margin-bottom:10px;
	}
div#content a {
	text-decoration: underline;
	color: #d5b9b9;
	}
div#content a:hover {
	text-decoration: none;
	color: #000000;
	}	
.back_content{
	background-color: #aa7b7b;
	}	

/****************************************** ads ******************************************/
	
div#ads {
	padding: 25px;
	color: #c69390;	
	}
.back_side{
	background-color: #582020;
	}	
	
/****************************************** boxes ******************************************/

DIV.box {
	margin-bottom: 15px;
	font-size: 11px;
	}
DIV.box UL {
	list-style-type: none;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	padding:5px;
	margin-top:0px;	
	font-size: 11px;
	font-weight: normal;		
	color: #666666; 
	}
DIV.box UL LI {
	padding-right: 0px; 
	padding-left: 10px; 
	line-height:12px;
	margin-bottom: 2px;
	background-position: 0px 4px;  
	background-image:url(../img/arrow.gif);
	background-repeat: no-repeat;
	}
DIV.box_adsense {
	text-align:center;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	padding:5px;
	}

DIV.box UL A { /*********************** box links *****************/
	text-decoration: none;
	color: #666666;	
	}
DIV.box UL A:hover {
	text-decoration: underline;
	color: #666666; 	
	}
DIV.box h1{ /*********************** box headers *****************/
	font-size: 13px;
	color:#ffffff; 
	font-weight: bold;	
	background-color: #cc0033;
	border-bottom: 4px solid #ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 4px;	
	margin: 0px;
	}	
	
/***************** footer **************************************/	

div#footer { 
	padding: 20px;
	font-size:12px;
	color: #c69390;
	text-align:center;	
	margin-top: 20px;
	border-top: 1px solid #000000;
	background-color:#821512;
	background-image: url(../img/back_header.gif);
	background-repeat: repeat;		
	}
div#footer a {
	text-decoration: underline;
	color: #ffffff;
	}
div#footer a:hover {
	text-decoration: none;
	color: #c69390;
	}	
div#footer_menu { 	
	margin-bottom: 15px;
	}
div#footer_menu a {
	font-size: 11px;
	font-weight:bold;
	color: #ffffff; 
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	}
div#footer_menu a:hover {
	font-size: 11px;
	font-weight:bold;	
	color: #c69390; 
	text-decoration: underline overline;
	margin-right: 7px;
	margin-left: 7px;
	}