/*
Quake Media Maintenance Mode
design by: Quake Media, LLC. [ www.quakemedia.com / info@quakemedia.com ]
last modified: May 31st, 2008
*/

/***** Main Page *****/

html, head {
	background: #303233;
	margin: auto;
	font: 11px "Lucida Grande", Verdana, Helevitca;
	color: #CCC;
}

/***** Divs *****/

#wrapper {
	padding: 50px 0px;
	width: 400px;
	margin: auto;
}

#logo {
	width: 400px;
	height: 143px;
	float: left;
	background: url('images/logo.png') center no-repeat;
	padding-bottom: 20px;
}

#header 
{
	text-align: center;
	width: 400px;
	float: left;
	background: #1d1f1f;
	border-bottom: 3px #000 solid;
	color: #808080;
}

#content {
	padding: 20px;
	width: 360px;
	float: left;
	background: #ebebeb;
	color: #1d1f1f;
}

#footer {
	text-align: center;
	width: 390px;
	float: left;
	background: #1d1f1f;
	border-top: 3px #000 solid;
	padding: 5px;
	color: #808080;
}

/***** Headers and Links *****/

h1 {
	font: 14px bold "Lucida Grande", Verdana, Helevitica;
}

a,
a:link,
a:visited {
	color: #575757;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

a:hover {
	color: #849fb1;
	border-bottom: 1px #a3a3a3 solid;
}

a.footer,
a.footer:link,
a.footer:visited {
	color: #e0e0e0;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

a.footer:hover {
	color: #849fb1;
	border-bottom: 1px #a3a3a3 solid;
}

