a:link, a:visited {
	color: #000;
	text-decoration:none;
}

a:hover {
		font-weight:bold;
		text-decoration:underline;
}

a:active {
	color: white;
}

#back {
	background:#000;
	color:#ccc;
	font-family:"Helvetica Neue", Helvetica, serif;
	font-size:20px;
	}

#wrap {
	background:#000;
	height:700px;
	width:1000px;
	margin:20px auto 0 auto;
	border:solid;
	border-color:#999;
	}

#header {
	background:#333;
	height:50px;
	padding:10px;
	}
	
#headerText {
	font-size:30px;
	margin:0;
	font-weight: bold;
	}
	
#menu {
	height:30px;
	background:#999;
	color:#000;
}

#menuList {
	padding:0;
	margin:0;
}

.menuBullets {
	display:inline;
	list-style:none;
	padding:0 0 0 30px;
}

.menuBulletSelected {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	display:inline;
	list-style:none;
	padding:0 0 0 30px;
}

#leftMargin {
	float:left;
	background:#333;
	width:200px;
	height:580px;
	margin:0;
	padding:0;
}

#leftMargin a {
	color: #ccc;
}

#rightMargin {
	float:right;
	background:#333;
	width:20px;
	height:580px;
	margin:0;
	padding:0;
}

.marginBullets {
	list-style:none;
	padding:50px 0 0 0;
	text-align:center;
}

.marginBulletsSelected {
	color:#ccc;
	font-weight:bold;
	text-decoration:underline;
	list-style:none;
	padding:50px 0 0 0;
	text-align:center;
}

#leftMarginList {
	padding:0;
	margin:0;
}

#main {
	margin:40px 30px 0 250px;
	padding:0;
	background:#000;
	font-size:16px;
}

#video {
	padding:10px
}

#main a {
	color:#fff;
	font-weight:bold;
}

.clear {
	clear:both;
}

#footer {
	background:#333;
	padding:0;
	margin:0;
	height:20px;
	float:bottom;
	font-size:16px;
	text-align:center;
}

