@charset "utf-8";
/* CSS Document */
body {
	background-color:black;
	font-family:Verdana, Geneva, sans-serif;
	color:white;
}
#container {
	width:800px;
	margin:auto;
}
#header {
	height:120px;
}
#navbar {
	margin-top:10px;
	height:60px;
}
#main {
	width:100%;
	float:left;
	clear:both;
}
#content {
	width:75%;
	float:left;
	min-height:700px;
	margin:15px;
	margin-right:0;
	border:solid 1px gray;
	padding:10px;
}
#sidebar {
	float:right;
	width:17%;
	margin:15px;
	margin-left:0;
	margin-right:10px;
}
#footer {
	clear:both;
}
/*END LAYOUT*/
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#CCFF00;
}
table {border: thin; border-color: #66CCFF;
}
th {text-align:center; color:#CCFF00; font-weight:bold;
}
td {text-align:center;
}
a {color:#66CCFF;
}
a .visited {color:#FF99FF;
}
h2 {text-align:center; color:#CCFF00; font-weight:bold; font-size: normal;
}
h3 {font-size: normal; color:#66CCFF;
}
#small {text-align:center; font-size:smaller; 
}
#text {text-align:center; font-size:normal;
}
#bright {color:#66CCFF; font-weight:bold;
}
#green {color:#CCFF00;
}
#pink {color:#FF99FF;
}
#sidebar a {color:#000;
}
#smaller {font-size:s;
}