body {
	background-color: #000000;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	padding: 0;
	text-align: center;
	}

p {
	font-size: 12px;
	color: #cccccc;
	}

h1 {
	font-size: 18px;
	font-weight: 1200;
	letter-spacing: -0.07em;
	font-variant: small-caps;
	color: #999999;
	}

/* links */

.menu a:link {
	color: #ffcc33;
	text-decoration: none;
	}

.menu a:visited {
	color: #ffcc33;
	text-decoration: none;
	}

.menu a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.menu a:active {
	text-decoration: underline;
	}

.menu a:link img {
	border: none;
	}

.menu a:visited img {
	border: none;
	background: none;
	}	

/* pseudo classes */

.smaller2 {
	font-size: 9px;
	color: #666666;
	text-align: center;
	}
	
/* div classes */

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 790px;
	background-color: #000000;
	}

#header2 {
	position: absolute;
	top: 8px;
	height: 40px;
	width: 100%;
	background-color: #333333;
	border-bottom: 2px solid #cccccc;
	}

#image {
	position: absolute;
	top: 236px;
	left: 200px;
	width: 99px;
	height: 104px;
	}

#subheader {
	position: absolute;
	top: 300px;
	right: 10%;
	width: 314px;
	height: 43px;
	}

#menu2 {
	position: absolute;
	top: 48px;
	left: 116px;
	background: none;
	z-index: 100;
	}

#info {
	position: absolute;
	top: 100px;
	left: 5px;
	width: 780px;
	height: 100%;
	background-color: #000000;
	}