body	{ 
	background-color:#66CCFF;
	margin:0px;
	padding:0px;
	font-family: verdana, arial, trebuchet ms, courier, courier new;
	font-size:12px;
	color:#ffffff;
	}

a 	{
	text-decoration:none;
	}
a:link, a:visited	{
	color:#FD0000;
	font-weight:bold;
	}
a:hover	{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:underline;
	}
img 	{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
.clear 	{
	clear: both;
	}

#header	{
	width:800px;
	height:110px;
	text-align:center;
	}
#logo	{
	width:250px;
	height:110px;
	float: left;
	}
#nav	{
	width: 550px;
	height:42px;
	float: left;
	padding-top: 68px;
	}
	#nav img {display: block;}
.button	{
	padding-left: 5px;
	padding-right: 5px;
	width: 90px;
	height: 42px;
	display: block;
	float: left;
	}
#content	{
	width: 760px;
	padding: 20px 20px 20px 20px;
	margin: 0px;
	background-color: #3398CC;
	text-align: center;
	}
#left	{
	width:520px;
	float:left;
	text-align: justify;
	padding:0px 20px 0px 0px;
	}
#right	{
	width:220px;
	float:left;
	text-align:center;
	}
#middle	{
	width: 760px;
	float:left;
	text-align: center;
	}
#eupcoming	{
	width:180px;
	height: 25px;
	background-image: url('assets/events_upcoming.jpg');
	background-repeat: no-repeat;
	}
#eofficers	{
	width:180px;
	height: 25px;
	background-image: url('assets/officers.jpg');
	background-repeat: no-repeat;
	}
#estories	{
	width:180px;
	height: 25px;
	background-image: url('assets/stories.jpg');
	background-repeat: no-repeat;
	}
.etitle	{
	font-size:12px;
	font-weight: bold;
	}

.pic	{
	padding: 5px 18px 5px 18px;
	}
	
#footer	{
	width: 780px;
	text-align: center;
	font-size: 10px;
	color: #313131;
	padding: 10px 10px 10px 10px;
	}