html	{
	background: #000;
	height: 2000px;
}
#container {
	width: 1000px;
	height: 2000px;
	margin: 25px auto 0 auto;
}
#header {
	width: 1000px;
	height: 50px;
	background: url('header.jpg');
	padding-top: 250px;
	text-align: center;
}
#header a {
	list-style: none;
	color: #fff;
	font-family: trebuchet MS;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 40px;
}
#header a:hover {
	color: #f7cb00;
}
#column_left {
	width: 600px;
	height: 2000px;
	float: left;
	background: #999;
}
#column_right {
	width: 400px;
	height: 2000px;
	float: left;
	background: #666;
}
.clear {
	clear: both;
}
#column_right h1 {
	color: #f7cb00;
	text-shadow: 2px 2px 10px #000;
	text-align: center;
}
#column_left h1 {
	color: #f7cb00;
	text-shadow: 2px 2px 10px #000;
	text-align: center;
}
#column_left p {
	font-size: 24px;
	color: #fff;
	padding: 20px;
}
#column_left p a img {
	border: 5px dotted #000;
}
#column_right p {
	font-size: 24px;
	color: #fff;
	padding: 30px;
}