/* CSS Document */
* {
	margin: 0;
}
body, html{
	height: 100%;
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:transparent url(http://www.statsjunky.com/images/bkg_nonav.jpg) repeat-x scroll center top;
}

a{
	outline:none;
	color:#0285B1;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	outline:none;
	border:none;
}

/*================Wrapper Starts===================*/
#wrapper{
	margin:auto;
	width:885px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */

}
/*================Header Starts===================*/
#header{
	float:left;
	width:885px;
	background-image:url(http://www.statsjunky.com/images/sj_forum_top_4.gif);
}
#header .logo{
	float:left;
	width:215px;
	height:64px;
}
#header .rightHeader{
	float:left;
	width:670px;
	height:64px;
}
#header .rightHeader ul{
	margin:0px;
	padding:0 0px 0 0;
	font-family:Calibri;
	font-size:12px;
	text-align:right;
	line-height:64px;
}
#header .rightHeader ul li{
	list-style:none;
	display:inline;
	padding:0 8px 0 8px;
}
#header .rightHeader ul li a{
	text-decoration:none;
	color:#fffefe;
}
#header .rightHeader ul li a:hover{
	color:#b0b0b0;
}
#header .rightHeader ul li a.selectedLink{
	color:#b0b0b0;
}
/*================Content Starts===================*/
#content_index{
	float:left;
	width:885px;
	height:100%;
	padding:0 0 20px 0;
}

#content_index .contentTop{
	float:left;
	width:885px;
	height:auto;
	color:#787878;
}
#content_index .contentTopPPC{
	float:left;
	width:885px;
	height:auto;
	color:#787878;
	padding-top: 22px;
}

#content_index .forumHead{
	width:320px;
	height:57px;
	background-image:url(http://www.statsjunky.com/images/sj_forum_bottom.gif);
	padding:30px 0 0 565px;
}
