html, body 
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background: url(../site_images/background.png) no-repeat;
}

.container 
{
	width: 100%;
	height: 100%;
}

.menu 
{
	margin-left: 300px;
	padding-top: 150px;
}

.menu_item 
{
	float: left;
	margin-left: 30px;
}

.menu_link
{
	text-decoration: none;
	border: none;
}

.menu_link:link
{
	text-decoration: none;
	border: none;
}


.menu_link:visited
{
	text-decoration: none;
	border: none;
}

.menu_link:active
{
	text-decoration: none;
	border: none;
}

.menu_link:focus
{
	text-decoration: none;
	border: none;
}

.menu_link img
{
	text-decoration: none;
	border: none;
}

.menu_link:link img
{
	text-decoration: none;
	border: none;
}


.menu_link:visited img
{
	text-decoration: none;
	border: none;
}

.menu_link:active img
{
	text-decoration: none;
	border: none;
}
.menu_link:focus img
{
	text-decoration: none;
	border: none;
}

.content_text 
{
	margin-top: 80px;
	margin-left: 350px;
	font-family: Book Antiqua;
	color: #F8F8FF;
	color: #CBCCCC;
	/*	color: #FEFEFE; */
	font-size: 1em;
	margin-right: 50px;
}

.whitelink 
{
	color: #FEFEFE;
	text-decoration: none;
}

.whitelink:hover
{
	text-decoration: underline;
}

.whitelink_underline
{
	color: #F8F8FF;
}

.bgap 
{
	width: 100%;
	height: 50px;
	clear: both;
}

.reviewwho 
{
	color: #FFFFFF;
}

.plainlink 
{
	text-decoration: none;
	border: none;
}

.plainlink:hover 
{
	text-decoration: none;
	border: none;
}

.plainlink:visited 
{
	text-decoration: none;
	border: none;
}

.plainlink:active 
{
	text-decoration: none;
	border: none;
}
