header, section, footer, aside, nav { 
	display: block;   
}
body { 
	color: #000000;
	background-color: #DEE2E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#content { 
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
header,section,footer { 
	border: 2px solid #506A81;
}
header { 
	margin: 0.75em 0;
	background: #92B0C8;
	padding: 0.75em;
	border-color: #506A81;
	/* CSS3 rounded corners */
	border-radius: 2em 2em 0 0; /* standard, works in Chrome 4 & Opera 10.53 */
	-moz-border-radius: 2em 2em 0 0; /* Mozilla */
	/* -webkit-border-radius shortcut does not work in Safari 4.0.5. Therefore... */
	-webkit-border-top-left-radius: 2em; 
	-webkit-border-top-right-radius: 2em; 
}
h1,h2 { 
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 5px #333;
}
h1 { 
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.8em;
}
#main { 
}
#left, #right { 
	margin: 0 0 1em;
	width: 375px;
	min-height: 700px;
	color: #FFFFFF;
}
#left { 
	float: left;
	background: #506A81 url('../images/sisters_north.jpg') top left no-repeat;
}
#right { 
	float: right;
	background: #506A81 url('../images/sisters_south.jpg') top left no-repeat;
}
#left h2, #right h2, #corpus h2 { 
	color: #FFFFFF;
	text-align: center;
	font-size: 1.4em;
}
#left h2, #right h2 { 
	margin: 280px 0 0.5em;
}
a:hover, a:focus, a:active { 
	border: 3px solid #FFFF00;
}	
#corpus h2 { 
	margin: 0.5em;
}
p.roles { 
	margin: 0 0.75em;
	padding-bottom: 0.5em;
}
p.roles {
	text-align: center;
	font-style: italic; 
	border-bottom: 1px solid #aaa;
}
#left ul, #right ul {
	margin-right: 0.5em;
}
#left ul a, #right ul a, #corpus a { 
	color: #fff; 
	font-weight: bold;
}
#left ul li, #right ul li {
	line-height: 1.25em;
	margin-bottom: 0.75em;
}
	
#corpus { 
	clear: both;
	margin: 1em 0;
	background: #314143 url('../images/sisters_valley.jpg') bottom left no-repeat;
	color: #fff;
	min-height: 183px;
}
#corpus ul { 
	display: block;
	list-style-type: none;
	margin: 0 auto;
	width: 270px; 
	text-align: center;
}
#corpus li { 
	float: left;
	padding: 10px 15px;
}
#corpus li img { 
	border: none;
	height: 50px;
	width: 50px;
}
#corpus li a { 
	border: none;
	text-decoration: none;
}
#corpus li a:hover, #corpus li a:focus, #corpus li a:active { 
	border-bottom: 5px solid #FFFF00;
}
#corpus p { 
	text-align: center;
}
footer { 
	color: #ffffff;
	background: #314143; 
	text-align: center;
	/* CSS3 rounded corners again */
	border-radius: 0 0 2em 2em; 
	-moz-border-radius: 0 0 2em 2em; 
	-webkit-border-bottom-left-radius: 2em; 
	-webkit-border-bottom-right-radius: 2em; 
}
footer p { 
	padding: 0.25em;
}

/* form styles */
#singleColumn { 
	margin: 0 0 1em;
	border: 2px solid #506A81;
}
#singleColumn h2 { 
	color: #314143;
	text-shadow: none;
	text-align: center;
}
#singleColumn p { 
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}
form { 
	margin: 0 10% 1em;
}
form div { 
	margin: 1em;
}
input { 
	height: 1.75em;
}
input.text, textarea { 
	width: 100%;
}
input.button { 
	width: 5em;
}
.alert { 
	margin: -0.5em 1em 0.75em;
	padding: 1em;
	border: 2px solid #506A81;
	font-weight: bold;
	background: #FFC;
}