html, body 
{
	width: 100%;
	overflow: hidden;
	background-color:#3C4956;
	word-wrap: break-word;
	height:100%;
} 

TABLE 
{
    border-collapse: collapse;
}

TD
{
    padding: 0;
}

A
{
	text-decoration:none;
	color:#5E2605;
}

.button
{
	color:#5E2605;
	text-align: center;
	display: block;
	background-color:#228B22;
	border: 1px solid #006;
	padding:2px;
	margin:2px;
}

.badge_logo 
{
  	margin: 10px;
 	color: #ffffff;
  	width: 165px;
  	height: 130px;
  	padding: 20px;
  	background-image: url(/images/badge_logo.jpg);
  	background-repeat: no-repeat;
  	border:5px solid #000;
	font-family:Verdana;
	font-color:white;
	font-size:20px;
	text-decoration:bold;
	text-align:center;
	vertical-align:text-bottom;
	cursor:pointer;
}

#logo
{
	background-image: url('/images/logo.png');
	height:100%;
}

#logo_panel
{
	width:850px;
	height:150px;
}

#left_panel
{
	width:600px;
	background-color:#61B329;
	height:525px;
	vertical-align:top;
}

#forum_panel
{
	overflow: visible;
	width:850px;
	background-color:#61B329;
	vertical-align:top;
}

#right_panel
{
	width:250px;
	background-color:#228B22;
	height:525px;
	vertical-align:top;
}

#logo_panel_container
{
	width:850px;
	height:150px;
}

#forum_container
{
	overflow: visible;
	width:850px;
	vertical-align:top;
}

#left_panel_container
{
	width:600px;
	height:525px;
	vertical-align:top;
}

#right_panel_container
{
	width:250px;
	height:525px;
	vertical-align:top;
}

#menu_panel
{
	width:850px;
	height:25px;
	background-color:#8B4513;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#nav-menu li
{
	float: left;
	margin: 0 0.15em;
} 

#nav-menu li a
{
	background: url(background.gif) #5E2605 bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0;
	color: #61B329;
	text-decoration: none;
	text-align: center;
	font-family:Arial,Verdana;
	font-weight:bold;
}

