	body {
		background-color: #0a0a0a;
}
	h1 {
		font-family: "Lucinda sans unicode";
		font-size: 30pt;
		color: white;
		padding-top: 25px;
}
	li {
		list-style-type: none;
}
	a:link {
		color: #cccc66;
}
	a:visited {
		color: #707070;
}
	a {
		text-decoration: none;
}
	a:hover {
		color: #99ccff;
}

#mainblock {
	position: absolute;
	padding-right: 15px;
	left: 400px;
	top: 180px;
	color: #e0e0e0;
	font-family: helvetica;
	font-size: 12pt;
}

#mainblockgigs {
	position: absolute;
	padding: 45px;
	left: 400px;
	top: 190px;
	width: 54%;
	background-color: white;
	font-family: "Times New Roman";
	font-size: 13pt;
	color: black;
}

#bullets li {list-style-type: disc;}

#mainblock2 {
	position: absolute;
	left: 900px;
	top: 180px;
	color: #e0e0e0;
	font-family: helvetica;
	font-size: 12pt;
}

#subblock {
	position: absolute;
	left: 710px;
	top: 180px;
	color: #e0e0e0;
	font-family: helvetica;
	font-size: 12pt;
}

#line1 {
	position: absolute;
	left: 0px;
	top: 170px;
	height: 10px;
	width: 170px;
	background-color: #707070;
}

#line2 {
	position: absolute;
	left: 400px;
	top: 170px;
	height: 10px;
	width: 100%;
	background-color: #707070;
}

#photoarea {
	position: absolute;
	left: 195px;
	top: 170px;
	width: 180px;
	height: 215px;
	background-color: white;
	font-family: helvetica;
	font-size: 16pt;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 190px;
	height: 195px;
	width: 170px;
	background-color: #282828;
	font-family: helvetica;
	font-size: 13pt;
}

#vidlinkarea {
	position: absolute;
	left: 195px;
	top: 190px;
	width: 180px;
	height: 215px;
	background-color: white;
	font-family: helvetica;
	font-size: 16pt;
	text-align: center;
}