@charset "utf-8";
#Main {
	position:absolute;
	left:173px;
	top:171px;
	width:1150px;
	height:1030px;
	z-index:2;
}


body {
	background-color: #000000;
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: bolder;
	text-align: left;
	vertical-align: bottom;
}

#Navbar {
	position:absolute;
	left:0px;
	top:150px;
	width:170px;
	height:762px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
#Navbar ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#Navbar li {
	margin-top: 5px;
	margin-bottom: 20px;
	list-style-type: none;
	text-align: left;
}

/* CSS Document */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00FFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
#thumbs img {
	margin-left: 5px;
	height: 75px;
	width: 75px;
}
#thumbs {
	position:absolute;
	left:503px;
	top:73px;
	width:642px;
	height:75px;
	z-index:17;
}
#siteby {
	position:absolute;
	left:669px;
	top:1226px;
	width:110px;
	height:13px;
	z-index:18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFF00;
}

