body
{
   background-color:#000;
			font-family:Arial, Helvetica, sans-serif;
			color:#ccc;
			font-size:14px;
}
a
{
	  color:#00dcf0;
			text-decoration:none;
}
a:hover
{
	  color:#8ef6ff;
}
#container
{
	  width:745px;
			margin-left:auto;
			margin-right:auto;
}
.topimg
{
	  width:343px;
			height:132px;
			display:block;
			float:left;
}
#links
{
	  width:394px;
			float:left;
			height:30px;
			margin-left:8px;
			margin-top:101px;
			background-color:#0a0a0a;
}
#links a
{
	  display:block;
	  width:130px;
			height:23px;
			float:left;
			text-align:center;
			padding-top:7px;
			border-style:solid;
			border-color:#545454;
			border-width:1px;
	  border-right-style:none;
			border-bottom-style:none;
}
#subnav a
{
	  display:block;
	  width:130px;
			height:23px;
			float:left;
			text-align:center;
			padding-top:7px;
			border-style:solid;
			border-color:#545454;
			border-width:1px;
	  border-left-style:none;
			border-bottom-style:none;
			border-top-style:none;
}
#promo
{
	  width:745px;
			height:77px;
			background-image:url("promo.png");
}
#subnav
{
	  background-color:#0a0a0a;
			border-style:solid;
			border-color:#545454;
			border-width:1px;
			border-top-style:none;
			width:743px;
			height:30px;
}
#content
{
	  background-color:#161616;
			border-style:solid;
			border-color:#545454;
			border-width:1px;
			border-top-style:none;
			width:683px;
			padding:30px;
}
h1
{
	  color:#FFF;
			font-weight:normal;
			padding:0px;
			margin:0px;
			margin-bottom:20px;
			font-size:26px;
			border-bottom-style:solid;
			border-bottom-color:#545454;
			border-bottom-width:1px;
}
h2
{
	  color:#e95151;
			font-weight:normal;
			padding:0px;
			margin:0px;
			font-size:16px;
			border-bottom-style:dashed;
			border-bottom-color:#545454;
			border-bottom-width:1px;
}
#footer
{
	  text-align:center;
			padding-top:15px;
			font-size:12px;
			color:#999;
}
.pressed
{
   background-color:#161616;
			color:#FFF;
}
.pressed:hover
{
	  color:#FFF;
}
