#postlist {
        margin: 0 0 0 0;
        padding: 3px;
        border-spacing: 0;
}
#postlist td{
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        marign: 0 0 0 0;
        padding: 4px;
}
#postlist th{
        font-family: verdana;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        margin: 0 0 0 0;
        background: #666;
        padding: 4px;
}
.one {
        background: white;
}
.two {
        background: #ccc;
}
#userdata {
	padding: 10px;
	font-family: verdana;
	font-size: 10px;
}
#profile-table {
	font-family: verdana;
	font-size: 10px;
	border: 0;
	line-spacing: 10;
	padding: 2px;
}
#profile-table td{
	margin: 0;
	padding: 0;
	
}
#forum-wrapper {
	width: auto;
	margin: 0;
	height: auto;
	overflow: hidden;
}

#forum-left {
        padding: 10px;
        margin-top: 10px;
        float: left;
        text-align: left;
        color: #666;
        width: 175px;
	background: #DDD;
	height: auto;
    	border-bottom: 1px solid #BBB;
}
#forum-left #userpic{
	float: left;
	margin-right: 5px;
	border: 1px solid #BBB;
}
#forum-right {
	padding: 15px;
	padding-top: 0px;
	margin-left: 10px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	text-align: left;
	color: #000;
	width: 300px;
	height: auto;
}
a {
color: darkgreen;
text-decoration: none;
}

a:hover {
color: green;
text-decoration: underline
}

