/* CSS Document */

*
{
	margin: 0px; 
	padding: 0px;
}
body
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #262c3c;
	background-color: #262c3c;
}

#wrapper
{
	margin: auto;
	width: 834px;
}


#header
{
	background-image: url('/images/header.png');
	height: 209px;
	width: 834px;
	margin-top: 25px;
	position: relative;
}

#links
{
	position: absolute;
	bottom: 0px;
	left: 20px;
	letter-spacing: -1px;
}

#links a:link, #links a:visited, #links a:active, #links a:hover
{
	color: #262c3c;
	text-decoration: none;
	font-size: 18px;
	display: block;
	float: left;
	margin-right: 35px;
	padding-bottom: 12px;
}

a:link, a:visited, a:active, a:hover
{
	color: #262c3c;
}


#content
{
	width: 794px;
	background-color:#fff;
	padding: 6px 20px 10px 20px;
	font-size: 12px;
}

#left
{
	float: left;
	width: 580px;
}

#right
{
	float: right;
	width: 200px;
}

.clear
{
	clear: both;
}

h1
{
	padding-bottom: 10px;
	background-image: url('/images/stripe.png');
	background-position:bottom;
	background-repeat:no-repeat;
	font-size: 22px;
	padding-bottom: 10px;
}

h2
{
	padding-bottom: 10px;
	background-image: url('/images/stripe2.png');
	background-position:right;
	background-position:bottom;	
	background-repeat:no-repeat;
	font-size: 22px;
	padding-bottom: 10px;
}

#left p
{
	padding: 10px;
	padding-left: 2px;
	line-height: 22px;	
	text-align:justify;
}

#right p
{
	padding-top: 5px;
}

#bottom
{
	width: 834px;
	height: 14px;
	background-image: url('/images/bottom.png');
}

.bord
{
	border: #ccc 1px solid;
	margin-top: 5px;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
	color: #FFF;
}

#footer
{
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}

.title
{
	color: #999;
	font-size: 10px;
}

#log, #register
{
	padding-left: 23px;
}

#register
{
	display: none;
}

.alignRight
{
	text-align: right;
	padding-right: 31px;
}


#about a:link, #about a:active, #about a:visited, #about a:hover, #about
{
	color: #424d6c;
	font-size: 10px;
	padding-top: 30px;
	text-align: center;
}

.red
{
	font-size: 10px;
	color: red;
}

.user
{
	width: 400px;
	font-size: 16px;
	height: 25px;
	padding: 4px;
	
}

.user2
{
	background-color:#eee;
	width: 400px;
	font-size: 16px;
	height: 25px;
	padding: 4px;
}

.board
{
	width: 400px;
	float: left;
	padding-bottom: 20px;
	margin-left: 50px;
}

.name
{
	font-weight: bold;
	width: 400px;
	border-bottom: #ddd 1px solid;
}

.board .title
{
	float: right;
	padding-bottom: 5px;
}

.members
{
margin-left: 50px;

