@charset "utf-8";
/* CSS Document */

#forum{
	width: 719px;
	float:left;
}

.box-body table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 1.6em;

	border-spacing:0px;
	width: 100%;
}

#right-col{
	width: 206px;
	float: right;
}

#new-users{
	width: 200px;
}

#existing-users{
	margin-top: 25px;
	width: 200px;
}

/* Posts */

#post-title{
	width: 699px;
	padding: 10px;
}

#post-title h2{
	padding: 0px;
	margin: 0px;
}

.post{
	width: 719px;
	margin-top: 25px;

	border: 3px solid #fca529;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	
	background-color: #000000;
	background-image: url(images/box-header-background.png);
	background-repeat: repeat-x;
	background-position: top;
}



#right-col a{
	text-decoration: none;	
	color: #333333;
}

#right-col a:hover{
	text-decoration: underline;
}



#description-col{
	width: 100px;
}

#password-change-col{
	width: 200px;
}

#register-col{
	width: 150px;
}


td a:link{
	color: #333333;
	text-decoration: none;
}

td a:visited{
	color: #333333;
	text-decoration: none;
}

td a:hover{
	text-decoration: underline;
}

.box-header h3{
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
}













th{
	text-align: left;
}

#post-starter{
	min-width: 9em;
}

#posts{
	width: 5em;
}

#last-post{
	width: 7em;
}

a:link{
	color: #A86602;
	text-decoration: none;
}

a:visited{
	color: #A86602;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#for-nav-text{
	color: #4a3d29;
}

#for-nav{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
}