@import url(WA_default.css);
@import url(sections.css);
@import url(navigation.css);
@import url(browsertweaks.css);

body
{
	background-color: #000000;
	font-size: 14px;
}
a.Register, a.Login
{
	color: Black;
}

#dnn_centerPane
{
  float:left;
  width:550px;
}
#dnn_rightPane
{
  float:left;
  width:230px;
}
#dnn_footerPane
{
  clear:both;
}

a {
	color:#7A0000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#333333;
}