﻿/* HTML */

	body{
		background-color: #FFFFFF;
		margin: 20px 0px 20px 0px;	
		font-size:12px;
		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: 154px;
		width: 672px;
		float: left;}

	#bgfill{
		position: relative;
		background-color: #d2d4e8;
		height: 10px;
		width: 672px;
		float: right;}

	#title{
		position: relative;
		background-color: #d2d4e8;
		height: 54px;
		width: 672px;
		float: right;}

	#content{

		position: relative;

		width: 652px;

		padding: 44px 10px 10px 10px;

		float: right;

    text-align: left;

}



	#content1{

		position: relative;

		width: 204px;

		padding: 10px 10px 10px 10px;

		float: right;}



	#content2{
		position: relative;
		width: 204px;
		padding: 10px 10px 10px 10px;
		float: right;}

	#content3{
		position: relative;
		width: 204px;
		padding: 10px 10px 10px 10px;
		float: right;}

	#content4{
		position: relative;
		width: 652px;
		padding: 10px 10px 30px 10px;
		float: right;}

	#content5{
		position: relative;
		width: 326px;
		padding: 30px 10px 10px 0px;
		float: right;}

	#content6{
		position: relative;
		width: 326px;
		padding: 10px 0px 10px 10px;
		float: right;}

	#history{
		position: relative;
		width: 129px;
		margin: 0px 20px 10px 20px;
		float: right;}

	#officers{
		position: relative;
		width: 129px;
		margin: 0px 20px 10px 20px;
		float: right;}

	#faculty{
		position: relative;
		width: 129px;
		margin: 0px 100px 10px 20px;
		float: right;}

	#joinbutton{
		position: relative;
		width: 180px;
		margin: 0px 250px 10px 20px;
		float: right;}

	#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: 12px; color: #695d83; font-weight: normal; text-decoration: none;}
		a.one:visited{font-size: 12px; color: #696d83; font-weight: normal; text-decoration: none;}
		a.one:active{font-size: 12px; color: #695d83; font-weight: normal; text-decoration: none;}
		a.one:hover{font-size: 12px; color: #b6b9da; font-weight: normal; text-decoration: underline;}

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


		
/* Text Headers */

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

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