body {
	/*
	background: url('images/background_design-v5-web.jpg');
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: scroll;
	*/
	background-color: #2c170a;
	color: black;
	font-family: arial, "sans-serif";
	font-size: 13px;
	/*
	letter-spacing: 0.8em;
	*/
}



a {
	color: black;
}

	a img {
		border: 0px solid #ffffff;
	}



/* encloses: entire page */

#site_container {
	width: 800px;
	height: auto;
	margin: 0 0 0 50px;
	border: 6px solid #1e0f06;
	background: #ffffff;
	padding: 10px;
	overflow: hidden;
}



/* Site Header */

#site_header_wrapper {
	width: 100%;
	min-height: 100px;
	color: black;
	text-decoration: none;
}

#site_header {
	color: black;
	text-decoration: none;
	text-align: center;
	margin: 0 0 10px 0;
}



/* encloses: all body text: nav menu, content, contact footer */

#body_container {
	width: 100%;
	height: auto;
	float: right;
}




/* Nav list - main */

.navlistmain {
	width: 100%;
	height: 100%;
	margin-right: 2%;
	margin-left: 1%;
/*	background: url('images/header-and-nav/background_design-doublecrop_web.jpg');
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: scroll;*/
	float: left;
}

	.navlistmain ul {
		list-style: none;
		padding: 0;
		margin: 0 0 25px 0;
		text-align: center;
		color: #41220c;
	}

	.navlistmain a {
		text-decoration: none;
	}

	.navlistmain a:hover {
		color: black;
		text-decoration: underline;
	}
	
	.navlistmain li {
		display: inline;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.navlistmain li:before { content: "| "; }
	.navlistmain li:first-child:before { content: ""; }

	/*IE workaround*/
	/*All IE browsers*/
	* html .navlistmain li {
		border-left: 1px solid black;
		padding: 0 0.4em 0 0.4em;
		margin: 0 0.4em 0 -0.4em;
	}

	/*Win IE browsers - hide from Mac IE\*/
	* html .navlistmain { height: 1%; }

	* html .navlistmain li {
		display: block;
		float: left;
	}

	/*End hide*/
	/*Mac IE 5*/
	* html .navlistmain li:first-child { border-left: 0; }


/* centered pipe nav list via http://lumino.us/weblog/pipe-dream */
.pipewrap {
	text-align: center;
	font-weight: bold;
	width: 1000px;
	}

.pipelist {
   margin: 0 auto 1em;
   overflow: hidden;
   width: 90%;
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #000;
   float: left;
   line-height: 1.2em;
   margin: 0 .5em 0 -.5em;
   padding: 0 .5em 0 .5em;
   white-space: nowrap;
   } 	
	



#content_container {
	width: 100%;
	height: auto;
	float: left;
}


.maincontent_headline {
		text-align: left;
		float: left;
		font-weight: bold
	}
	
	.maincontent a{
		color: black;
	}


#page_header {
    text-align: left;
    color: #41220c;
}
	#page_header h3 {
	}



#navlistpage {
	margin-top: 20px;
    color: #000000;
    text-align: left;
    color: black;
}



.section_head {
	font-family: georgia, "serif";

}

	.section_head h3{
	    text-align: left;
	    font-size: 15px;
	    margin: 20px 0 20px 0;
		font-family: georgia, "serif";

	}

	.section_head h4{
	    text-align: left;
	    font-size: 13px;
	    margin-top: 0px;
		font-family: georgia, "serif";
	}

 .section_border_below {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #41220c;
	border-left: 0px;
} 

.section_border_above {
	border-top: 2px solid #41220c;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding: 15px 0 15px 0;
}

.section_border_above2 {
	border-top: 2px solid #41220c;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding: .25em 0 15px 0;
}

.section_border_abovebelow {
	border-top: 2px solid #41220c;
	border-right: 0px;
	border-bottom: 2px solid #41220c;
	border-left: 0px;
}



