#body {
	color: #333;
	font: medium "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #000 url(/assets/body-grad.gif) repeat-x center top;
	background-image: -ms-linear-gradient(top, #3D3D3D 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, #3D3D3D 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #3D3D3D 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3D3D3D), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(top, #3D3D3D 0%, #000000 100%);
	background-image: linear-gradient(top, #3D3D3D 0%, #000000 100%);
}
a {
	text-decoration: none;
	color: #f00;
}
a:hover {
	text-decoration: underline;
}
div h1, div h2, div#subheading, div#navigation ul li {
	font-family: Palatino, Times, "Times New Roman", serif;
	color: #424242;
	text-shadow: #000 -1px -1px 0, #fff 1px 1px 0;
}
div h3, div h4 {
	font-family: Palatino, Times, "Times New Roman", serif;
	color: #424242;
	margin: 1em 0 0.5em;
}
div h1 { 
	font-size: 6em;
}
div#subheading {
	font-size: 2.5em;
	text-shadow: none;
}
div h2 {
	font-size: 3em;
}
div h3 {
	font-size: 2em;
	clear: left;
}
div h4 { font-size: 1.5em;
	clear: left;
}
div#mainwhite p {
	padding-bottom: 1em;
}
div#navigation ul li {
	margin-bottom: 0.5em;
	font-size: 3em;
	text-shadow: #000 -1px -1px 0;
	text-shadow: #fff 1px 1px 0;
	font-weight: bold;
}
div#navigation ul li a {
	color: #424242;
}
div#navigation ul li a:hover, div#navigation ul li a:visited  {
	color: #000;
	text-decoration: none;
}

div#all {
	width: 980px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}
div#redtopper, div#redfooter, div#mainwhite {
	background-color: #f00;
	border: 1px solid #000;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	text-align: center;
	clear: both;
	font-size: .75em;
	padding: 19px;
	margin: 15px 0;
	position: relative;
	top: -50px;
}
div#redfooter ul li, div#redfooter p {
	font-size: 0.8em;
}
div#redfooter a {
	color: #000;
}
div#redfooter ul li {
	display: inline;
	margin-right: 1em;
}

div#header {
	margin-bottom: 20px;
	height: auto;
}

div#navigation {
	float: left;
	width: 298px;
	height:  auto;
}
div#content {
	float: right;
	width: 618px;
	height:  auto;
}

div#mainwhite {
	background-color: #f3f3f3;
	text-align: justify;
}