body {
	background-color: black;
	color: white;
	font-size: 9pt;
	font-family: 'arial';
	text-align:center;

}

a {
	color: #ffe2b8;
	text-decoration: none;
}

a:hover {
	color: #fffeb8;
	text-decoration: underline;
}

div#content {
	width:1024px;
    height: 372px;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
	margin: 0 auto;

}
div#text {
	width:762px;
    margin: 0 0 0 20px;
    padding: 30 0 0 0;
	text-align:left;
}
div#menu {
	width:262px;
    margin: -355 0 0 1080;
	text-align:left;

}
div#menu {
}
div#menu ul li{
	text-transform: uppercase;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-family: 'Lucida Grande';
}

div#menu ul li a{
	color: #e9e4e1;
	text-decoration: none;
	font-family: 'Lucida Grande';
}

div#menu ul li a:hover{
	color: #e9ecb5;
	text-decoration: underline;
}
div.contentTitle {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
