html {
	height: 100%;
}

body {
	background-color: #f30;
	color: #ffe;
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;				
	font-size: 10px;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-weight: normal;
	font-size: 9px;
	margin: 0;
	/*
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	*/
}

a {
	color: #ffe;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
	font-size: 10px;
}

a:hover {
	/*
	text-decoration: underline;
	*/
	line-height: 15px;
	font-weight: bold;
	font-size: 11px;
}

strong {
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
	float: right;
}

ul li {
	margin-left: 1.3em;
	margin-bottom: 0.3em;
	float: right;
}

ul li:nth-child(3n+1) {
	clear: right;
}
/*
ul li.even {
	float: left;
	clear: right;
}

ul li.odd {
	text-align: left;
	float: left;
}
*/

#container {
	background: url('../img/glow.png') no-repeat transparent 0 -40px;
	width: 780px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -275px;
}

#container h1 {
	background: url('../img/logo.png') no-repeat;
	display: block;
	width: 780px;
	height: 225px;
	text-indent: -20000px;
}

#about {
	float: left;
	width: 365px;
	text-align: right;
	padding: 45px 25px 45px 0;
}

#about p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-style: italic;
	text-transform: lowercase;
}

#contact {
	float: left;
	width: 365px;
	text-align: left;
	padding: 45px 0 45px 25px;
	background: url('../img/separator.png') no-repeat;
}

#about h2, #contact h2 {
	display: none;
}

#contact p {
	margin: 0 0 10px 0;
}			

