/*Copy and Paste this into design.css for a generic starting place, or delete the dev8 design.css and save this as design.css*/
body{
background: #000;
}


a, a:link, a:visited {
	color: #fff;
	text-decoration: none;

}

a:focus, a:hover, a:active {
	color: #e72b87;
	
}
/* -- Main Layout ------------------------------------------------------------ */
/* Main <table> creating the basic page layout. */
#layoutTable {
background: #000;
}
/* Page header*/
#headerCell {
background: url(/img/toplogo4.gif) no-repeat left top #000;

}

#contentCell{
background: #000;
color: #fff;
}

/*menu*/
 #menu-container{
border-color: #fff;
}

#menu-container a{
color: #fff;
}

#menu-container a:focus,
#menu-container a:hover,
#menu-container a:active {
	color: #e72b87;
	text-decoration: none;
}


	



