@charset "UTF-8";
/* CSS Document */

html, body, 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;
}

body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}

td {
	font-size:13px;
	padding:5px 0 5px 0;
	border-bottom:1px solid;
}

a {
	color:#666666;
}

a:hover {
	color:#000;
}

img, div { behavior: url(iepngfix.htc) }

#header {
	margin:0 0 0 360px;
	padding:20px 0 0;
}

#wrapper {
	width:900px;
	background:url(images/main-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:600px;
	margin:0 auto;
}

ul#nav {
	float:left;
	width:150px;
	list-style:none;
	padding:30px 0 0;
	width:130px;
}

ul#nav li {
	font-size:12px;
	padding:0 0 5px 0;
}

ul#nav li a {
	color:#CCCC99;
	text-decoration:none;
	font-weight:bold;
}

ul#nav li a:hover {
	text-decoration:underline;
}

#content-holder {
	float:left;
	background:url(images/content-background.jpg);
	width:527px;
	height:359px;
}

#content {
	height:280px;
	margin:40px;
	overflow:auto;
	width:435px;
	padding:0 15px 0 0;
}

#content h1 {
	font-size:15px;
	margin:0 0 15px 0;
}

#content p {
	padding:0 0 15px 0;
	font-size:13px;
	line-height:14pt;
}

#content-wrapper {
	width:750px;
	height:380px;
	position:relative;
	left:250px;
}

.clear {
	clear:both;
}

#footer {
	position:relative;
	top:-60px;
	width:200px;
	left:30px;
}

#footer p {
	color:#CCCC99;
}
