body {
	margin-top: 23px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
	background-color: #db9796;
}
a {
	text-decoration: underline;
	color: #5b5b5b;
}
a:hover {
	color: #fff;
}
#wrapper {
	width: 800px;
	height: 704px;
	margin: 0px auto;
	text-align: center;
	background: transparent url(images/board_bkg.jpg) top center no-repeat;
	border: 2px solid #5b5b5b;
}
#header {
	width: 800px;
	height: 118px;
}

#container {
	clear: both;
	width: 703px;
	margin: 0px auto;
	height: 271px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#nav {
	float: left;
	clear: both;
	width: 377px;
	height: 26px;
	padding: 0px;
	margin: 20px 0px;
}
#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 377px;
	height: 26px;
	position: relative;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .home {
	width: 83px;
	height: 26px;
	background: url(images/board_home.png) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .join {
	width: 81px;
	height: 26px;
	background: url(images/board_join.png) no-repeat;
	left: 81px;
	top: 0px;
}
#menu .board {
	width: 81px;
	height: 26px;
	background: url(images/board_board.png) no-repeat;
	left: 162px;
	top: 0px;
}
#menu .contact {
	width: 97px;
	height: 26px;
	background: url(images/board_contact.png) no-repeat;
	left: 243px;
	top: 0px;
}
#home .home, #join .join, #board .board, #contact .contact {
	background-position: left bottom;
}
#leftcol {
	width: 342px;
	height: 271px;
	background: transparent url(images/board_left_bkg.jpg) top center repeat;
	float: left;
}
#leftcol .content {
	padding: 10px;
	text-align: left;
}
#rightcol {
	width: 361px;
	height: 271px;
	background: transparent url(images/board_right_bkg.jpg) top center no-repeat;
	text-align: right;
	float: left;
}
#rightcol .content {
	position: relative;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-left: 216px;
}
.white {
	color: #fff;
}