/* CSS Document */

*  {
	margin:0;
	padding:0;
}

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ACA095;
}

#wrapper  {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	vertical-align:top;
	background-image:url(../images/wrapper-bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	/*background-color:#F9FAE8;*/
}

#content-bg  {
	background-image:url(../images/ae-background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:top;
	
}

#left-col  {
	width:212px;
	float:left;
	display:block;
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:13px;
}

.facebook {
	text-align:left;
	padding-left:40px;
}

.facebook h4 {
	padding-bottom:10px;
}

#right-col  {
	margin-left:212px;
	display:block;
	font-size:12px;
	padding-right:20px;
	padding-left:35px;
	padding-top:40px;
}

#right-col p {
	padding-bottom:18px;
}

#home-changer  {
	visibility:hidden;
}

p.img-holder {
	padding-top:18px;
}

#right-col a {
	color:#CEAA7A;
	font-weight:bold;
}

#right-col a:hover {
	color:#9E948D;
}

.clear {
	clear: both;
}

#footer  {
	width:750px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:30px;
}

#image-changer {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	width:225px;
	height:261px;
}

table#image-layout  {
	width:480px;
}

td#img-text  {
	width:245px;
	padding-right:10px;
	vertical-align:top;
} 

td#image-changer  {
	width:225px;
	vertical-align:top;
}

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:480px;
	margin-top:12px;
	margin-bottom:24px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:200px;
	font-weight:bold;
}

td.field  {
	width:248px;
}

/*Gallery Table*/
table#gallery  {
	width:480px;
	margin:12px 0;
}

table#gallery td  {
	width:240px;
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
}


h1  {
	color:#9E948D;
	font-weight:bold;
	font-size:18px;
	padding-bottom:18px;
}

h2  {
	color:#CEAA7A;
	font-size:16px;
	padding-bottom:9px;
}



img.pic-left {
	padding-right:10px;
	padding-bottom:10px;
}

img.pic-right {
	padding-left:10px;
	padding-bottom:10px;
}

menu li {
	margin-left:35px;
	padding-bottom:12px;
}

ol  {
	list-style-type:disc;
	margin-left:35px;
	margin-bottom:15px;
}

ol li {
	padding-bottom:6px;
}

ol.special  {
	list-style-image:url(../images/bullet.gif);
	vertical-align:bottom;
}

span  {
	color:#000000;
}

span.heading-plus  {
	color:#9E948D;
	font-size:15px;
}

p.special  {
	color:#CC0000;
}

p.thanks  {
	text-align:center;
	font-weight:bold;
	color:#CEAA7A;
	font-size:16px;
}

p.testimonial  {
	margin-left:36px;
	margin-right:36px;
	margin-bottom:12px;
	display:block;
	background-color:#F2EFDB;
	border:1px solid #9E948D;
	padding:9px 9px 0 9px;
}
