body {
	background-image:url(images/common/body-bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#32451A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}

.clear {
	clear: both;
}

div.wrapper {
	width:959px;
	margin:auto;
	border-left:11px solid white;
	border-right:11px solid white;
	background-color:#FEFEE2;
	position:relative;
}
div.top {
	background-image:url(images/common/top-bkg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:96px;
	overflow:hidden;
	position:relative;
	}
	div.top a{
		position:absolute;
		background-image:url(images/common/contact-top.jpg);
		width:143px;
		height:61px;
		display:block;
		right:0px;
		top:0px;
		overflow:hidden;
		text-indent:-99999px;
	}
	div.top a.facebook{
		position:absolute;
		background-image:url(images/common/facebookBtn.jpg);
		width:200px;
		height:62px;
		display:block;
		right:143px;
		top:0px;
		overflow:hidden;
		text-indent:-99999px;
	}
div.header {
	height:298px;
	background-image:url(images/common/header-bkg.jpg);
	background-repeat:repeat-x;
	position:relative;
	right:-11px;
	}
	div.header h1{
		width:420px;
		height:298px;
		background-image:url(images/common/logo.jpg);
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		position:relative;
		left:-60px;
		text-indent:-99999px;
	}
	div.header div.text{
		color:white;
		width:515px;
		height: 202px;
		overflow: hidden;
		position:absolute;
		right:30px;
		top:40px;
		font-size:13px;
		}
		div.header div.text img.right{
			border:1px solid white;
			padding:6px;
			float:right;
			margin-left:20px;
		}
		div.header div.text p{
			text-align:right;
		}
div.content {
	background-image:url(images/home/home-cell-1-bkg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FEFEE2;
	padding-left:45px;
	color:#35352d;
	font-size:13px;
	border-bottom:11px solid white;
}
	div.content h2{
		color:#643513;
		font-size:24px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		padding:20px 0px 0px 0px;
		}
	div.content h3{
		color:#643513;
		font-size:20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		margin:0px;
		padding:0px;
		}
		div.content div.left {
			width:600px;
			float:left;
			padding-bottom:50px;
			}
			div.content div.left form{
				margin-left:100px;
				}
				div.content div.left form p{
					margin:9px 0px;
				}
				div.content div.left form input.text{
					width:305px;
					font-size:12px;
				}
				div.content div.left form textarea.text{
					width:305px;
					height:66px;
				}

				div.content div.left form p.submit{
					width:305px;
					text-align:right;
				}
		div.content div.right {
			width:280px;
			float:right;
			border-left:1px solid #AEAE9A;
			margin-top:45px;
			margin-right:17px;
			padding-bottom:15px;
			}
			div.content div.right div.cell{
				padding-left:25px;
				}
				div.content div.right div.cell p{
					margin-top:5px;
					}
			div.right div.border-bottom {
				border-bottom:1px solid #AEAE9A;;
				}
			div.content div.right div.cell img{
				border:0px solid black;
				}
div.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
div.footer {
	background-color:black;
	color:white;
	font-size:12px;
	padding:15px 0px 25px 0px;
	}
	div.footer p{
		margin:0px;
		text-align:center;
	}
		

