﻿body
{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.pagebody
{
	background-color: White;
}
.header
{
	width: 920px;
	height: 209px;
	background-image: url('images/title.jpg');
	background-repeat: no-repeat;
	
}
.content
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 920px;
}
.leftcontent
{
	height:100%;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 670px;
	max-width: 670px;
	background-color: #FFFFFF;
	background-image: url('images/content.jpg');
	background-repeat: no-repeat;
}
.rightcontent
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 226px;
	max-width: 226px;
	color:lime;
	background-color: #393939;
	vertical-align:top;
	
}
.fotterImage1
{
	width:205px;
	height:59px;
	background-image: url('images/iwasnuked.jpg');
	background-repeat: no-repeat;
}
.fotterImage2
{
	width: 100px;
	height: 30px;
	background-image: url('images/pow_by_orcsweb.gif');
	background-repeat: no-repeat;
}
.rightcontent a:link
{ 
 color: lime; 
}

.rightcontent a:visited
{
	color:orange;
}
