	@charset "UTF-8";
	/* CSS Document */
	
	body {
		font-family: Helvetica, Arial, sans-serif;
		font-size:12px;
		color:#333333;
		background-color:#000000;
		background-image: url(img/pixel_black.jpg);
		line-height: 16px;
	}
	
	a {
		color:#333333;
		text-decoration:none;
	}
	
	a:hover {
		color:#666666;
		text-decoration:none;
	}
	
	h1 {
		font-size:14px;
		color:#FF0000;
		font-weight:bold;
		text-transform: uppercase;
		letter-spacing: 0em;
		margin-bottom: 10px;
	}
	
	h2 {
		color:#00FF00;
	}
	
	.container {
		width:850px;
		hight: 100%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.top {
	width: 850px;
	height: 75px;
	}
	
	.content {
	width: 850px;
	background-color:#CCCCCC;
	min-height:475px;
	height: 580px;
	float: left;
	z-index: 2;
	}
	
	.footer {
	width: 850px;
	height: 25px;
	color:#FFFFFF;
	clear: left;
	background-position: left center;
	font-size:11px;
	}
	
	.footer a {
		color:#FFFFFF;
		text-decoration: none;
	}
	
	.footer a:hover {
		color:#999999;
		text-decoration: none;
	}
	.menu {
	height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	width: 850px;
	float:left;
	z-index:2;
	}
	.menu a {
		color:#FF0000;
		textdecoration: none;
		font-weight:bold;
	}
	
	.menu a:hover {
		font-weight:normal;
	}
	.submenu {
	color:#FFFFFF;
	font-size: 10px;
	}
	.submenu a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
	}
	.submenu a:hover {
	color:#999999;
	}

