/* CSS Document */

html, body {
	min-height:100.1%;
	margin-bottom:1px;
}

html, body, ul, ol, li, p, p2, h1, h2, h3, h4, h5, h6, form, fieldset, table, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: "Lucida Grande", Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #ffffff;
	background-color: #6a705a;
	text-align: center;	
}

#wrapper { 
	text-align: left; 
	width: 903px; 
	margin: 40px auto; 
	position: relative; 
}

img, a { behavior: url(iepngfix.htc) }

#left {
	width: 300px;
	background-color: #abb394;
	border-right: solid 3px #FFFFFF;
	float: left;
	min-height: 623px;height:auto !important;height:623px;
}

#left p {
	font-size: 14px;
	margin: 6px 0px 0px 40px;
}

#mailing {
	color: #6a705a;
	margin-top: 80px;
}

#mailing2 p {
	font-size: 9px;
	margin-bottom: 0px;
}

#home #main {
	width: 600px;
	background-color: #ffffff;
	float: right;
	background-image:url(images/main_back.jpg);
	background-repeat: no-repeat;
	min-height: 512px;height:auto !important;height:512px;
}

#contact #main {
	width: 600px;
	background-color: #ffffff;
	float: right;
	background-image:url(images/contact_back.jpg);
	background-repeat: no-repeat;
	min-height: 512px;height:auto !important;height:512px;
	color: #6a705a;
}

#contact #main p {
	margin: 75px 250px 0px 40px;
}

#contact #main table {
	 margin: 20px 0px 0px 40px
	}
	
#contact #main table tr td p {
	margin: 0px 5px 0px 0px;
	text-align: right;
}


#between {
	min-height: 3px;height:auto !important;height:3px;
	width: 600px;
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
}
	
#bottom {
	width: 600px;
	float: right;
	min-height: 108px;height:auto !important;height:108px;
	background-image:url(images/bottom.jpg);
	background-repeat: repeat-y;
}

#bottom p {
	color: #6a705a;
	padding: 15px 40px 15px 35px;
}

.clear {
	clear: both;
}

#shadow {
	width: 900px;
	min-height: 10px;height:auto !important;height:10px;
	background-image:url(images/shadow.jpg);
	background-repeat: no-repeat;
	float:left;
}



h1 {
	font-size: 12px;
	padding: 15px 30px 0px 30px;
	color: #b1afa9;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	margin: 0px 0px;
	padding: 5px 30px 0px 300px;
}


#content {
	min-height: 400px;height:auto !important;height:400px;
	margin-left: 25px;
	background-color: #434343;
	width: 803px;
}

a:link,  a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover, a:active {
	color: #6a705a;
	text-decoration: none;
}

#footer {
	font-size: 9px;
	color: #bbbbbb;
	text-align: center;
}




