body { 
	background-color: #000000;
	color: #cccccc;
}

p { }

#container{
	width: 750px;
	overflow: hidden;
}

#head{
	background-image: url(../images/graphics/sck_top_background.jpg);
	height: 25px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 0px;
}

.headtext{
	
	background-color: #000000;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-left: 44px;
	font-size: 20px;
	font-family: monospace;
	overflow: hidden;
	width: 377px;
}

#nav{
	float: right;
	margin-right: 15px;
	width: 100px;
}

.navtext{

}

#main{
	float: left;
	width: 620px;
}

.spacer{
	background-image: url(../images/graphics/sck_top_background.jpg);
	height: 10px;
	overflow: hidden;
	margin: 0px;
}

#footer{
	clear: both;
	background-image: url(../images/graphics/sck_top_background.jpg);
	height: 25px;
	overflow: hidden;
	margin-top: 10px;
}

a{
	text-decoration: none;
}

a:link {
	color: #ffff00;
	text-decoration: none;
}

a:visited { 
	color: #ffff00;
}

a:hover { 
	color: red;
}

a:active { }

h2{
	font-size: 1.2em;
	color: #cccccc;
	margin-top: 0px;
}