@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	outline: none;
}
body {
	background-color: #000;
	font: 14px/1.2em Geneva, Arial, Helvetica, sans-serif; 
}
a:link {
	color: #630;
}
a:visited {
	color: #960;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #fff;
}
h1 {
	position: absolute;
	left: 12px;
	top: 270px;
	width: 100px;
	height: 100px;
	z-index: 100;
}
h1 span {
	display: none;
}
h2, h3, h4 {
	margin-top: 1em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: .5em;
}
h3 { 
	font-size: 1em;
	text-transform: uppercase;
}
h4 {
	font-size: 1em;
}
p {
	margin: .5em 0;
}
blockquote {
	margin: .5em 3em;
}
ol, ul {
	margin-left: 1em;
}
table {
	margin-top: 1em;
}
td {
	vertical-align: top;
}

#gestalt {
	position: relative;
	color: #000;
}
#branding {
	padding-bottom: 255px;
}
#branding #logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 275px;
}
#maincontent {
	padding: 0 250px 60px 150px;
	background: url(../images/footer.gif) no-repeat right bottom;
}
#footer {
	clear: both;
	padding: 10px;
	background-color: #000;
	font: .8em Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}
#footer p {
	width: 600px;
}
#footer a:link, #footer a:visited {
	color: #c60;
}
#footer a:hover, #footer a:focus {
	color: #c00;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
}

/* support */
#support form {
	text-align: center;
}
.fineprint {
	margin: 2em 0 -2em 0;
	font-size: .8em;
	line-height: 1em;
}

/* Firefox fix to make the content stack properly */
#blahblah {
	position: relative;
	z-index: 1000;
}