* {
	margin: 0;
	padding: 0;
}
body {
	background: #C8DB00 url(images/bg.gif);
	font: 76% Arial, Helvetica, sans-serif; /* Standardize default size across browsers */
}
p, ul, ol {
	font-size: 1.1em;
	margin: 0 0 1em;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #660099;
	margin: 0 0 1em;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 1em 1em 1em;
	padding: .2em;
	background: #C4DB0D;
	color: #660087;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 1em 0;
}
ul {
	margin: 0 0 1em 2em;
}

/* Layout */
#container {
	width: 780px;
	margin: 0 auto;
}
#header {
	height: 194px;
	width: 780px;
	background: transparent url(images/knockout.gif) bottom right no-repeat;
	position: relative;
}
#topSemicircle {
	width: 30px;
	height: 157px;
	background: transparent url(images/top-semicircle.gif) no-repeat;
	position: absolute;
	margin-left: 780px;
	margin-top: 91px;
}
#logo {
	width: 215px;
	height: 184px;
	background: transparent url(images/logo.gif) no-repeat;
	margin: 10px 0 0 20px;
	position: absolute;
}
#nav {
	height: 30px;
	background: transparent url(images/nav.gif) no-repeat;
	padding-left: 20px;
}
#contentArea {
	background: transparent url(images/content-main.gif);
	margin: 0;
	padding: 0;
}
#bottomTrans {
	background: transparent url(images/bottom-trans.gif) no-repeat bottom left;
	margin: 0;
	padding: 0;
}
#topTrans {
	background: transparent url(images/top-trans.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
#content {
	padding: 20px;
}
#contentBottom {
	height: 14px;
	background: transparent url(images/content-bottom.gif) no-repeat top;
	font-size: 1px;
	clear: both;
}
#footer {
	background: transparent url(images/footer.gif) no-repeat top;
	height: 50px;
	color: white;
}
#footer img {
	vertical-align: text-bottom;
}
#bottomSemicircle {
	position: absolute;
	height: 297px;
	width: 107px;
	margin-left: -107px;
	margin-top: -273px;
	background: transparent url(images/bottom-semicircle.gif);
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	display: inline;

}
#nav a {
	display: block;
	float: left;
	width: 105px;
	height: 25px;
	background: url(images/purple-tab.gif);
	margin-right: 5px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 0;
}
#nav a.current {
	color: #C4DB0D;
}
#nav a:hover {
	background: url(images/green-tab.gif);
	color: #59058D;
}

/* Images */
.wrapper {
	width: 100%;
	padding: 0;
}
.textColumn {
	width: 482px;
	float: left;
	text-align: left;
	margin: 0;
	padding-right: 10px;
}
.specialColumn {
	width: 246px;
	float: left;
	text-align: center;
	margin: 0;
}
.specialContent {
	margin: 10px 0;
}
.imageWrapper {
	width: 200px;
	height: 200px;
	background: white;
	border: 4px solid #59058D;
	margin: 0 auto;
}
.imageWrapper:hover {
	border-color: #C4DB00;
}
.embTextColumn {
	width: 400px;
	float: left;
	text-align: left;
	margin: 0;
	padding-right: 10px;
}
.embColumn {
	width: 300px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 2px dotted #59058D;
}
.embContent {
	margin: 0;
	padding: 0;
}
.embImageWrapper {
	width: 300px;
	height: auto;
	border: 4px solid #59058D;
	margin: 0 auto;
}
.cell {
	width: 267px;
	height: 200px;
	position: relative;
	float: left;
	white-space: nowrap;
	clear: none;
	text-align: center;
	background: black;
}
.embTitle {
	position: absolute;
	right: 0;
	bottom:0;
	color: white;
	background: #59058D;
	padding: 1px 3px;
}
.topPhoto {
	width: 730px;
	margin: 0 auto 20px;
}

/* Forms */
form {
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #EFE6F4;
	border: 1px solid #660099;
}
form table {
	margin: 0 0 10px 0;
}
form table tr td {
	vertical-align: top;
}
form input, form textarea {
	width: 300px;
}
form input.default {
	width: auto;
}
form input.short {
	width: 150px;
}
.labels {
	width: 250px;
	text-align: right;
	padding: 3px 10px 3px 3px;
}
.values {
	text-align: left;
	padding: 3px;
}

/* Links*/
a {
	color: #59058D;
	font-weight: bold;
}
a:hover {
	color: #C4DB0D;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #59058D;
}

/* Classes */
.centered {
	text-align: center;
}
.floatRight {
	float: right;
}
.shim {
	float: right;
	width: 1px;
	height: 400px;
	font-size: 0px;
}
.clear {
	clear: both;
	height: 0;
}
.collapse {
	margin: 0;
}
.notes {
	display: block;
	font-size: 1em;
	margin: .5em;
	font-style: italic;
}