
#header {
	padding: 0px;
	background:url(images/head.png) repeat-x left bottom;
	padding-bottom: 20px;
}

#credit {
	float:right;
	color:#567B9B;
	line-height: 100%;
	background:url(images/logo.png) no-repeat left top;
	padding-left:85px;
	height: 100px;
}

#credit h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:0.3em;
}

#credit p {
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
}

#credit a, #credit a:visited  {
	color:#567B9B;
}

input {
	margin-right: 3px;
}

h2 {
	display: none;
}

h3 {
	font-size: 1em;
	color: #FFD039;
	font-weight: bold;
	padding: 0px;
	margin:1.5em 0px 0.5em 0px;
}

#description p {
	color: #DDE2F2;
	font-size: 1em;
	margin:0.5em 0px 0.5em 0px;
}

#description a, #description a:hover, #description a:visited {
	color: #FFF;
}

#description a:hover {
	color: #F0F2CA;
}



#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#chatoutput ul li {
	#font-weight: bold;
	font-weight: normal;
	margin:0px;
}

#chatoutput ul li span.name {
	font-weight: bold;
}


form {
	padding:0px;
	margin:5px;
}

label {
	color: #567B9B;
	display: block;
	margin-top:7px;
	margin-bottom: 3px;
	font-weight: bold;
}



#description {
	float: right;
	width: 98%;
	padding-right: 0px;
	padding-left: 0px;
	color: #DDE2F2;
	line-height: 100%;
}

#description ul {
	margin:0px;
	padding:0px;
	padding-left: 1.5em;
}

#description ul li {
	margin-bottom: 0.4em;
}

#chatpane 
{
	height:400px;
	/*width:80%*/
	width: 98%;
	float: center;
	
	color:Black;
	overflow:auto;
	border:solid 1px #eef;
	background:white;
	padding: 0px;
	margin-bottom:4px;
	margin-right: 1px;
}