* { margin: 0; padding: 0; }

body {
	background-color: #000;
	color: #fff;
	text-align: center;
	}

h1 a {
	display: block;
	text-indent: -999em;
	background: #000 url(/images/h1.jpg) 0 0 no-repeat;
	height: 150px;
	width: 960px;
	margin: 0 auto;
	}

#center {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/images/bg_center.jpg) 0 0 no-repeat;
	} 	

#nav {
	float: left;
	width: 160px;
	}
	
#content {
	float: left;
	width: 500px;
	margin: 0 40px;
	}

#sidebar {
	float: left;
	width: 220px;
	margin-top: 75px;
	}


/*-------------------------------
Left Navigation
-------------------------------*/

#nav #menu {
	margin-top: 75px;
	width: 160px;
	list-style: none;
	border-top: solid 1px #333;
	text-align: right;
	}

#nav #menu li {
	border-bottom: solid 1px #333;
	}

#nav #menu li a {
	font: 0.7em/2em Verdana, Arial, Helvetica, sans-serif;
	color: #e7c69b;
	}

#nav #menu li ol {
	display: none;
	list-style: none;
	background-color: #1a1a1a;
	}

#nav #menu li ol li {
	border-bottom: none;
	}

#nav #menu li ol li a {
	color: #dd9f5c;
	}

#nav #menu a {
	text-decoration: none;
	display: block;
	width: 148px;
	padding: 0 6px;
	}

#nav #menu a:hover {
	background: #333;
	color: #fff;
	}

#nav #menu a.active {
	color: #fff;
	background-color: #1a1a1a;
	font-weight: bold;
	}


/*-------------------------------
Content
-------------------------------*/

#content h2 {
	color: #dda05c;
	font: italic 2em/60px "Times New Roman", Times, Georgia, serif;
	margin-top: 10px;
	}

#content h3 {
	color: #9e9e9e;
	font: 1.3em/2.3em Georgia, "Times New Roman", Times, serif;
	margin-top: 0.4em;
	letter-spacing: -0.05em;
	}

#content h4 {
	color: #a8bbc9;
	font: 1.1em/2.1em "Times New Roman", Times, Georgia, serif;
	margin-top: 0.4em;
	}

#content p,
#content li,
#content label,
#content td,
#content dl,
#sidebar #promotion dl {
	font: 0.75em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #cbc9ba;
	}

#content p,
#content ul,
#content ol,
#content table,
#content form {
	margin-bottom: 0.7em;
	}

#content ol {
	margin-left: 2em;
	}

#content ul {
	margin-left: 1em;
	list-style: none;
	}
	
#content ul li {
	padding-left: 21px;
	background: url(/images/bullet.gif) 0 0.5em no-repeat;
	}

#content dl dt { font-weight: bold; }
#content dl dd { margin: 0.2em 0 0.7em 0; }

#content a { color: #e7c69b; }
#content a:hover { color: #dd9f5c; }

#content p#eventdate {
	border: 1px solid #82949f;
	background: #313d44;
	padding: 0.4em 0.6em;
	font-size: 1em;
	}

#content p#eventdate span {
	font-size: 0.6em;
	}

#content img.lifestyle {
	float: right;
	margin: 1em 0 20px 20px;
	}


#content dl.newsletters dd {
	margin-left: 1em;
	color: #888;
	}

#content img.albumcover {
	width: 150px;
	float: right;
	border: 1px solid #fff;
	margin: 0.7em 0 1em 1.5em;
	}

#content form.zemContactForm,
#content .zemThanks {
	float: left;
	width: 280px;
	height: 250px;
	margin-right: 20px;
	}

#content form.zemContactForm fieldset { border: none; }
#content form.zemContactForm legend { display: none; }

#content form.zemContactForm label {
	float: left;
	width: 60px;
	margin: 0 15px 0 0;
	text-align: right;
	}

#content form.zemContactForm .zemRequired {
	margin-top: 0.5em;
	}

#content form.zemContactForm br {
	clear: left;
	}

#content form.zemContactForm .zemSubmit {
	margin: 0.5em 0 0 75px;
	}
	


	

/*-------------------------------
Right Column
-------------------------------*/

#sidebar #promotion {
	background: url(/images/bg_promotion.jpg) 0 0 no-repeat;
	padding: 20px;
	}

#sidebar #promotion h4 {
	color: #71c8ff;
	font: 1.3em "Times New Roman", Times, Georgia, serif;
	margin-bottom: 0.4em;
	}

#sidebar #promotion dl dt { color: #e7c69b; }

#sidebar #promotion dl dt a {
	color: #e7c69b;
	text-decoration: none;
	}
	
#sidebar #promotion dl dd {
	color: #dd9f5c;
	margin-bottom: 0.5em;
	}

#sidebar #promotion .learnmore a {
	margin-top: 1em;
	display: block;
	text-align: center;
	background: url(/images/learn-more-button.gif) 0 0 no-repeat;
	width: 133px;
	font: bold 0.8em/36px Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	}

#sidebar #promotion .learnmore a:hover {
	background-position: 0 -84px;
	text-decoration: underline;
	}
	
	
/*-------------------------------
Footer
-------------------------------*/

#footer {
	height: 53px;
	width: 740px;
	padding: 0 0 0 220px;
	margin: 75px auto 0 auto;
	text-align: left;
	background: url(/images/footer.jpg) 200px 0 no-repeat;
	font: 0.7em/38px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	color: #dd9f5c;
	}

