body {
	background-image: url('../images/bg.jpg');
	text-align:center;
	margin:0;
	margin-top:30px;
	font-family:Arial;
	color:#ffffff;
	font-size:9pt;
}
h2 {
	font-style:italic;
	font-weight:normal;
	color: #6699cc;
	margin:0;
}
a:link, a:visited, a:active {
	color:#6699cc;c
}
a:hover {
	color:#6699cc;
}
a img {
	border:0;
}
p {
	line-height:17px;
}
#top-container {
	width:100%;
	background-image: url('../images/logo-bg.png');
	background-repeat:repeat-x;
	height:145px;
}
#bottom-container {
	width:900px;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
}
#leftnav {
	border:2px solid #c3c1bf;
	background-color:#000000;
	float:left;
	width:146px;
	padding:10px 10px 10px 10px;
	text-align:center;
}
#content {
	border:2px solid #c3c1bf;
	background-color:#000000;
	float:right;
	width:640px;
	padding:10px 20px 0px 20px;
}
#legal {
	text-align:center;
	font-size:8pt;
}