body
{
	padding: 0;
	margin: 0;
	color: #999999;
	font-family: 'Times New Roman', times, serif;
	background-color:#333333;
	line-height: 180%;
	font-size: 13px;
	font-weight: normal;
	letter-spacing:.2em;
}

p
{
	padding: 0;
	color: #ffffff;
	line-height: 140%;
	font-size: 18px;
	font-weight: normal;
}

.at_name {
	position: absolute;
/* 	top: 0px; */
/* 	left: 0px; */
	width:700px;
	height:65px;
	z-index:1000;
	color:#999999;
	background-color:#333333;
	
}
div.at_rightEdge {
/* 	position: absolute; */
/* 	top: 0px; */
/* 	right: 0px; */
	float:right;
	width:30px;
	height:539px;
	z-index:1000;
	color:#999999;
	background-color:#0D0D0D;
	
}
div.at_nav {
/* 	position: absolute; */
/* 	top: 0px; */
/* 	left: 0px; */
	width:230px;
 	height:539px; 
	color:#999999;
	background-color:#0D0D0D;
	
}
 

a {text-decoration:none;}

a:link {color: #999999}     /* unvisited link */
a:visited {color: #999999}  /* visited link */
a:hover {color: #FFFFFF}   /* mouse over link */
a:active {color: #999999}   /* selected link */

.at_display {
	position: absolute;
	top: 0px;
	left: 0px;
	color:#ffffff;
	background-color:#000000;
	width:100%;
}

