body {
	background: #000000 url(../images/page-bg.jpg) center top no-repeat;
	margin: 0 0 0 0;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #fff;
}

#container {
	position: relative;
	text-align: center;
	margin: auto;
	padding: 0;
	width: 900px;
	height: 100%;
}

#header	{
	text-align: center;
	padding: 20px 0 20px 0;
}

#content	{
	width: 900px;
	height: auto;
	line-height: 20px;
}

#left-content	{
	width: 520px;
	padding: 10px 50px 0 50px;
	text-align: justify;
	line-height: 18px;
	vertical-align: top;
}
	
#right-content	{
	width: 200px;
	padding: 10px 20px 0 20px;
	font-size: 11px;
	font-weight: normal;
	text-align: center
	line-height: 14px;;
	vertical-align: top;
}

.image	{
	padding: 20px 0 0 0;
}

ul, li	{
	font-size: 11px;
	line-height: 16px;
}

#footer	{
	width: 900px;
	padding: 20px 0 20px 0;
	text-align: center;
}

#content a, a:visited {
	color: #33FF00;
	text-decoration: underline;
}
#content a:hover {
	color: #33FF00;
	text-decoration: none;
}

#left-content a, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
#left-content a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#right-content a, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
#right-content a:hover {
	color: #FFCC00;
	text-decoration: none;
}
li a, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
li a:hover {
	color: #FFCC00;
	text-decoration: none;
}
p a, a:visited {
	color: #FF0000;
	text-decoration: underline;
}
p a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#footer a, a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.selected	{
	font-weight: bold;
	color: #FFCC00;
}
	
	
	
