/*
Reset default styles 
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
Body 
-------------------------------------------------------------- */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	text-align: center;
	background-color: #000;
	color: #eee;
}

#wrapper {
	width: 710px;
	height:515px;
	margin: 0 auto;
	text-align: left;
}

/*
Navigation 
-------------------------------------------------------------- */

h1 {
	font-size: 36px;
	font-weight: normal;	
	line-height: 1;
	padding: 18px 0 0 18px;
	text-align:left;
}

h1 {width:266px; height:67px; }
h1 a { float:left; width:266px; height:0; padding:67px 0 0 0; background:url(../logo.gif) no-repeat; overflow:hidden; font-size:1px; }


h2 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom:9px;
}

#main {
	width:440px;
	height:515px;
	float:left;
	font-size:13px;
}

#main p {
	margin-bottom:18px;
}

#links {
	width:220px;
	float:right;
	font-size:13px;
}

#links ul {
	margin-bottom:18px;
}

#main a, #links a {
	color:#9cf;
	text-decoration:none;	
}

#main a:hover, #links a:hover {
	border-bottom:1px solid #9cf;	
}

#nav {
	background-color: #444;
	clear: both;
	margin: 18px 0 0 0;
	height: 28px;
	font-size: 11px;
}

#subnav {
	background-color: #222;
	clear: both;
	margin: 0 0 36px 0;
	height: 28px;
	font-size: 11px;
}

#nav li, #subnav li {
	list-style-type: none;
	float:left;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active, 
#subnav li a, #subnav li a:link, #subnav li a:visited, #subnav li a:active {
	text-decoration:none;
	color: #eee;
	padding: 5px 18px;
	text-transform: uppercase;
	display: block;
}

#nav li a:hover {
	background-color: #666;
}

#subnav li a:hover {
	text-decoration: underline;
}

#nav li.highlight {
	background-color: #222;
}

#nav li.highlight a:hover {
	background-color: #222;
}

#subnav li.highlight a, #subnav li.highlight a:link, 
#subnav li.highlight a:visited, #subnav li.highlight a:active {
	text-decoration:underline;
}

#footer {
	clear: both;
	background-color: #222;
	padding: 5px 18px;
	text-align:left;
}