body {
	background: #000;
	font: 11px/ 20px helvetica, arial, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
}

a:link,a:visited {
	color: #00D;
	text-decoration: none;
}

a:active,a:hover {
	color: #00D;
	text-decoration: underline;
}

/* Document width */
#master {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 960px;
}

#header {
	position: relative;
	margin: 0 auto 20px;
	width: 100%;
	height: 142px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 95px;
	text-indent: -9999px;
	background: url(/images/mcg_header.jpg) top left no-repeat;
	overflow: hidden;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Menu Style */
#menu {
	position: absolute;
	display: block;
	top: 105px;
	right: 10px;
	width: 940px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	border-top: 1px solid #00D;
}

#menu li {
	display: inline-block;
	margin: 10px 0 0;
	font: 14px/ 1em Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: .04em;
	text-transform: uppercase;
}

#menu li a {
	padding: 10px 14px 6px;
	color: #FFF;
	text-decoration: none;
}

#menu li.selected a {
	color: #FFF;
	background: #00D;
	text-decoration: none;
}

.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sub-menu li {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 6px 6px 2px;
}

.sub-menu li.selected {
	background: #00D;
}

.sub-menu li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
}

/* Content Styles */
#content {
	display: block;
}

.entrydisplay {
	float: right;
	position: relative;
	width: 700px;
	text-align: left;
	margin: 0 30px 0 0;
	padding: 0 0 40px;
}

h1,h2,h3,h4,h5,h6,p,legend {
	display: block;
	margin: 0 0 20px;
	padding: 0 0 10px;
	line-height: 20px;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: .04em;
	text-align: left;
	color: #FFF;
}

h1,h2 {
	border-bottom: 1px solid #00D;
}

h1,legend {
	font-size: 30px;
	text-transform: uppercase;
	clear: left;
}

.entrydisplay h1 a {
	text-decoration: none;
	color: #FFF;
}

.entrydisplay h1 {
	padding-top: 30px;
}

.entrydisplay h1:first-child {
	padding-top: 0;
}

h2,.sidebar h1 {
	font-size: 16px;
	margin: 8px 0 16px;
	line-height: 12px;
	text-transform: uppercase;
}

h2 a:link,h2 a:visited,h2 a:active,h2 a:hover {
	color: #FFF;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

img {
	border: 0;
}

/* Sidebar Style */
.sidebar {
	display: block;
	float: left;
	margin: 0 0 0 30px;
	position: relative;
	top: 0px;
	right: 0;
	width: 140px;
}

/* Footer Style */
#footer {
	display: block;
	position: relative;
	clear: both;
	margin: 20px auto 0;
	padding: 0 30px;
	border-top: 1px solid #00D;
}

p.credits {
	text-align: right;
	margin: 0;
	padding: 10px 0 5px;
	font-size: 9px;
}

object {
	text-align: center;
	margin: 5px auto;
	display: block;
}