html {
font : small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
#body {
	background-color: #000000;
	font-size: 92%;
}

img {
	border-width: 0px;
}

.center {
	text-align: center;
}

p {
	font-size: 18px;
}

#nav {
	margin: 0;
	padding: 0;
	background: #000000;
	list-style-type: none;
	width: 180px;
	color: #ffffff;
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	float:  left;
	}

#nav li {
	margin: 0;
	padding: 0;
	float:  left;
	width: 100%;
	list-style-type: none;
}

#nav a {
	display:  block;
	color: #ffffff;
	text-decoration: none;
	padding:  0 15px;
	line-height: 2.5; 
	border-bottom: 1px solid #ffffff;
}

#nav a:hover {
	background: #F4C73E;
	color: #000;
	border-bottom: 1px solid #ffffff;
}

.lighttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-align: center;
}

.current {
	color: #F4C73E;
	line-height: 2.5; 
	border-bottom: 1px solid #ffffff;
}

.bodytext {
	width: 600px;
	text-align: center;
	}

.biggreenitalic {
	font-size: xx-large;
	font-style: italic;
	color: green;
	text-align: center;
}

.medsilveritalic {
	font-size: medium;
	font-style: italic;
	color: silver;
	text-align: center;
}

.bigblueitalic {
	font-size: x-large;
	font-style: italic;
	color: blue;
	text-align: center;

}

.bigreditalic {
	font-size: x-large;
	font-style: italic;
	color: red;
	text-align: center;

}

.biggolditalic {
	font-size: x-large;
	font-style: italic;
	color: #F4C73E;
	text-align: center;
}

#trailer {
	color: #808080;
	font: italic 7pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

.nav1 a {
	color : #ffffff;
text-decoration : none;
	font-variant: small-caps;
}

.nav1 a:hover {
	color : #E02222;
	font-variant: small-caps;
	border-bottom: 1px solid #ffffff;

}

.silvertext {
	color: silver;
	font-style: italic;
	font-size: small;
}

.smblacktext {
	color: black;
	font-style: italic;
	font-size: small;
}

h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: x-large;
	color: black;
		}

.graytext {
	color: gray;
	font-size: medium;
}

.silverback {
	background-color: silver;
	font-variant: small-caps;
	text-align: center;
	font-size: large;
	color: black;
	width: 600px;
	margin-left: 300px;
}

.goldback {
	background-color: #F4C73E;
	font-variant: small-caps;
	text-align: center;
	font-size: large;
	color: black;
	width: 600px;
	margin-left: 300px;

}


