body {
	background-color: #000;
	margin-top: 0px;
	line-height: 1.25;
	padding: 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
	display: block;
}
.strong {
	font-weight: bold;
}
.x2LrgText {
	font-size: 2em;
}
.xLrgText {
	font-size: 1.5em;
}
.largeText {
	font-size: 1.2em;
}
.lrgMedText {
	font-size: 1em;
}
.mediumText {
	font-size: .8em;
}
.smallText {
	font-size: .6em;
}
.myth{
	font-family: Playbill, Verdana, Arial, Helvetica, sans-serif;
}
#sampleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
	top: 20px;
	left: 20px;
	font-size: 1.2em;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	top: 30px;
	left: 20px;
	height: 50px;
	font-size: .8em;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	background-color: #CC9;
	padding: 0px;
	float: left;
}
#nav ul li :link, #nav ul li :hover, #nav ul li :active, #nav ul li :visited {
	padding: 5px;
	float: left;
}
#nav ul li :link {
	color: #00F;
}
#nav ul li :hover, #nav ul li :active {
	background-color: #99F;
	color: #FFF;
}
#nav ul li :visited {
	color: #00F;
}
#nav #hotNav {
	background-color: #AFF;
	color: #F00;
	font-weight: bold;
}

#sample {
	position: relative;
	top: 20px;
	left: 100px;
	width: 700px;
}

#sample .tightWrap {
	width: 605px;
}

.padding {
	border: 20px;
	padding: 20px;
}

#footer {
	position: relative;
	top: 30px;
	text-align: center;
	font-size: .6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