.section_head_border_below1 {
	border-bottom: 1px dotted #41481e;
	margin: 0px 0px 10px 0px;
}
	.section_head_border_below1 h3 {
		color: black;
	    font-size: 15px;
	    margin: 2em 0 .25em 0;
	}
	
	.section_head_border_below1 a {
		text-decoration: none;
	}
	
	.section_head_border_below1 a:hover {
		color: black;
		text-decoration: underline;
	}
	
.section_head_border_below2 {
	border-bottom: 2px solid #41481e;
	margin: 0px 0px 10px 0px;
}
	.section_head_border_below2 h3 {
		color: black;
	    font-size: 15px;
	    margin: 2em 0 .25em 0;
	}
	
	.section_head_border_below2 a {
		text-decoration: none;
	}
	
	.section_head_border_below2 a:hover {
		color: black;
		text-decoration: underline;
	}
	
.forsale1 {
	border-bottom: 2px solid black;
	margin-bottom: 1em;
	min-height: 170px;
}

	.forsale1 h3 {
		font-size: 1.1em;
		margin: 0 0 0 0;
	}
	
	.forsale1 a {
		font-size: .8em;
		color: grey;
		text-decoration: none;
		margin: 0 0 .6em 0;
		display: block;
	}
	
	.forsale1 a:hover {
		font-size: .8em;
		color: grey;
		text-decoration: underline;
	}
	
	.forsale1 h4 {
		font-size: .9em;
		font-weight: bold;
		margin: 0 0 0 0;
	}
	
	.forsale1 p {
		font-size: 1em;
		margin: 0 0 1em 0;
	}


.red {
	color: red;
}	

		

.table_section_head {
	font-weight: bold;
}



/*h3 a {
	color: black;
	text-decoration: none;
}

h3 a:hover {
	color: black;
	text-decoration: underline;
}
*/


h2.center_text {
	text-align: center;
}

p.center_text {
	text-align: center;
}


.column_right {
	width: 48%;
	height: auto;
	float: right;
}

.column_left {
	width: 48%;
	height: auto;
	margin-right: 3%;
	float: left;
}

.column_full {
	width: 100%;
	height: auto;
	float: right;
}


.column_quarter {
	width: 23%;
	height: auto;
	margin-right: 2%;
	float: left;
}

.column_quarter_end {
	width: 23%;
	height: auto;
	float: right;
}

.column_center_twoquarters {
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-right: 25%;
	float: left;
}

.column_left_threequarters {
	width: 73%;
	height: auto;
	margin-right: 2%;
	float: left;
}

.column_left_third {
	width: 31%;
	height: auto;
	margin-right: 2%;
	float: left;
}

.column_center_third {
	width: 31%;
	height: auto;
	margin-right: 2%;
	float: left;
}

.column_right_third {
	width: 31%;
	height: auto;
	float: left;
}

.column_left_twothirds {
	width: 62%;
	height: auto;
	margin-right: 2%;
	float: left;
}

.column_right_twothirds {
	width: 62%;
	height: auto;
	float: left;
}


/* New on RaqsAyperi.com */
.new_additions {
	width: 100%;
	height: auto;
/*	border: 0px 0px 0px 1px;
	border-left: 1px dotted grey;*/
	padding-left: 15px;
	background: url('images/header-and-nav/background_design-doublecrop_web.jpg');
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: scroll;
	float: left;
}



.para_w_photo {
}

	.para_w_photo img{
		margin: 0px 10px 0px 0px;
		border: 2px solid #41220c;
	}
	

.para_w_photo_l {
}

	.para_w_photo_l img{
		margin: 0px 10px 5px 0px;
		border: 2px solid #41220c;
		float: left;
	}


.para_w_photo_r {
}

	.para_w_photo_r img{
		margin: 0px 0px 0px 10px;
		border: 2px solid #41220c;
		float: right;
	}
	

.photo_w_caption_l {
	width: 102px;
	height: auto;
	font-size: 10px;
	border: none;
	margin: 0px 10px 3px 0px;
	float: left;
}

	.photo_w_caption_l a {
		color: black;
		text-decoration: none;
	}

	.photo_w_caption_l a:hover {
		color: black;
		text-decoration: underline;
	}
	
	.photo_w_caption_l img{
		margin: 0px 10px 5px 0px;
		border: 2px solid #41220c;
		float: left;
	}
	

