@charset "utf-8";
body {
font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
position:relative;
	width: 656px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #CCC;
}
#forum_login {
text-align:center;
position:absolute;
top:10px;
left:500px
}
#header {
	width:100%;
	height:35px;
	background-color:#EEE;
	}
#content_main {
	clear:both;
	margin-top:0;
	padding-left:60px;
	height:auto;
}
#footer {
	background-color:#EEE;
	height:1.2em;
	padding:3px;
	font-size:.75em;
	color:#333;
}


/* typography styles */
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#33a;
	text-decoration:underline;
}
h1 {
	font-size:1.25em;
}

h2 {
	font-size:1.2em;
}
a.hilite {
	color:#FF0000;
}