/* CSS Document */
body {
	color: #c7c7c7;
	background-color: black;
	font-family: "Arial Unicode MS", sans-serif;
	font-size: medium;
	background-repeat: repeat;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-attachment: fixed;
}

a {
	color: #ff4500;
	text-decoration: none;
}

h1 {
	color: #39F;
}

h2 {
	color: #39F;
}

h3 {
	color: #39F;
}

h4 {
	color: #39F;
}

* { 
	margin: 0; 
	padding: 0;
}   
#navigation {
	text-decoration: none;
}

#navigation ul {
	text-decoration: none;
	position: fixed;
}
#navigation ul li {
	padding-bottom: 0.5em;
	text-decoration: none;
	list-style: none;
}

#navigation ul li a {
	text-decoration: none;
	color:#FC0;
}

#navigation ul li a:hover {
	color: #0CF;
}

#wrapper { 
	width: 1500px; 
	background: none; 
	margin: 0 auto; 
}   

#header { 
	background: none;
	text-align: center; 
	color: white;
	padding-bottom: 2em;
}

#column-left { 
	width: 175px;
	min-height: 400px; 
	float: left; 
	background: none; 
}   

#column-center { 
	width: 1150px;
	min-height: 400px;
	float: left;
	background: none;
}   

#column-right { 
	width: 175px;
	min-height: 400px;
	float: left;
}

#footer { 
	clear: both; 
	background: none; 
}