body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #5a2049;
	font-family: Times;
	font-size: 12px;
	color: #386351;
	
}

a {
	color: #5a2149;
	text-decoration: none;
}

a:hover {
	color: #5a2149;
	text-decoration: underline;
}
#wrapper {
	width: 748px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/background.jpg);
	
}

#header {
	width: 748px;
	height: 125px;
}

#logo {
	float: left;
	width: 325px;
	height: 125px;
	padding-top: 8px;
	padding-left: 21px;
}
#nav {
	float: left;
	width: 368px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	float: left;
}

#content-top {
	margin: 0 auto;
	background:url(../images/content-top.jpg) no-repeat;
	width: 564px;
	height: 30px;	
}

#content-middle {
	background: url(../images/content-mid.jpg) repeat-y;
	width: 748px;
}

#content-close {
	width: 748px;
	height: 144px;
	background:url(../images/tree-footer.png) no-repeat bottom center;
	float: left;
	/*margin-top: -60px;*/
}

#footer {
	width: 748px;
	margin: 0 auto 20px;
	background: url(../images/background-close.jpg) no-repeat bottom;
	background-color: #fff;
	height: 53px;
	color: #5a2149;

}

.addClear {
	clear: both;
}
.content {
	margin-left: 130px;
	width: 423px;
	
}

.content ul {
	margin-top: 0px;
	padding-top: 0px;
}

.content ul li {
	margin-bottom: 3px;
	margin-top: 3px;
	
}

#column1 {
	float: left;
	width: 139px;
}
#column1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#column1 ul li {
	width: 110px;
	margin-bottom: 9px;
}

#column2 {
	float: left;
	width: 284px;
	font-size: 14px;
	line-height: 125%;
}

.caption {
	text-transform: uppercase;
	color: #5a2149;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 14px 0px 0px 19px;
}

#footer ul li {
}

/* CONTACT FORM */
input.contact-text {
	width: 215px;
}
#state_list {
	width: 215px;
}
input.contact-city {
	width: 60px;
}
input.contact-state {
	width: 20px;
}
input.contact-zip {
	width: 49px;
}

textarea.contact-textarea {
	width: 267px;
}
