@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#000;
	color:#b8b8b8;
	margin-top:20px;
	font-size:12px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
a {
	color:#fff;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

.left {
	display:inline;
	float:left
	}

#page {
	width:940px;
	margin:0 auto;
	}
	
#header {
	height:95px;
	overflow:hidden;
	margin-bottom:30px;
	}
	
		.siteLogo {
			width:155px;
			height:95px;
			display:block;
			background:url(images/label_forum_logo.gif) no-repeat;
			}
			
			.siteLogo a {
				width:100%;
				height:100%;
				display:block;
				text-indent:-9999px;
				}
#colA {
	width:530px;
	display:inline;
	float:left;
	margin-right:60px;
	}
		.visitUs {
			background:url(images/visit.gif) no-repeat top;
			width:429px;
			height:42px;
			display:block;
			text-indent:-9999px;
			margin:0 auto;
			margin-top:25px;
			}
			
		.visitUs:hover {
			background-position:bottom;
			}
	
#colB {
	width:350px;
	display:inline;
	float:left;
	}