body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #306060;
	background-image: url(background2.jpg);
	color: #fff;
}
#container {
	width:860px;
	margin:30px auto;
	border: 3px solid #609f9f;
	background-color:#000000
}
#content {
	width: 800px;
	margin-left: 40px;
	margin-bottom: 70px;
}

#main {
	width: 450px;
	padding-right: 40px;
}

#sidebar {
	width: 300px;
	float:right;
	margin-bottom:40px;
}

#banner {
	margin: 15px 0 0 45px;
}
hr {
	border: 0;
	color: #609f9f;
	background-color: #609f9f;
	height: 3px;
	width: 75%;
	text-align: left;
}

#menu ul {
	margin: 30px 0 50px; 10px;
	margin-left: 40px
}
#menu ul li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	
}

#menu ul li a {
	font-size:1.5em;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	text-decoration:none;
	font-style: italic;
}

#menu ul li a:hover {
	font-weight: bold;
	color:#e5eb97;
	background-color:#000000;
}

h1.dougmagee {
	margin: 0;
	width: 280px; height: 50px;
	position: relative;
	}
h1.dougmagee span {
	background: url("images/dougmagee.png") no-repeat;
	position: absolute;
	width: 281px;
	height: 100%;
	left: 1px;
	top: -1px;
}

.yellow {
	color:#e5eb97;
	margin: 25px 0;
}

#buy li {
	display: inline;
	list-style-type: none;
}

#buy li img {
	margin-bottom: 10px;
}

#footer {
	margin-top: 60px;
	clear: both;
}

a { 
	color:#6CF;
	font-weight: bold
}

ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#events { margin-left: 50px; }

