/* ------------------ HTML Tags ----------------- */

body
{
	font-family: arial, "lucida console", sans-serif;
	background-color:black;
	text-align: center;
}

h1,h2,h3,h4
{
	text-decoration: underline;
}

hr
{
	width: 600px;
	color:black;
}

img
{
	border: 0px;
}

A:hover
{
	background-color: #dcdcdc;
}

ul
{
	text-align:left;
	list-style: circle;
}

/* ------------------ id & class ------------------ */

#container
{
	background-color: white;
	background-image:url(images/blacklogo.gif);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 0px 140px;
	width: 850px;
	margin: 0px auto;
}

#frame
{
	width: 486px;
	border: 1px black;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
}

#content
{
	width: 460px;
	padding-left: .5in;
	margin: 0px auto;
}

.left
{
	width: 130px;
	position: relative;
	top: 15px;
}

#right
{
	width: 205px;
	position: relative;
	top: 15px;
	text-align: center;
}

#sub
{
	width: 660px;
	margin: 0px auto;
	margin: 0px auto;
}

#txt
{
	background-color: #F2F2F2;
	font-weight: bold;
}

hr.hrside
{
	width: 125px;
	color: black;
}

#test
{
	width: 3.5in;
	margin: 0px auto;
}

.red
{
	color:red;
}

#gamel
{
	font-weight: bold;
	text-decoration: underline;
}

#banner
{
	text-align: center;
}