@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	height: 100%;
	background-color: #ECE5D3;
	background-image:url(images/bg_texture.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #383837;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}
a:link, a:visited {
	color:#A0C638;
	text-decoration: none;
	}
a:hover{
	color:#A0C638;
	text-decoration: underline;
	}

h1 {font-family:Arial, helvetica, sanserif; font-size:23px; color:#4D1C00; padding:0; margin:0;}
	
#frame{
	position: relative;
	width:1016px;
	height:100%;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	}
	
.shadow{
	float:left;
	}
	
	
#main{
	padding: 0;
	margin: 0;
	width:980px;
	background-color: #ffffff;
	z-index: 500;
	line-height: 24px;
	float:right;
	}


#mainContent {
	width: 570px;
	height: 650px;
		color: #383837;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 30px;
	left: 30px;
	}
	
#contact {
	background-image:url(images/contactBG.jpg);
	background-repeat: no-repeat;
	width:250px;
	height:200px;
	float: right;
	padding: 70px 10px 20px 24px;
	font-weight: bold;
	
	}
	