.photo_w_caption_r {
	width: 102px;
	height: auto;
	font-size: 10px;
	border: none;
	margin: 0px 0px 3px 10px;
	float: right;
}

	.photo_w_caption_r a {
		color: black;
		text-decoration: none;
	}

	.photo_w_caption_r a:hover {
		color: black;
		text-decoration: underline;
	}
	
	.photo_w_caption_r img{
		margin: 0px 0px 5px 10px;
		border: 2px solid #41220c;
	}
	

.photo_w_caption_l_175 {
	width: 177px;
	height: auto;
	font-size: 10px;
	border: none;
	margin: 0px 10px 3px 0px;
	float: left;
}

	.photo_w_caption_l_175 a {
		color: black;
		text-decoration: none;
	}

	.photo_w_caption_l_175 a:hover {
		color: black;
		text-decoration: underline;
	}
	
	.photo_w_caption_l_175 img{
		margin: 0px 10px 5px 0px;
		border: 2px solid #41220c;
		float: left;
	}
	

.photo_w_caption_r_175 {
	width: 177px;
	height: auto;
	font-size: 10px;
	border: none;
	margin: 0px 0px 3px 10px;
	float: right;
}

	.photo_w_caption_r_175 a {
		color: black;
		text-decoration: none;
	}

	.photo_w_caption_r_175 a:hover {
		color: black;
		text-decoration: underline;
	}
	
	.photo_w_caption_r_175 img {
		margin: 0px 0px 5px 10px;
		border: 2px solid #41220c;
	}
	

.gallery_thumb img {
	margin: 0px 5px 5px 0px;
	float: left;
}

	
.gallery_slide {
	border: 2px solid white;
	margin: 0px 10px 5px 0px;
	float: left;
}

.img_50px_h {
}
	.img_50px_h img {
		min-height: 50px;
	}
	

ul.flush_left {
	margin: 0 0 .75em 0;
	padding: 0 0 0 1em;
}

	ul.flush_left li {
		margin: 0;
		padding: 0;
	}
	
	

.doc_download {
	font-weight: bold;
}
	
	.doc_download a {
	color: blue;
	text-decoration: none;
	}
	
	.doc_download a:hover {
	text-decoration: underline;
	}


#rates_list {
	width: 100%;
	float: left;
}
	#rates_list ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#rates_list ul li {
			margin: 0;
			padding: 0;
		}
			#rates_list ul li a {
				color: black;
				text-decoration: none;
				height: auto;
			}
			#rates_list ul li a:hover {
				color: black;
				text-decoration: underline;
			}
			#rates_list ul li.heading {
				background-color: #c98348;
				font-weight: bold;
				font-size: 1em;
				color: white;
				margin: .5em 0 0 0;
				padding: .5em;
			}
			#rates_list ul li.item1 {
				background-color: #f8e9db;
				font-size: .9em;
				margin: 0;
				padding: .5em;
				height: 1em;
			}
			#rates_list ul li.item2 {
				background-color: #d6c4b5;
				font-size: .9em;
				margin: 0;
				padding: .5em;
				height: 1em;
			}
			#rates_list div.work1 {
				width: 40%;
				font-weight: normal;
				font-style: normal;
				font-size: 1em;
				margin: 0 2% 0 0;
				padding: 0;
				float: left;
			}
			#rates_list div.work2 {
				width: 97%;
				font-weight: normal;
				font-style: normal;
				font-size: 1em;
				margin: 0 2% 0 0;
				padding: 0;
				float: left;
			}
			#rates_list div.rate1 {
				width: 55%;
				margin: 0 2% 0 0;
				padding: 0;
				float: left;
			}



/* Contact Footer */

#contact_footer {
	width: 100%;
	min-height: 8em;
	text-align: center;
	color: black;
	margin: 20px 0 0 0;
	background-color: #ffffff;
}

	#contact_footer a {
		text-decoration: none;
	}
	
	#contact_footer a:hover {
		text-decoration: underline;
	}

	#contact_footer h2 {
		font-size: 16px;
	}

