@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #363344;
	background-color: #83286d;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	position: relative;
	width: 1024px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/wrapper_back.jpg);
}
#logo {
	height: 80px;
	width: 450px;
	float: left;
	padding-left: 38px;
}
#flash {
	height: 188px;
	padding-right: 38px;
	padding-left: 38px;
	width: 948px;
}
#menu {
	width: 534px;
	float: right;
	height: 80px;
}
#menu ul {
	list-style-type: none;
}
#menu a {
	display: block;
	float: left;
	height: 30px;
	padding-top: 50px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#menu a:hover {
	color: #A35D92;
}
#header {
	height: 36px;
	padding-top: 4px;
	color: #FFFFFF;
	width: 948px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	margin-right: 38px;
	margin-left: 38px;
}
#headerHOME {
	height: 40px;
	color: #FFFFFF;
	width: 948px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	margin-right: 38px;
	margin-left: 38px;
}
#mainAbout h1 {
	color: #651D53;
	padding-top: 10px;
	padding-left: 400px;
}
#header h1 {
	padding-left: 60px;
	font-weight: lighter;
}
#main {
	height: 402px;
	background-color: #E8E7F0;
	width: 948px;
	margin-right: 38px;
	margin-left: 38px;
}
#main p {
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.5em;
}
#footer {
	height: 40px;
	padding-top: 6px;
	color: #FFFFFF;
	padding-left: 60px;
	background-image: url(../images/menu_bottom.jpg);
	background-repeat: repeat-x;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #49475F;
}
#menu a.home {
	background-image: url(../images/menu_img/info-small.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu a.services {
	background-image: url(../images/menu_img/book-small.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu a.testimonials {
	background-image: url(../images/menu_img/home-small.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu a.events {
	background-image: url(../images/menu_img/compass-small.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu a.gallery {
	background-image: url(../images/menu_img/photo-small.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu a.contact {
	background-image: url(../images/menu_img/email-small.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#clear {
	clear: both;
}
#headerHOME h1 {
	line-height: 1.8em;
	padding-left: 20px;
	font-weight: lighter;
}
#top {
	width: 1024px;
}
#container2 {
	width: 1024px;
	background-image: url(../images/container_back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#footerNav {
	float: left;
	width: auto;
}
#editing {
	float: right;
	width: auto;
	margin-right: 50px;
}
#editing a {
	color: #FF0;
	text-decoration: none;
}
#editing a:hover {
	color: #FF0;
	text-decoration: underline;
}
#note {
	padding-left: 60px;
}
#note a {
	font-weight: bold;
	color: #7B2667;
	text-decoration: none;
}
#note a:hover {
	font-weight: bold;
	color: #A35D93;
	text-decoration: none;
}

