#wrapper{
	width:1090px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/body-side-shadow-50.png');
	background-repeat:repeat-y;
	background-position:center top;
}
.padding{
	margin:25px;
}
#header{
	position:relative;
	z-index:50;
	width:990px;
	height:101px;
	margin:0 auto;
	text-align:center;
}
#nav{
	background:#262211;
	height:50px;
	width:990px;
	margin:0 auto;
}
#content{
	background:#afa19e;
	text-align:left;
	position:relative;
	float:left;
	width:670px;
	margin:10px 0 20px 50px;
	min-height:300px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #content {
	height:300px;
}
/**/
#sidebar{
	background:#726963;
	text-align:left;
	width:310px;
	float:right;
	right:50px;
	min-height:300px;
	margin:10px 50px 20px 0;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #sidebar {
	height:300px;
}
/**/

#footertop{
	width:588px;
	float:left;
	text-align:left;
	margin-left:30px;
}
#footerbottom{
	width:600px;
	float:left;
	margin-top:20px;
	text-align:left;
	padding:0 0 0 30px;	
	font-size:12px;
}
#inm{
	clear:both;
	text-align:center;
	padding-top:20px;
}
img{
	border:none;
}
#inside{
	text-align:left;
	width:990px;
	margin:0 50px;
	clear:both;
}
#location{
	float:right;
	width:360px;
}
.links{
	width:197px;
	border-left:1px solid #36332D;
}
.highlight{
	color:#4a0125;
	font-weight:bold;
	font-style:italic;
}
a:link, a:visited{
	color:#36332D;
	text-decoration:none;
	font-weight:bold;
}
a:active{
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
h1{
	color:#35312c;
	font-size:48px;
	font-weight:bold;
	margin:0 0 20px 0;
	font-style:italic;
	line-height:1em;
}
h2{
	color:#35312c;
	font-size:32px;
	font-weight:bold;
	margin:0 0 20px 0;
	font-style:italic;
	line-height:1em;
}
h3{
	font-size:26px;
	font-style:italic;
}
h4, h5, h6{
	font-size:12px;
	font-weight:bold;
}
.testimonials{
	color:#fff;
	font-style:italic;
	font-size:12px;
}

#FormBg{
	width:261px;
	background-image:url('images/form-tile-bg.jpg');
	background-repeat:repeat-y;
	background-position:center top;
}

#FormTop{
	width:261px;
	height:13px;
	background-image:url('images/form-top-bg.jpg');
	background-repeat:repeat-y;
	background-position:center top;
}

#FormBottom{
	width:261px;
	height:19px;
	background-image:url('images/form-bottom-bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}