@charset "utf-8";
/* CSS Document */


/*
 *	This is the dark/night time theme
 */

body {
	background: #000;
}

a {
	color: #09f;
}
a:visited {
	text-decoration: none;
}

.header {
	background-image:url(/images/dark_banner.jpg);
	height:165px;
}
.footer {
	background-image:url(/images/dark_footer.jpg);
}
.main {
	background-image: url(/images/dark_background.png);
}

.Font {
	color: #fff;
}

.windowContent {
	color: #fff;
}


.navButtonInner {
	background: rgba(70,85,95,0.8);
}


/************************
 *	Frame 2 Dark Styles	*
 ************************/
.frame2_cf {
	background: rgba(180,160,100,0.7);
}