/* Index.html */

#slogan {
	width: 765px;	
	height: 23px;
	margin-top: 15px;
	margin-left: 80px;
}

#welcome {
	width: 819px;
	height: 310px;
	margin-left: 50px;
	margin-top: 15px;
}

#indexdiv {
	width: 930px;
	height: 2px;
	background-color: #cccccc;
	margin-top: 15px;
}

#community { 
	width: 930px;
	margin-top: 20px;
	
}



/* Everything */

body {
	margin-top: 30px;
	background: url(bgtest2.png) repeat-x;
	text-ailgn: center;
	background-color: #E5EFFA;
	
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 930px;
	background-color: #FFFFFF;
	
	
}

#banner {
   
	border-bottom: 1px solid #CCCCCC;
	width: 930px;
	height: 80px;
	}
#navigation {
	background: url(navbg.png);
	background-repeat: repeat-x;
	height:32px;
	width:930px;
	}
	
#heading{

	width: 850px;
	height: 37px;
	margin-left: 40px;
	margin-top: 15px;
}

#content {

	width: 850px;
	margin-top: 15px;
	margin-left: 40px;
	
	
}

#footer {
	width: 930px;
	clear: both;
	margin-bottom: 20px;
	border-top: 1px solid #999999;
	text-align: left;
}	