/* CSS Document */
html,body{
	margin:15;
	padding:0;
	background-color: #FFFFFF;
}

body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000000;
}

/* -------------------------------- image styles ------------------------------------ */
img, img a, h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	border: 0px;
}
h1{
	font: 14px;
	font-weight:bold;
}

/* -------------------------------- Main Page Layouts ------------------------------------ */

div#wrap{
	text-align:left;
	width:800px !important;
	margin: 10px !important;
	border-top: 0px solid #CFCFCF !important;
	background-image: none !important;
	}
div#container{
	text-align:left;
	width:650px !important;
	}

/* -------------Left Column--------------- */			
#left_col {
	float: none !important;
	width: 0px !important;
	padding-left: 0px !important;
	display:none  !important;
}

/* -------------Right Column--------------- */
#right_col_expand {
	float: none !important;
	width: 650px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px;
	background-image: none !important;
	}		

/* -------------Community and Scoop Pages--------------- */	
#contentcommunity {
	width: 600px !important;
	padding-bottom:0px !important;
	background-image: none !important;
	}	
#contentcommunitymiddle {
	width: 550px !important;;
	background-image: none !important;
	margin-bottom:0px !important;
	color: #000000 !important;
	}
#contentcommunitytop {
	width: 705px;
	height:0px !important;
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px !important;
	padding-top: 0px !important;
	display: none !important;
	}		
				
.communitycontent {
	padding-top:10px;
	padding-bottom:15px;
	width:570px;
	margin-left:138px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

#communityrhs {
	width: 390px !important;;
	padding-top: 0px !important;
	padding-right: 0px !important;
	float:right;
	}		
#communitylhs {
	width: 110px !important;;
	padding-left: 0px !important;
	float:left;
	padding-top: 0px !important;
	}	

/* -------------Footer of Page --------------- */

#footer, #copyright {
	display: none !important;
	width:962px;
	margin: auto;
	font-size: 10px;
	text-align: left;
}
#footer {
	height:14px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#copyright {
	padding-left: 5px;
	padding-top: 5px;
	font-size: 10px;
}

div.spacer {
	clear: both;
	height: 0px;
  } 
 .heading {
	font: 16px !important;
	font-weight:bold;
	}	 
