body {
	background: #0C4C8F url(/i/bodyBkg.png) repeat-x;
	font: 13px/18px Georgia, Times, sans-serif;
	color: #AACAEE;
	margin-top: 20px;
	padding-bottom: 20px;
}

a {
	color: orange;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
p {
	margin-bottom: 7px;
}

#shell {
	width: 980px;
	margin: 0 auto;
}


#header {
	height: 173px;
	background: url(/i/woman.png) no-repeat 421px 23px;
	position: relative;
}

	#header #logo {
		background: url(/i/logo.png) no-repeat;
		width: 417px;
		padding-top: 89px;
		position: absolute;
		top: 27px;
		left: 0;
	}
	#header #eventDates {
		position: absolute;
		top: 121px;
		left: 0;
		font-size: 18px;
	}
	#header #visitPoetry {
		position:absolute;
		right:349px;
		top:131px;
	}
	#header #topLogos {
		position: absolute;
		top: -14px;
		right: 85px;
	}
	#header h2 {
		font-size: 24px;
	}

#mainMenu {
	margin-bottom: 10px;
}
#mainMenu ul {
	width: 980px;
	margin: 0 auto;
}
#mainMenu ul li {
	float: left;
	border-right: 1px solid #134984;
}
#mainMenu ul li#menu3 {
	border: none;
}
#mainMenu ul li a {
	color: #fff;
	padding: 4px 10px;
	display: block;
	font-size: 14px
}
#mainMenu ul li a:hover,
#mainMenu ul li.active,
#default #mainMenu ul li#menu1 a {
	background: #134984;
	text-decoration: none;
}



h1 {
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	margin: 10px 0 30px;
	letter-spacing: -1px; 
}

h2 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 2px; 
	text-transform: uppercase;
	background: #063669;
	padding: 5px 8px;
}

h3, #footer {
	padding: 5px 0 16px 10px;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #165aa1;
	line-height: 12px;
}
h4 {
	margin: 5px 0 3px;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	line-height: 28px;
}

#footer {
	margin-top: 40px;
	text-transform: none;
	letter-spacing: 0; 
	line-height: 16px;
}
	#footer span {
		font-size: 13px;
	}

.col { float: left; }

#colA {
	float: left;
	width: 632px;
	position: relative;
}
#colB {
	float: right;
	width: 318px;
}
	#colB .col {
		width: 48%;
	}
	#colB .colLast {
		float: right;
	}
	
.indentedList {
	margin-bottom: 35px;
	padding-left: 10px;
}
#colA .indentedList li {
	margin-bottom: 26px;
}
#colA .indentedList li p {
	margin-bottom: 5px;
}
	#colB .indentedList, #colC .indentedList {
	 	color: #fff;
	}

.spacerList li {
	margin-bottom: 18px;
}

.entry {
	 margin-bottom: 15px;
}

.notes {
	font-size: 11px;
	margin: 0;
}
.poets, .info {
	color: #fff;
}

.poetList li {
	margin-bottom: 5px;
}

.zemContactForm legend { display: none; }
form input, form textarea {
	border: none;
	padding: 4px;
	margin: 3px 0 15px;
}
form label {
	color: #fff;
}

.zemError {
	display: block;
	margin-bottom: 15px;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px;
}