
/* now for the color information */
body 
{

	background-color:#e8e8d5;	
	color: #CCCC99;

}

#wrapper
{
	background-color:#323232;
}

#left
{
	background-color:#323232;
}

#content h1
{
		color:white;
}

#footer
{
	background-color:#e8e8d5;
	color:#323232;
}

/* no outline active links */
:active, :focus{
    outline:none;
}
/* text link styles */
a:link {
	color: #91BFEE;
	
}
a:visited {
	color: #91BFEE;
}
a:active {
	color: #cccc99;
}
a:hover {
	color: #FF9933;
}

