@charset "utf-8";

body {
	background: #000000 url(images/my_face_black_small.gif) fixed no-repeat bottom right;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif;
	color: #d1ebff;
}
html, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}
p {
	padding: 0 0 10px 0;
}
#header {
	background: url(images/header_fade.gif) repeat-x;
	height: 140px;
	padding: 20px 0 0 20px;
}
#header h1 {
	background: url(images/nine10logo_fade.gif) no-repeat top left;
	padding: 140px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:140px;
}
#header_list {
	position: absolute;
	left: 530px;
	top: 20px;
}
#header_list a {
	color: #91ebff;
	text-decoration: none;
}
#header_list a:hover {
	color: #fff;
	text-decoration: underline;
}
#header_list ul {
	list-style-type: none;
	width: 250px;
	text-align: center;
}
#header_list ul li {
	display: inline;
	padding: 0 20px 0 0;
}
#menu {
	background: url(images/menu_bkgrd.gif) repeat-x;
	height: 26px;
	color: #fff;
}
#menu a {
	float: left;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	display: block;
	padding: 6px 0 0;
	height: 26px;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
}
#menu a:hover {
	background: url(images/menu_bkgrd_hover.gif) repeat-x;
	color: #000;
	height: 26px;
	width: 200px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#content {
	font-size: 14px;
	width: 760px;
	padding: 20px 20px;
}
#content ul {
	padding: 0 0 0 30px;
}
#content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
#content a {
	text-decoration: none;
	color: #fff;
}
#content a:hover {
	text-decoration: underline;
}
h2 {
	padding: 10px 0 20px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 15px 0 10px 0;
	width: 800px;
}
#footer p {
	text-align: center;
}