body {
	background-color: #090806;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

#frame {
	margin: auto;
	position:relative;
	width:1003px;
	height: 620px;
	overflow:visible;
	clear: both;
	background-color: #090806;
	text-align: left;
	/* border: 1px solid Gray; */
}

#menu {
	position: absolute;
	top: 307px;
	left: 400px;
	color: Gray;
	z-index: 5000;
}

#menu a {
	float: left;
	color: #A7A9AC;
	text-decoration: none;
	font-weight: bold;
}

#menu a.active, #menu a:hover {
	color: White;
}

#menu .divider {
	float: left;
	width: 40px;
}


#menu2 {
	position: absolute;
	top: 508px;
	left: 36px;
	line-height: 21px;
	z-index: 10000;
}

#menu2 a {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

#menu3 {
	position: absolute;
	top: 572px;
	left: 36px;
	line-height: 21px;
	z-index: 5000;
}

#menu3 a {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}

.header {
	font-size: 25px;
	font-weight: bold;
	color: Gray;
}

.std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	
}

.contact {
	height: 17px;
	width: 171px;
	border: none;
}

#link {
	color: Gray;
}

#link a {
	float: left;
	color: #A7A9AC;
	text-decoration: none;
}

#link a.active, #link a:hover {
	color: White;
}


#button {
	position: absolute;
	top: 630px;
	left: 885px;
	color: #3b3b3b;
}

#button a {
	float: left;
	color: #3b3b3b;
	text-decoration: none;
}


