body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #000000;
}

a:link, a:visited, a:active {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#800000;
}

.content {
	font-size: .8em;
	font-family: "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
}

.content td {
	font-size: .8em;
	font-family: "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
}

.footer {
	padding: 12px;
	font-family: "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
	color: #DDDDDD;
	font-weight: normal;
	font-size: .7em;
	line-height: normal;
}

.rightside {
  background-image:url("images/rightside.jpg");
  background-repeat:repeat-y;
  background-position:left;
}

.leftside {
  background-image:url("images/leftside.jpg");
  background-repeat:repeat-y;
  background-position:right;
}

a.door:link, a.door:visited, a.door:active {
	color:#DDDDDD;
	text-decoration:underline;
}
a.door:hover {
	color:#C9C27F;
}

form {margin:0px;}

img {border:0}
a:link img {border:0}
a:visited img {border:0}
a:active img {border:0}
