body{
	background-color:#000;
	font-family: Arial;
	color:#000;
	font-size:12px;
	margin: auto;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #b1b2b4;
}

a:link{
	color: #990066;
	text-decoration:none;
}

a:visited{
	color: #990033;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}



#active a:link{color:#000;text-decoration:none;}
#active a:visited{color:#000;text-decoration:none;}

p{line-height:16px}

h1{
	font-weight:bold;
	font-size:12px;
	font-family: Arial;
	margin-bottom: 0px;
}

h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:12px;
	font-family: Arial;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width:900px;
	height: 600px;
	text-align:left;
	background-color:000;
	margin:auto;
	
}

#left{
	float:left;
	background-color: #FFF;
	width: 162px;
	height: 600px;
	padding-left:18px;	
}

