@charset "utf-8";
/* CSS Document */

			html, body	{ height:100%; }
			body {
	margin:100px;
	padding:0;
	overflow:auto;
	color:#ffffff;
	font-family:sans-serif;
	font-size:16px;
	background-color: #333333;
	background-attachment: fixed;
	background-image: url(darkbg.jpg);
			}

			
			h1 {
	font-family: 'Dancing Script', arial, serif;
	color: #ffffff;
	font-size: 28px;
			}
			
			h1 span {
	font-weight: bold;
	font-size: 50px;
			
			
			}
			
		#navcontainer
{
	width: 100%;
	float: left;
	bbackground-color: #000033;
	color: #FFFFFF;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .65em;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.2em 14px; 
	bbackground-color: #000033;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	bborder-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
	bbackground-color: #ffffff;
	color: #000033;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #ffffff;
text-align: left;
/* text-transform: uppercase; */
font: 10px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}		
