body {
	background-color:#000000;
	margin:0px;
	padding:0px;
}

div {
	margin:0px;
	padding:0px;
}

#container {
	width:auto;
	background-image:url('../images/bg.png');
}

#head {
	margin:0px;
	padding:0px;
	height:78px;
	background-image:url('../images/bg-top.png');
}

img.logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	border:0px;
	width:450px;
	height:78px;
	margin:0px;
}

img.graph {
	float:right;
	width:239px;
	height:78px;
	border:0px;
}

#nav {
	background-image:url('../images/bg-nav.png');
	height:53px;
	width:100%;
}

ul.nav {
	margin:0px;
	font-family:sans-serif, Arial, Verdana;
	font-size:11pt;
	font-weight:bold;
	padding:16px 0px 14px 30px;
	display:inline;
	float:left;
}

ul.nav li {
	display:inline;
	border-left:1px solid #999999;
	padding:15px 0px 14px 0px;
}

ul.nav a {
	color:#cccccc;
	text-decoration:none;
	padding:15px 35px 14px 15px;
	margin:0px 0px 0px 0px;
}

ul.nav a:hover {
	color:#ffefef;
	text-decoration:none;
	background-image:url('../images/hover-nav.png');
}

img.grad {
	float:right;
	width:102px;
	height:48px;
	border:0px;
}

#body {
	width:652px;
	height:auto;
	background-color:#ffffff;
	margin:1px 0px 0px 30px;
	border:1px solid #504c41;
	border-width:0px 1px 0px 1px;
}

#body h1 {
	font-family:sans-serif,Arial,Verdana;
	margin:0px;
	padding:10px 0px 0px 20px;
	color:#520000;
}

#body p {
	font-family:sans-serif,Arial,Verdana;
	font-size:8pt;
	margin:20px 0px 0px 10px;
	padding:0px;
	color:#000000;
}


img.graph-body {
	width:210px;
	height:321px;
	border:0px;
	float:right;
}

#footer {
	height:93px;
	background-image:url('../images/bg-ftr.png');
	border:1px solid #504c41;
	border-width:0px 0px 1px 0px;
}

ul.footer {
	margin:0px 0px 0px 45px;
	padding:0px;
	font-family:sans-serif, Arial, Verdana;
	font-size:9pt;
	display:inline;
}

ul.footer li {
	display:inline;	
	border-left:1px solid #504c41;
	padding:0px 6px 0px 7px;
}

ul.footer a {
	text-decoration:none;
	color:#504c41;
}

ul.footer a:hover {
	text-decoration:underline;
	color:#9b1600;
}

ul.footer li.first {
	border:0px solid;
}	

span.rr {
	font-family:sans-serif, Arial, Verdana;
	font-size:8pt;
	color:#504c41;
	margin-left:100px;
}

img.graphft {
	width:669px;
	height:47px;
	margin:0px 0px 0px 22px;
}

#filler {
	background-image:url('../images/filler.png');
	height:51px;
}