body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #C7C3BA;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrap {
	margin: 10px auto;
	width: 750px;
}

#header {
	background-image: url(../images/bg_main_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 198px;
	width: 750px;
}

#headerpic {
	float: right;
	margin-top: 20px;
	margin-right: 23px;
	display: inline;
}

#contentwrap {
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#nav {
	background-color: #B290B3;
	text-align: left;
	width: 230px;
	float: left;
	color: #FFFFFF;
	background-image: url(../images/bg_nav_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	display: inline;
}

.navtext {
	display: block;
	height: 15px;
	padding-top: 10px;
	font-size: 11px;
	color: #D9C9DA;
	padding-left: 8px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav a {
	display: block;
	color: #FFF;
	width: 210px;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
}

#nav a:hover {
	background-color: #755076;
	color: #FFF;
}

#nav li li a {
	display: block;
	color: #FFF;
	width: 202px;
	padding: 3px 3px 3px 25px;
	text-decoration: none;
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#navcontact {
	clear: left;
	float: left;
	text-align: left;
	display: inline;
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 10px;
	width: 200px;
}

#content {
	text-align: left;
	margin-right: 30px;
	float: right;
	width: 460px;
	display: inline;
}

#content p {
	margin: 0px 0px 10px;
	padding: 0px;
}

#footer {
	background-image: url(../images/bg_main_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 50px 0px 0px;
	height: 35px;
	font-size: 10px;
	color: #666666;
	clear: both;
}

.sectionpic {
	float: left;
	margin-right: 10px;
}

.mainpic {
	float: right;
}

.feature {
}
a:link, a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #B997B9;
	text-decoration: none;
}
a:active {
	color: #663399;
	text-decoration: none;
}

.photo {
	text-align: center;
	display: block;
	float: left;
	height: 160px;
	width: 140px;
}
