body {
	background-color:#101010;
	font:12px Lucida Grande;
}

p {
	color:#454545;
	text-align:left;
}

h1 {
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:18px;
}

h2 {
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:14px;
	color: #333333;
}

#page {
	width:885px;
	margin:auto;
	background-color:white;
	border-left:solid 1px #454545;
	border-right:solid 1px #454545;
}

#header {
	width:887px;
	height:259px;
	margin:auto;
	background-image:url('/images/headerBackground.png');
}

#footer {
	width:887px;
	height:19px;
	margin:auto;
	background-image:url('/images/footerBackground.png');
}

#title {
	position:absolute;
	top:140px;
	margin-left:200px;
}

#title h1 {
	font:57px Gill Sans;
	color:white;
	margin:0px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#title h2 {
	font:30px Gill Sans;
	color:#8E8E8E;
	margin:0px;
}

#content {
	padding:15px;
}

#menu {
	margin-top:-8px;
	float:right;
	font:16px Helvetica;
	list-style:none;
	font-weight:bold;
}

#menu li {
	display: inline;
}

#menu li:before {
	content:" | ";
}

#menu li.first:before {
	content:"";
}

#menu a{
	color:#5C5C5C;
	text-decoration:none;
}

#menu a:hover{
	border-bottom:4px solid #5C5C5C;
}

#mainContent {
	width:600px;
	float:left;
}

#sideBar {
	width:230px;
	float:left;
	padding-left:20px;
}

blockquote {
	font-family: "Adobe Garamond Pro", "Adobe Garamond", "Garamond", "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 12px 24px 12px;
	padding: 12px 12px 12px 12px;
	border: 1px solid #aaa;
	border-width: 1px 0 1px 0;
}

blockquote p.quote {
	color:#888;
	width: 100%;
	margin: 0;
	padding: 0;
}

blockquote p.quote:before {
	content:	"\201C";
}
blockquote p.quote:after {
	content:	"\201D";
}

.question {
	color:black;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}