/*********
* layout *
*********/

body {
	margin: 0px;
	padding: 0px;
	background: #262424 url(images/bg_top.gif) top repeat-x;
}

#wrapper {
	position: absolute;
	margin: 0px 0px 0px 50%;
	left: -465px;
	width: 580px;
}

#header {
	margin-top: 150px;
	background: url(images/banner.png) no-repeat;
	height: 74px;
}

#content {
	margin-top: 30px;
}

#footer {}

/*************
* typography *
*************/

body {
	font-family:Tahoma, Geneva, sans-serif;
	color: #eeeeee;
	font-size: 12px;
	line-height: 18px;
}

#header h1, #header h2 {
	text-indent: -999999px;
	margin: 0px;
	padding: 0px;
}

p, li {
	font-size: 1em;
}

ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

li {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

a {
	color:#F90;
}