*{
	/*border:1px solid green;*/
}


body{
	background: url('/img/bkg.png') top left repeat;
	color: #d0915b;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
}

h1, h2, h3{
	margin:0px;
	padding:0px;

}


h1{
	height:100px;
	margin-left: -30px;
	padding:0px;
}

h2{
	height: 70px;
	margin-left: -30px;
}

h3{
	height:50px;
	margin-left: -10px;
}

a{
	color: #D6A881;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
}

a:visited{
	font-style: italic;
}

#flash_content{
	background: #000000;
	margin:0px;
	padding:0px;
}

#content{
	width: 1026px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;

}

#text{
	padding: 0px;
	margin: 40px 0px 0px 0px;

}

#content p{
	color: #D6A881;

}

#statement{
	margin-right: 400px;
	margin-top: -20px;
	padding: 0px 30px;

}


.border{
	background: url('/img/line.png') top left repeat;
	padding: 1px;
}

#contact{
	float: right;
	padding: 0px;

}

#contact .border{
	margin-top: 20px;
	
}

	#contact form{
		width: 330px;
		background: #000000;
		padding: 24px;
		
	}
		#contact form .submit{
			overflow:auto;
			zoom: 1;
		
		}
	
		#contact form label{
			display:block;
			margin: 6px 0px 6px 0px;
		}
		
		#contact form input, #contact form textarea{
			width: 100%;
			background: #493726;
			border: 1px solid #2f2215;
			margin:0px;
			color: #D6A881;
			padding: 3px;
		}
		
		#contact form input[type="submit"]{
			float:right;
			width:110px;
			height: 30px;
			color: #d0915b;
			border: 1px solid #332417;
			background: #000000;
			font-size: 16px;
			font-weight: bold;
		}
		
		#contact form input[type="submit"]:active{
			background: #493726;
		}
		
	#contact #links{
		margin-top:35px;
	}
		#contact #links a{
			display:block;
			width:350px;
			line-height: 16px;
		}
		#contact #links ul{
			padding-left: 10px;
			list-style: none;
		}
		#contact #links li{
			padding-bottom: 14px;
		}
		
		
#footer{
	margin-top:150px;
	font-size: 10px;
	line-height: 12px;

}