/*****************************
* Global                     *
******************************/
* {
	font-family:arial, helvetica, sans-serif;
}

body {
	width: 885px;
	background: #2b2b2b; 
}

a {
	color: #A17D63;
	text-decoration: none;
}

a:hover {
	color: #29BBDF;
}

#contain {
	position: absolute;
	top: 3px;
	left: 30px;
	width: 740px;
	 
}

.title {
	height: 40px;
	font: italic 2em "Times New Roman", Times, serif;
	color: #29bbdf;
}

.menu {
	height: 40px;
	color: #29bbdf;
	width: 875px;
}

.lfpix {
	position: absolute;
	z-index:1;
	float: left;
	margin-left: 20px;
}

.main {
	position: relative;
	top: 6px;
	height: 380px;
	width: 480px;
	left: 400px;
	font-size: 12px;
	margin-right: 200px;
	background: #f7e0bf no-repeat scroll top left;

}

.main img {
	float: left;
	clear: left;
	margin-right: 1em;
}

.main h1 {
	font-size: 14px;
	font-weight: normal;
	width: 370px;
	padding-top:10px;
	margin-left: 80px;
	text-align: justify;
}

.main h2 {
	font-size: 12px;
	font-weight: normal;
	width: 370px;
	margin-left: 80px;
	text-align: justify;
}

.main h3 {
	font-size: 12px;
	font-weight: normal;
	width: 370px;
	margin-left: 80px;
	text-align: justify;
}



.main2 h4 {
	margin-left: 125px;
			
}

.main3 h4 {
	margin-left: 80px;
			
}

.main4 h4 {
	padding-left: 55px;
			
}

/******************************
* Thumbs *
******************************/

 .thumb {
	padding-top:10px;
		
}

 .thumb a {
	color: #000;
		
}

 .thumb a:hover {
	color:#ff9933;
		
}

 .thumb img {
	padding: 5px;
	width: 75px;
	height: 65px;
	border: 2px solid #83654D;
	
}

 .thumb img:hover {
	border: 2px solid #ff9933;
}

 .ttext {
	padding-top:3px;
	padding-left:7px;
	height: 10px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	float:left;
}


.footer {
	clear: both;
	left: -1em;
	border-top: 2px solid #29bbdf;
	margin-top: 20px;
	margin-right: 10px;
	padding-top: 10px;
	font-size: .75em;
	color: #ffffff;
	text-align: right;
}