body {
	background-color: #FFFFFF;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right 50px;
	background-image: url(graphics/whitebg.jpg);
}

.main_table {
	background-color: #000000;
	background-image: url(graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 400px;
	width: 100%;
	color: #FFFFFF;
	font-size: 10px;
	font-family: verdana;
	text-align: right;
	position: absolute;
	top: 0px;
	bottom: auto;
}
.content {
	width: 550px;
	position: relative;
	left: auto;
	float: right;
	right: 10px;
	padding-right: 75px;
	vertical-align: middle;
	top: 20px;
	bottom: auto;
	height: 380px;
	margin-top: auto;
	margin-bottom: auto;
	text-align: right;
}
.text {
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC;
}
.titles {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}



.nav {
	font-family: Verdana;
	font-size: 8px;
	color: #263A5B;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-decoration: none;
}
.nav:hover {
	color: #00CCFF;
}
.navtable {
	position: absolute;
	top: 400px;
	right: 85px;
	left: auto;
	bottom: auto;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
.pics 
{
	-moz-opacity:0.70;
	filter: Alpha(Opacity=70);
}
.pics:hover 
{
		-moz-opacity:100;
			filter: Alpha(Opacity=100);
}
.news {
	width: 550px;
	position: absolute;
	left: auto;
	float: right;
	right: 0px;
	padding-right: 135px;
	vertical-align: bottom;
	overflow: scroll;
}
