body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #b9b9b9;
}

#logo {
	text-align: center;
	height: 359px;
	width: auto;
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #000;
}
#mainContent {
	padding: 0 20px;
	color: #fff;
	background-color: #000;
}

#mainContent img {
	margin: 10px;
	border-bottom-style: none;
}

#mainContent h1 {
	padding: 5px;
	border-left: 8px solid #942824;
	color: #b9b9b9;
	width: 50%;
	font-variant: small-caps;
	font-size: 125%;
	border-bottom: 3px solid #942824;
}

#mainContent a {
	color: #942824;
	text-decoration: none;
	font-weight: bold;
}

#mainContent a:hover {
	color: #b9b9b9;
	text-decoration: underline;
}

#mainContent p {
	margin-top: 25px;
	margin-bottom: 25px;
}

#mainContent li {
	list-style-type: none;
}

#header {
	background: #000 url(images/rnd_crnr_TL.png) no-repeat 0 0;
	text-align: right;
	height: 50px;
}

#footer {
	background: #000 url(images/rnd_crnr_BL.png) no-repeat;
	height: 25px;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	clear:both;
}

#footer img {
	float: right;
}

#navigation {
	height: 25px;
	background-color: #942824;
	margin-top: 15px;
}

#navigation ul {
	height: auto;
	margin: 5px auto 0 20%;
	padding: 0;
}

#navigation li {
	list-style-type: none;
	display: inline-block;
	margin-right: 65px;
	float: left;
}

#navigation li a {
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 13px;
}

#navigation li a:hover {
	color: #FFF;
	background-color: #000;
}

#mainContent .biopic {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}