body{
	padding:0px;
	margin:0px;
}

A:LINK {
	color: #D7D7D7;
	text-decoration: none
}

A:VISITED {
	color: #D7D7D7;
	text-decoration: none
}

A:HOVER {
	color: #D7D7D7;
	text-decoration : underline;
}

A:ACTIVE {
	color: #D7D7D7;
	text-decoration: underline;
}
ul li {
	margin-left: 0px;
}
ul {
	position: relative;
	left: -10px;
}
.copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #707070;
	text-decoration: none;
}
.menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D7D7D7;
	text-decoration: none;
}
a.bio {
	position: relative;
	bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: white;
}
a.bio:hover { color: #D7D7D7; }
.text_1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #D7D7D7;
	padding-right: 5px;
}
.text_2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #00FFFF;
}
.tit_1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #820040;
}
.form_1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	background-color: #2B2B2B;
	height: 20px;
	width: 185px;
	border: 1px solid #00FFFF;
}
.form_2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	background-color: #2B2B2B;
	height: 144px;
	width: 185px;
	border: 1px solid #00FFFF;
	overflow:auto;
}
.style1 { color: #820040; }
.style2 { color: #666666; }

ul#nav, ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	left: 0;
}
ul#nav {
	margin-left: 18px;
}
ul#nav ul ul{
	margin-left: 95%;
}

ul#nav li {
	float: left;
	position: relative;
	width: 100px;
	padding: 4px;
	text-align: center;
	margin-left: -8px;
}
ul#nav ul li {
	margin-left: 0px;
}

li ul {
	display: none;
	position: absolute; 
	top: 1.6em;
	background-color: gray;
	border: 1px silver solid;
	width: 100px;
}
li > ul {
	top: 1.6em;
	left: -2px;
}
ul#nav > li, ul#nav > li ul li{ width: 92px; }
li:hover ul, li.over ul {
	display: block;
}
li ul li:hover, li ul li.over {
	background-color: silver;
}

.glamroom {
	text-align: justify;
	padding: 10px;
	width: 480px;
}
.glamroom a {
	font-weight: bold;
}
.top {
	border-bottom: 1px solid gray;
	margin-bottom: 10px
}
.bottom {
	font-style: italic;
	border-top: 1px solid gray;
	margin-top: 10px
}

span.down {
	position: relative;
	padding: 2px;
}
span.down table {
	display: none;
	position: absolute; 
	top: 1em;
}
span.down > table {
	top: 1.1em;
}
span.down:hover table, span.over table {
	display: block;
}
span.down img {
	width: 120px;
}