* {
	margin: 0;
	padding: 0;
}

body {
	padding: 20px;
	background: #000;
	color: #FFF;
	font-size: 18px;
	font-family: Helvetica, sans-serif;
}

p {
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
}

p.description {
	line-height: 2em;
}

h1 {
	font-size: 50px;
	letter-spacing: -2px;
	padding-bottom: 20px;
}

h2 {
	font-size: 43px;
	padding-top: 25px;
}

h3 {
	font-size: 30px;
	padding: 18px 0;
}

img {
	border: none;
}

.bio {
	padding: 30px 0;
	border-bottom: 1px solid #222;
}

.p-greg, .p-karen, .p-rebecca, .p-juice, .p-jess, .p-kyle, .p-tegan, .p-spencer, .p-hannah {
	padding-left: 125px;
	padding-bottom: 18px;
	height: 105px;
}

.p-greg {
	background: url(../images/pers/greg.jpg) no-repeat;
}

.p-karen {
	background: url(../images/pers/karen.jpg) no-repeat;
}

.p-rebecca {
	background: url(../images/pers/rebecca.jpg) no-repeat;
}

.p-juice {
	background: url(../images/pers/juice.jpg) no-repeat;
}

.p-jess {
	background: url(../images/pers/jess.jpg) no-repeat;
}

.p-kyle {
	background: url(../images/pers/kyle.jpg) no-repeat;
}

.p-tegan {
	background: url(../images/pers/tegan.jpg) no-repeat;
}

.p-spencer {
	background: url(../images/pers/spencer.jpg) no-repeat;
}

.p-hannah {
	background: url(../images/pers/hannah.jpg) no-repeat;
}

#container {
	width: 950px;
	margin: 0 auto;
	overflow: auto;
}

#top {
	overflow: auto;
	height: 80px;
	clear: both;
}

#top-line {
	width: 360px;
	float: left;
}

.cd {
	width: 570px;
	float: right;
	margin: 10px 0 0;
	background: #222;
	padding: 4px;
	text-align: center;
}

#menu {
	width: auto;
	float: left;
	padding: 20px 0 0;
}

#menu ul li {
	list-style-type: none;
	font-size: 26px;
	color: #FFF;
	padding: 14px 0 0;
}

#menu ul li.actv a {
	/* background: #F93;
	color: #000; */
	background: #900;
	color: #FFF;
}	

a {
	background: #222;
	color: #FFF;
	outline: none;
	text-decoration: none;
	padding: 4px;
}

a:hover {
	/* background: #6699FF; */
	background: #030;
	/* color: #000; */
}

#content {
	float: right;
	width: 700px;
	margin-left: 25px;
	padding: 20px 0 0;
}

input.inputstyle, textarea.inputstyle {
	background: #222;
	color: #FFF;
	outline: none;
	border: none;
	font-size: 18px;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	width: 300px;
}

textarea.inputstyle {
	width: 430px;
}

.input-button {
	/* background: #69F; */
	background: #030;
	padding: 5px;
	/* color: #000; */
	color: #FFF;
	outline: none;
	border: none;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
}

.input-button:hover {
	cursor: pointer;
}

.toggle-greg, .toggle-karen, .toggle-rebecca, .toggle-jess, .toggle-juice, .toggle-kyle, .toggle-tegan, .toggle-spencer, .toggle-hannah {
	background: #222;
	color: #FFF;
	outline: none;
	text-decoration: none;
	padding: 4px;
}

.toggle-greg:hover, .toggle-karen:hover, .toggle-rebecca:hover, .toggle-jess:hover, .toggle-juice:hover, .toggle-kyle:hover, .toggle-tegan:hover, .toggle-spencer:hover, .toggle-hannah:hover {
	/* background: #6699FF;
	color: #000; */
	background: #030;
	cursor: pointer;
}

#top-line a {
	background: none;
}

#snow-control {
	background: url(../images/snow-control.png) no-repeat;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 130px;
	height: 40px;
	padding-left: 45px;
	line-height: 40px;
}

#snow-control a {
	cursor: pointer;
	background: #900;
}

#snow-control a:hover {
	background: #C00;
}