/*-----attach body.custom to any style you add here-----*/

body.custom {
	background-color:#000;
}

/*-----removes the stuff above the rotating header-----*/
body.custom .homelink a {
	display: none;}
body.custom .description {
	display: none;}
body.custom .homelink {
	padding-top: 0; }

/*-----Changes the background color and border for the content-----*/
body.custom #container {	background: #112233;}
body.custom #container {	border: 5px solid #335577;}
body.custom ul.menu {	right: 10px;}
body.custom #rotating {	border-top: none;}

/* to change the text font site wide */body.custom {	font-family: verdana; color: #ccc;}

