/* BEGIN CSS RESET */
* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0.5em 0;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li {
	background-image:none;
}
fieldset {
	padding:.5em;
}
/* focus styles */
:focus {
	outline:0;
}
/* inserts */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
img {
	border:none;
}
/* END CSS RESET */
html {
	height:100%;
}
body {
	background:#000000;
	height:100%;
}

a:link, #main a:link, a:visited, #main a:visited, #footer a:link, #footer a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color:#ffffff;
	text-decoration:none;
}

a:active, #main a:active, a:hover, #main a:hover, #footer a:active, #footer a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color:#ffffff;
	text-decoration:underline;
}

h2 {
	font-weight:800;
	font-family: "Helvetica", Arial, sans-serif;
	font-size:1em;
	color:#999999;
}

#main {
	font-family:Arial, "Helvetica", sans-serif;
	font-size:0.8em;
	color:#CCCCCC;
	position:relative;
	min-width:900px;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -100px;
}


#header {
	margin:0px auto;
	background:url(../images/title_face.png) no-repeat;
	height:280px;
	font-size:18px;
	font-style:italic;
	padding-bottom:20px;
}

.menu {
	background:url(../images/10pxgradient.png);
	position:relative;
	top:256px;
	text-align:right;
	padding-right:80px;
}

.content {
	line-height:1.6em;
	float:left;
	font-size:13px;
	padding:10px;
	width:300px;
	height:460px;
}

.contact {
	margin:0px auto;
	max-width:800px;
}

.content a:link, .content a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	font-size:14px;
}

#footer {
	font-family:Arial, "Helvetica", sans-serif;
	font-size:0.6em;
	color:#CCCCCC;
	clear:both;
	height:60px;
	text-align:center;
	position:relative;
	padding:0;
}

#footer a {
	color:#FFFFFF;
}

.clearfooter {
	height:80px;
	clear:both;
}