body{
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align:left;
}

/* HEADER */
.header {
width:750px;
height:240px;
margin-left: 20px;
}

.adminheader {
width:750px;
height:140px;
margin-left: 20px;
border-bottom: 1px solid #333333;
}

td {
border-bottom: 1px dotted #CCFF33;
}

.productContainer {
padding-bottom: 6px;
}

.productContainer a span {
	display:none
}


.productContainer a:hover span {
	display:inline;
	position:absolute;
	left:40;
	top:50;
	bottom:50;
	padding:3px 3px 3px 3px;
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 225px;
}


.mainNav {
margin-top: 30px;
line-height:140%;
font-size: 11px;
}

.subNav {
float:left;
margin-left: 5px;
font-size: 11px;
line-height:140%;
}

.bullet {
float:left;


}



.productText {
float:left;
margin-left:10px;
}


a {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#CCFF33;
}


.column1Header {
float:left;
border-bottom: 1px solid #333333;
width:170px;
height:240px;
}

.column2Header {
float:left;
border-bottom:  1px solid #333333;
width:570px;
height:240px;
margin-left: 10px;
background-color:#000000;
}

/* HEADER END */

.column1 {
float:left;
width:170px;
}

.column2 {
float:left;
width:569px;
margin-left: 10px;
border-left:  1px solid #333333;
}

.bodyArea {
width:750px;
margin-left: 20px;
}

.footer {
width:750px;
height:240px;
border-top:  1px dotted #333333;
line-height:140%;
margin-left: 20px;
clear:both; 
}

/* Text Styles */


.titles {
font-size:14px;
color:#CCFF33;
}

.green_text {
color:#CCFF33;
}


.product {
font-size:12px;
color:#CCFF33;
}

.home_text {
width:300px;
}