* {
	padding: 0;
	margin: 0;
	color: #000;
} 

body {
	background: #eee;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}

a {
	text-decoration: none;
	color: #9bcb3b;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	width: 975px;
	margin: 0px auto;
}

#header {
	height: 100px;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 30px;
}

#menu {
	height: 180px;
	background-image: url(http://projectgenerationd.com/images/PGD-Bandcamp-Banner.gif);
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
	color: #9bcb3b;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: -1px;
	font-style: normal;
}
#menu ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#content {
	padding: 20px;
	background-color: #FFFFFF;
	zoom: 1;
	overflow: hidden;
}

.main {
	border-top: 1px solid #aaa;
	background: #ffffff;
	padding: 10px;
	width: 550px;
	float: left;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.rightcol {
	border-top: 1px solid #aaa;
	float: left;
	margin-left: 10px;
	padding: 10px 0 0 0;
	width: 350px;
}

#bottom {
	padding: 10px 0;
	margin-left: 600px;
}

#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
	background-color: #FFF;
}
