body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4F1532;
	background: #E69F56 url(../images/bodybkgrd.png) no-repeat left top;
	overflow-x: hidden;
}
#content #content {
	height: 1000px;
}
a img {
	border: 0;
}
.logo {
	float: left;
	margin: 25px 0 0 70px;
}
#container {
	background: url(../images/henna.png) no-repeat fixed 855px bottom;
	width: 1015px;
	position: absolute;
}
.ie6 #container {
	background: url(../images/henna.gif) no-repeat fixed 855px bottom;
}
.flash-intro {
	float: left;
	margin: 0 0 0 25px;
}
h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}
h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
p {
	font-size: 13px;
	color: #4F1532;
	clear: right;
	margin: 0;
	padding: 0 0 8px 0;
}
li {
	font-size: 11px;
	color: #4F1532;
	margin: 0 0 3px 0;
}
p.quote{
	font-style: italic;
	font-size: 14px;
	padding: 10px 0 10px 0;
	font-weight: 300;
}
a {
	color: #4F1532;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
a:hover {
	color: #fff;
}



/* NAVIGATION */
/* NAVIGATION */
/* NAVIGATION */
.navigation {
	clear: both;
	float: left;
	margin: 25px 0 0 25px;
	text-align: center;
	text-transform: uppercase;
	width: 950px;
}
.navigation ul {
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	height: 30px;
}
.navigation ul li {
	display: inline;
	letter-spacing: .1em;
	margin: 0;
}
.navigation ul li a {
	border-right: 1px solid #711011;
	color: #4F1532;
	font-size: 12px;
	padding: 0 10px 0 10px;
	text-decoration: none;
}
.navigation ul li a:hover{
	color: #fff;
}



/* CONTENT */
/* CONTENT */
/* CONTENT */
#content {
	float: left;
	clear: left;
	margin: 50px 25px 50px 50px;
	width: 520px;
}
.ie6 #content {
	margin: 50px 2% 25px 25px;
}
#content img {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
}
.admin form input[type=text] {
	float: left;
	clear: left;
	width: 300px;
}
.admin form textarea {
	width: 520px;
	height: 500px;
}
img {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
}
.admin a {
	text-transform: none;
}


/* RIGHT-COLUMN */
/* RIGHT-COLUMN */
/* RIGHT-COLUMN */
.box {
	background: url(../images/box-background.png);
	float: right;
	margin: 10px 83px 25px 0;
	padding: 15px 10px 15px 25px;
	width: 285px;
}
.ie6 .box {
	background: url(../images/box-background-non-transparent.png);
	position: absolute;
	top: 70px;
	left: 605px;
}
.box li {
	text-indent: none;
	margin: 0 0 0 -20px;
}
#events {
	background: url(../images/box-background.png);
	width: 500px;
	margin: 0 auto 0 auto;
	float: none;
	clear: none;
	padding: 15px 10px 15px 25px;
}
.ie6 #events {
	background: url(../images/box-background-non-transparent.png);
}
.box p {
	margin: 0 0 5px 0;
	padding: 0;
}



/* FOOTER */
/* FOOTER */
/* FOOTER */
.footer {
	background-color: #4F1532;
	clear:  both;
	position: relative;
	text-align: center;
	width: 96%;
	margin: 600px 0 0 0;
	padding: 15px 2% 15px 2%;
}
.footer p {
	font-size: 10px;
	color: #E49D55;
}
.footer a {
	border: none;
	color: #E49D55;
	font-weight: normal;
	font-style: normal;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}


/* MYEMMA */
@charset "UTF-8";
/* Controls width of your form */
.e2ma_signup_form {
	width:300px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	width: 180px;
	margin: 0 20px 0 0;
	float: right;
	clear: right;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float: left;
	clear: both;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
	color: #4F1532;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 0;
	background: none;
	border: 0;
	cursor: default;
}
.e2ma_signup_form_button:hover {
	color: #fff;
}
/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	float: left;
	text-transform: capitalize;
	font-family: Verdana;
	margin: 3px 5px 3px 0;
	clear: left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
}
/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	display: none;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	display: none;
}