@charset "UTF-8";
/* CSS Document */

body{
	background-color: #d8d1bd;
	background-image: url(graphics/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#mainFrame{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
}

#header{
	background-image: url(graphics/header.gif);
	float: left;
	height: 14px;
	width: 650px;
	padding-top: 102px;
	padding-left: 250px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	text-align:left;
}

#header a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b7aa85;
	text-decoration: none;
	display:inline;
	margin-left: 20px;
	font-weight: bold;
}

#header a:hover{
	color: #7b7563;		
}


#contentArea{
	width: 860px;
	padding: 20px;
	float:left;
	min-height:300px;
	background-color:#FFF;
	border: 1px solid #dcdbda;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	font-size: 12px;
	z-index:10;
}

#contentArea h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000;
	margin: 0;
	padding: 0 0 8px 0;
}

#contentArea h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: ##7b7563;
	margin: 0;
	padding: 0 0 2px 0;
}

#contentArea p{
	margin: 0;
	padding-bottom: 15px;
}

#contentArea ul{
	margin: 0;
	padding: 0 0 15px 20px;
}

#contentLeft{
	width: 580px;
	padding-right: 20px;
	padding-bottom: 100px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dcdbda;	
	position: relative;
	z-index:10;
}
#contentLeft a{
	color: #95865c;	
	text-decoration: none;	
}

#contentLeft p{
	line-height: 18px;	
}

#contentLeft img{
	padding-left: 8px;
	padding-bottom: 8px;
}

#contentRight{
	width: 240px;
	float:right;
	padding-bottom: 100px;
	position: relative;
	z-index:10;
}

#contentRight ul a{
	color: #666666;
	font-size:12px;
	text-decoration:none;
}

#contentRight ul a:hover{
	color: #000;
}

#contentContact{
	width: 240px;
	position: absolute;
	bottom: 0;
	right: -260px;
	height: 100px;
	z-index:1000;
}

#contentContact a{
	color: #95865c;	
	text-decoration: none;
}

#contentContact .top{
	color:#333333;
	font-size:12px;
}

#contentContact .contact{
	color: #666666;
	font-size:11px;
}

#contentRight h2{
	color: #95865c;
	font-size: 15px;
	margin: 0;
	padding: 0 0 5px 0;
}

#footer{
	width: 900px;
	float:left;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6f674e;
	padding:5px 0 20px 0;
}