/* CSS Document */

body {
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	height: 768px;
	margin: 0 auto;
	}


p { 
	font-size: 13px; 
	line-height: 130%;
}

.textleft {
	padding: 0px 0px 0px 210px;

}

#wrap {
	background: #7a8173 url(../images/bg.png) no-repeat;
	height: 790px;
	width: 1024px;
	margin: 0 auto;
	}


#header {
	float:right;

}



/* NAVIGATION */

#nav{
	width: 770px;
	height: 24px;
	padding: 180px 0 0 200px;
	
	} 

#nav ul{
	height: 42px;
	list-style: none;
	display: inline;
	}

#nav ul li{
	margin: 0 0 0 0;
	list-style: none;
	display: inline;
	}

#home{
	float: left;
	height: 42px;
	width: 234px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/whatis_nav.png) bottom left;
	}
	
#join {
	float: left;
	height: 42px;
	width: 79px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/joinin_nav.png) bottom left;
}

#polls {
	float: left;
	height: 42px;
	width: 78px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/polls_nav.png) bottom left;
}

#nav a:active, #nav a:hover, #nav a.current {
	background-position: top right;
	}

/* HEADERS */


.wiff {
	background: url(../images/h1_whatisff.png) no-repeat;
	width: 255px;
	height: 33px;
	text-indent: -5000px;
	margin: 130px 0px 0px 210px;
	overflow: hidden;
	}


.join {
	background: url(../images/h1_join.png) no-repeat;
	width: 142px;
	height: 36px;
	text-indent: -5000px;
	margin: 130px 0px 0px 210px;
	overflow: hidden;
	}


.polls{
	background: url(../images/h1_polls.png) no-repeat;
	width: 142px;
	height: 36px;
	text-indent: -5000px;
	margin: 130px 0px 0px 210px;
	overflow: hidden;
	}


#contentleft {
	background: url(../images/bf_bg.png) no-repeat;
	float:left;
	width: 620px;
	height: 397px;
	}
	

#contentright {
	float: right;
	width: 325px;
	height: 370px;
	}