/* CSS Document */

body {

	margin: 0 0 75px 0;
	padding: 0;
	
	background-image: url(images/background/background_02.jpg);
	background-repeat: repeat-x;
	background-color: #500404;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #c68a7d;
	
	}
	
p {

margin: 0;
padding: 0;
	}
	
h1 { color: #caa469; font-weight: bold; font-size: 11px;}


a:link {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #c68a7d;
	
	text-decoration: underline;
	}
	
a:visited {	color: #c68a7d;	text-decoration: underline; }
a:hover {	color: #caa469;	text-decoration: none; }


/* -------------------------------------------------------------------
   Wrapper Enabling Centering of Layout
   ------------------------------------------------------------------- */

#wrapper {

	width: 728px;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	}
	
	
/* -------------------------------------------------------------------
   Main Content Area Outline Width Definition
   ------------------------------------------------------------------- */

#content_area {

	width: 671px;
	
	vertical-align: top;
	
	background-image: url(images/background/background_25.jpg);
	background-repeat: repeat-y;
	
	}
	
	
	
/* -------------------------------------------------------------------
   Float Definitions
   ------------------------------------------------------------------- */
   
.float_left {

	float: left;
	}
	
/* -------------------------------------------------------------------
   Repeating Rails Definition
   ------------------------------------------------------------------- */
	
#rail_left_column {

	width: 27px;
	
	vertical-align: top;
	
	background-image: url(images/background/background_27.jpg);
	background-repeat: repeat-y;
	
	}
	
#rail_right_column {

	width: 30px;
	
	vertical-align: top;
	
	background-image: url(images/background/background_28.jpg);
	background-repeat: repeat-y;
	
	}
	
	
/* -------------------------------------------------------------------
   Main Menu Area Definition
   ------------------------------------------------------------------- */	
 
.main_menu {
  
   	background-image: url(images/background/background_11.jpg);
	background-repeat: repeat-x;
	
	float: left;
	width: 671px;
	
	text-align: center;
	}
	
/* -------------------------------------------------------------------
   Individual Content Area Definition
   ------------------------------------------------------------------- */
  
.content_area_background {

	background-image: url(images/background/background_26.jpg);
	background-repeat: no-repeat;	
	
	width: 671px;
	
	margin-top: 5px;
	}
	
	
.content_area_header_padding {

	vertical-align: top;

	padding: 12px 0px 10px 0px;
	}
	
.content_area_text_padding {

	margin: 0px 10px 15px 20px;
	padding: 0px;
	
	width: 455px;
	
	float: left;
	
	text-align: justify;
	}
	
.content_area_text_padding_index_page {

	margin: 0px;
	padding: 0px 15px 15px 20px;
	
	text-align: justify;
	}
	
.content_area_image_padding_index_page {

	padding: 0px;
	vertical-align: top;
	}
	
.content_area_image_padding {

	width: 183px;
	
	float: left;
	
	text-align: right;
	
	padding: 0px;
	vertical-align: top;
	}
	

/* -------------------------------------------------------------------
   Footer Area Definition
   ------------------------------------------------------------------- */
   
 
.footer_area_background {

	background-image: url(images/background/background_29.jpg);
	background-repeat: no-repeat;
	
	vertical-align: top;
	
	height: 41px;
	
	padding-top: 5px;
	
	}
	
.footer_divider_padding {

	margin: 4px 0px 4px 0px;
	}


	
.footer_text {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ba5155;
	
	text-decoration: none;
	}
	

.designby_text {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #370303;
	
	text-decoration: none;
	}

.designby_text_link:link { color: #370303; text-decoration: underline; }
.designby_text_link:visited { color: #370303; text-decoration: underline; }
.designby_text_link:hover { color: #caa469; text-decoration: none; }


.footer_contact_text {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #caa469;
	
	text-decoration: none;
	}

.footer_contact_text_link:link { color: #caa469; text-decoration: underline; }
.footer_contact_text_link:visited { color: #caa469; text-decoration: underline; }
.footer_contact_text_link:hover { color: #ffffff; text-decoration: none; }


/* -------------------------------------------------------------------
   Misc Definitions
   ------------------------------------------------------------------- */

.vertical_align_top {

	vertical-align: top;
	}
	
.font_bold {

	font-weight: bold;
	}
	
.font_gold {
	
	color: #caa469;
	}
	
.gallery_thumbs {

padding-right: 6px;

}
	
	
/* -------------------------------------------------------------------
   Contact Definitions
   ------------------------------------------------------------------- */	
	
.contacttextboxes {
	margin-bottom:5px;
	
	background-color:#521313; 
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #a36f4a;
	
	text-decoration: none;
	
	border-color:#925f54; 
	border-width:1px; 
	border-style:solid; 
	
	width:110px;
}

.contactbuttons {
	margin-bottom:5px; 
	
	background-color:#3d0606; 
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #a36f4a;
	text-decoration: none;
	
	border-color:#925f54; 
	border-width:1px; 
	border-style:solid; 
	
	width:45px;
}

.contact_text {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #a36f4a;
	text-decoration: none;
	}



	
	  
   