@charset "UTF-8";
/* CSS Document */

@import url(blueprint/screen.css);

body {
	background-color:#000000;
	color:#FFFFFF;
	font-size: 90%;
	}
	
h1 {
	padding-top: 24px;
	color: #FFCC33;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .12em;
	font-size: 200%;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

h1 small {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 40%;
}
	
h2 {
	font-size: 150%;
	font-family: "Century Gothic", arial, sans-serif;
	color: #fad06a;
}

h3 {
	font-size: 120%;
	font-family: "Century Gothic", arial, sans-serif;
	color: #fad06a;
}

h4 {
	font-size: 100%;
	font-family: "Century Gothic", arial, sans-serif;
	color: #fad06a;
}

h5 {
	font-size: 90%;
	font-family: "Century Gothic", arial, sans-serif;
	font-weight: normal;
	color: #fad06a;
}

#nav ul {
	list-style-type: none;
	font-family: "Century Gothic", arial, sans-serif;
	margin: 0;
	padding: 0;
}

#nav li {
	line-height: 1em;
	margin-bottom: 6px;	
}

#nav a {
	padding: 0 0 0 0;
}

#nav a:hover {
	text-decoration: none;
	color: #c53e20;
}

#nav a.selected {
	text-decoration: none;
	color: #c53e20;
}

#content {
	font-family: "Times New Roman", serif;
	font-size: 15px;
	color: ##eeeeee;
	letter-spacing: .01em;
} 

a:link {
	color: #fad06a;
	text-decoration: none;
}
a:visited {
	color: #fad06a;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	text-decoration: none;
}
a:active {
	color: #c53e20;
	text-decoration: none;
}

h1 a {
	color: #660066;
}

#footer {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 40%;
	padding: 0 0 8px 0;
}

	