/* HTML */

	body{
		background-color: #FFFFFF;
		margin: 20px 0px 20px 0px;	
		font-size:11px;
		font-family: Tahoma, Helvetica, Arial;
		font-weight:normal;
		color: #695d83;
		line-height: 1.4;}
	
	#pagewidth{
		width: 800px;  
		margin-left: auto;
		margin-right: auto;}

	#header{
		position: relative;
		width: 800px;
		height: 56px;} 

	#navigation{
		position: relative;
		width: 128px;
		padding: 0px 0px 10px 0px;
		float: left;} 

	#mainimg{
		position: relative;
		height: 310px;
		width: 672px;
		float: left;}

	#bgfill{
		position: relative;
		background-color: #d2d4e8;
		height: 10px;
		width: 800px;
		clear: both;}

	#mission{
		position: relative;
		width: 247px;
		padding: 44px 10px 10px 10px;
		float: left;}

	#calendar{
		position: relative;
		width: 246px;
		padding: 44px 10px 10px 10px;
		float: left;}

	#whyjoin{
		position: relative;
		width: 247px;
		padding: 44px 10px 10px 10px;
		float: left;}

	#joinbutton{
		position: relative;
		width: 129px;
		margin: 30px 0px 10px 59px;}

	#viewevents{
		position: relative;
		width: 129px;
		margin: 30px 0px 10px 59px;}

	#footer{
		position: relative;
		background-color: #ffffff;
		height: 20px;
		width: 800px;
		clear: both;}

	#credits{
		position: relative;
		width: 350px;
		height: 50px;
		padding-top: 10px;
		text-align: left;
		font-size: 10px;
		font-weight:normal; 
		color: #999999;
		padding-left: 50px;
		float: left;}

	#copyright{
		position: relative;
		width: 400px;
		height: 20px;
		background-color: #ffffff;
		padding-top: 10px;
		text-align: right;
		font-size: 10px;
		font-weight:normal; 
		color: #999999;
		float: left;}


/* Navigation */

		#home{
			position: absolute;
			height: 35px;
			width: 128px;
			top: 0px;
			right: 0px;}

		#about{
			position: absolute;
			height: 35px;
			width: 128px;
			top: 35px;
			right: 0px;}

		#events{
			position: absolute;
			height: 35px;
			width: 128px;
			top: 70px;
			right: 0px;}

		#join{
			position: absolute;
			height: 35px;
			width: 128px;
			top: 105px;
			right: 0px;}

		#success{
			position: absolute;
			height: 35px;
			width: 128px;
			top: 140px;
			right: 0px;}

		#resources{
			position: absolute;
			height: 35px;
			width: 128px;
			top: 175px;
			right: 0px;}

		#contact{
			position: absolute;
			height: 35px;
			width: 128px;
			top: 210px;
			right: 0px;}
			
		#members{
			position: absolute;
			height: 35px;
			width: 128px;
			top: 245px;
			right: 0px;}
			

		#navbottom{
			position: absolute;
			height: 65px;
			width: 128px;
			top: 280px;
			right: 0px;}


			
/* Hyperlinks */

		a.one:link{font-size: 11px; color: #695d83; font-weight: normal; text-decoration: none;}
		a.one:visited{font-size: 11px; color: #696d83; font-weight: normal; text-decoration: none;}
		a.one:active{font-size: 11px; color: #695d83; font-weight: normal; text-decoration: none;}
		a.one:hover{font-size: 11px; color: #b6b9da; font-weight: normal; text-decoration: underline;}


		
/* Text Headers */

		h1{
			font-size:12px;
			font-weight: bold; 
			color: #695d83;
			margin: 0px;
			padding: 0px;}

		h2{
			font-size:14px;
			font-weight: bold; 
			color: #695d83;
			margin: 0px;
			padding: 0px;}
		
