body
{
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #021c35;
	background-attachment: fixed;
	font-family: Tahoma, sans-serif;
	font-size: small;
}
div.Container
{
	width: 980px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
div.Header
{
	position:relative;
	width: 580px;
	height: 233px;
	background-image: url(images/header.png);
	z-index: 1;
	padding-left: 400px;
	padding-top: 67px;
}
div.Header td
{
	padding-right: 64px;
}
div.Body
{
	margin-top: -52px;
	position:relative;
	z-index: 0;
	padding: 10px;
	padding-top: 65px;
	background-color: #001832;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat-x;
	border: 2px solid white;
	margin-left: 100px;
	color: white;
}
div.Body div
{
	background-color: #000509;
	color: white;
	border: 1px solid white;
	padding: 10px;
	margin-bottom: 10px;
}
div.DarkBox
{
	background-color: #000509;
	color: white;
	border: 1px solid white;
	padding: 10px;
	margin-bottom: 10px;
}
div#news
{
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
}
div#news div
{
	background-color: #000509;
	filter: none;
	-moz-opacity: 1.0;
	opacity: 1.0;
}
div.Menu
{
	position: relative;
	z-index: 2;
	margin-top: -32px;
	margin-left: 150px;
}
div.Menu img
{
	border-style: none;
}
hr
{
	border-color: #540e0e;
}
p
{
	margin-top: 0px;
}
a
{
	font-weight: bold;
	color: #6094c9;
}
a:link
{
	
}
a:hover
{
	text-decoration: none;
	color: white;
}
a:visited
{
}
a:active
{
	color: white;
}
table
{
	width: 100%;
}
tr.a
{
	background-color: #111521;
}

/* Lace code */
div#lace
{
	background-color: black;
	filter:alpha(opacity = 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color: white;
	border: 1px solid white;
	padding: 10px;
	width: 250px;
	height: 578px;
	float: right;
}
div#main
{
}
div#laceoutput
{
	height: 440px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#users
{
	height: 80px;
	padding: 5px;
	overflow: auto;
	border: 1px solid #cccccc;
	background-color: #222222;
}
div#users h4
{
	margin-top: 0px;
	margin-bottom: 5px;
}
ul#userlist
{
	padding: 0px;
	margin: 0px;
}
div#lace input[type=text]
{
	width: 195px;
}
div#lace input#say
{
	width: 45px;
	float: right;
}

.dialog
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding: 10px;
	display: none;
	background-color: white;
	text-align: center;
}
.dialog ul
{
	padding: 0px;
	list-style-type: none;
}
                  