@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body{
	background-color:#351e13;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#c3b5ac;
	font-size:12px;
	background-image:url(../_img/body_bg.gif);
	background-position:top;
	background-repeat:repeat-y;
	}
	#site{
		
		background-image:url(../_img/site_bg.jpg);
		background-position:top;
		min-height:700px;
		background-repeat:no-repeat;
		overflow:auto;
		
		}
		#mainFrame{
			width:880px;
			margin-left:auto;
			margin-right:auto;
			}
			#headFrame{
				text-align:center;
				width:750px;
				padding:0 65px 0 65px;
				font-family:"Times New Roman", Times, serif;
				font-size:19px;
				}
				#logo{
					padding:35px 255px 35px 255px;
					height:90px;
					width:240px;
				}
				#menu{
					padding:6px 0 0 0;
				}
				#headFrame ul{
					margin:0;
					padding:0;
					
					}
					#headFrame li{
						display:inline;
						background-image:url(../_img/menu_ul.gif);
						background-repeat:no-repeat;
						background-position:0px 10px;
						padding-left:18px;
						padding-right:10px;
						}
			
			#contentFrame{
				width:750px;
				margin:50px 65px 0 65px;
				padding-bottom:30px;
				background-color:#24150e;	
				}
			#footFrame{
				width:690px;
				padding:25px 95px 10px 95px;	
				height:90px;
				background-image:url(../_img/foot_bg.gif);
				background-repeat:no-repeat;
				background-position:top;
				font-size:10px;
				color:#a2836f;
				clear:both;
				}
				#footFrame ul{
					margin:0;
					padding:0;
					
					}
					#footFrame li{
						display:inline;
						padding-left:10px;
						padding-right:0px;
						}



		#mainSite{
			width:696px;
			padding:130px 27px 40px 27px;
			background-image:url(../_img/main_bg.jpg);
			background-position:top;
			background-repeat:no-repeat;	
			}
			#mainSite td{
				width:212px;
				padding:0 10px 20px 10px;
				text-align:center;
				}
				#mainSite h2{
					color:#e0cdaf;
					font-size:15px;
					text-transform:capitalize;
					text-align:center;
					font-weight:bold;
					margin:0 0 5px 0;
				}
				
		.textSite{
			width:586px;
			padding:0px 77px 20px 77px;
			background-image:url(../_img/text_site_bg.jpg);
			background-position:top;
			background-repeat:no-repeat;	
		}		
								
.left{
	float:left;
	}
.right{
	float:right;
	text-align:right;
	}
strong{
	font-weight:bold;
	}	
h2{
	color:#e0cdaf;
	font-size:22px;
	text-transform:capitalize;
	text-align:center;
	font-weight:bold;
	margin:0 0 5px 0;
	font-family:"Times New Roman", Times, serif;
}
h1{
	color:#e0cdaf;
	font-size:22px;
	text-transform:capitalize;
	text-align:center;
	font-weight:bold;
	margin:0 0 25px 0;
	font-family:"Times New Roman", Times, serif;
}
h3{
	color:#e0cdaf;
	font-size:14px;
	text-transform:capitalize;
	text-align:left;
	font-weight:bold;
	margin:20px 0 10px 0;
	font-family:"Times New Roman", Times, serif;
}
p{
margin:10px 0 15px 0;
text-align:left;
}

ul, ol{
	margin:0 0 8px 25px;
	}
a{
	text-decoration:none;
	color:#ac9a8c;
	}
	a:hover{
		color:#eed9a0;
		}
