* {
	margin: 0;
}
html, body {
	height: 100%;
}

body{
	font-family: Verdana;
	font-size: 11px;
	color: #c8aa9b;
	background-image: url(../images/bg_wood.jpg);
}

label{
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	text-transform: none;
}
table{
	font-weight: bold;
	text-transform: uppercase;
	border-collapse: collapse;
	width: 100%;
	
}
table tr td{
	padding: 5px 0;

	border-top: 1px solid #4d3f3a;
}

table tr:first-child td{
	border-top: 0;
}

#container{

	height: 724px;
	width: 783px;
	background-image: url(../images/table_bg.png);
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 9px;
}
#header{
	width: 100%;
	height: 165px;
	text-align: center;
}
#header-logo{
	width: 35%;
	height: 165px;
	text-align: center;
	float:left;
}
#header-chat{
	width: 65%;
	height: 165px;
	text-align: center;
	float:left;
}


#leftCol{
	width: 500px;
	float: left;
	
	margin: 0 9px 9px;
}

.groupLeft{
	background-color: #0b0606;
	padding: 10px;
	margin-bottom: 10px;
}
table.date tr:first-child td{
	width: 20px;
}

#searchContainer{
	text-align: center;
}
#searchContainer img{
	
	cursor: pointer;
}


#rightCol{
	width: 252px;
	float: right;
	padding-right: 9px;
}
.groupRight{
	padding-bottom: 5px;
}

.groupBoth{
	background-color: #0b0606;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
}

.content{
	border: 1px solid #c8aa9b;
	background-color: #0b0606;
	text-align: center;
	padding: 10px;
	
	font-size: 11px;
	font-weight: bold;
	
	height: 250px;
	
	overflow: hidden;
}


strong{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:  #5f858d;
}
.footnote{
	font-size: 9px;
	color: #f4ebdf;
}


#singleCol{
	width:783px;
	height: 559px;
	padding: 9px;
}
#contentBody{
	width:765px;
	height: 541px;
}


a{
	outline:none;
	color: #d2b085;
	text-decoration: none;
}a:hover{
	color: #fbead2;
}
