body {
	background: #2a0303;
	margin: 0;
	padding: 0;
	text-align: center;
}

A:link {
text-decoration: none;
}
A:active {
text-decoration: none;
}
A:visited {
text-decoration: none;
}

A:hover {
text-decoration: none;
}

.link {
text-decoration: none;
}

#container {

	left:0px;
	top:0px;
}

#header {

	left:46px;
	top:68px;
	width:865px;
	height:225px;
}

#body {

	left:46px;
	top:336px;
	width:865px;
	height:687px;
	background-image:url('images/body-content1.gif');
	background-repeat:no-repeat;
	
}

#footer {
	
	left:46px;
	top:1043px;
	width:865px;
	height:150px;
}

#menu {

	width:730px;
	height:55px;
	border:none;
	padding-top:95px;
	
}


A:link {
text-decoration: none;
}
A:active {
text-decoration: none;
}
A:visited {
text-decoration: none;
}

A:hover {
text-decoration: none;
}

.link {
text-decoration: none;
}


.login {
	padding-top: 15px;
}

.loginfield {
	background-color: #dadada;
	padding: 5px;
}

.logintable {
/*	margin-right: 355px; */
	border-spacing: 0px 12px;
	border: none;
}

.loginlabel {
	font-size: 13pt;
	font-family: "System";
	color: silver;
	
}

select {

	font-family: "System";
	background-color: silver;
	width: 165px;
}
	
.loginSubmit {
	color: darkred;
	width: 75px;
	
}

.copyright {
	text-align: center;
	color: silver;
	font-family: "System";
}

.ChatError {
	color: white;
	font-weight: bold;
}
