body
{
	/* Background gradient */
	background: #7E729A fixed; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFEFF', endColorstr='#7E729A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FDFEFF), to(#7E729A)) fixed; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FDFEFF,  #7E729A)  fixed; /* for firefox 3.6+ */
}

#container
{
	text-align: left;
	width: 1000px;
	margin: 10px auto;
	
	border: 3px solid #D7A900;
	background-color: #E5D38B;
}

#menu_container {
	background-color: #7E729A;
	border-bottom: 5px solid #39275B;
	display: inline-block;
		
	width: 1000px;
}

#content
{
	border-bottom: 3px solid #7E729A;
	
	min-height: 500px;
	padding: 20px;
}

#footer
{
	padding: 10px;
}

#banner
{
	height: 50px;
}

#banner h1 {
	float: left;
	margin: 0px;
	padding: 10px;
}

#banner h1 a
{
	color: #D7A900;
	text-decoration: none;
}

#banner a.MemberAccessLink
{
	float: right;
	margin: 10px;
}

#menu
{
}

#menu ul
{
	list-style-type: none;

	margin: 0px;
	padding: 0px;

	width: 100%;
}

#menu ul li
{
	margin: 5px 5px 0px 5px;
	padding: 5px;
	width: 105px;
	
	text-align: center;
	
	float: left;
	
	background-color: #39275B;
	
	font-size: 16px;
	font-weight: bold;
}

#menu ul li a
{
	color: #D7A900;
	text-decoration: none;
}
#content .left
{
}

#content .right
{
	width: 300px;
}

#content .right div
{
	margin-bottom: 20px;
}

#content #feed
{
	width: 600px;
}

#content #feed .feed_story
{
	border: 1px solid #000000;
	display: inline-block;
	
	padding: 10px;
}

#content #feed .feed_story .left
{
	width: 80px;
	margin-right: 10px;
}

#content #feed .feed_story .right
{
	float: left;
	width: 400px;
}

#content #feed .feed_story h3
{
	margin-top: 0px;
}

#latest-event
{
}

#facebook
{
	background-color: #FFFFFF;
}

.event-display td.head
{
	font-weight: bold;
	width: 60px;
}

.event-display td.content
{
	font-style: italic;
}

.members
{
}

.members .name { width: 150px; }
.members .part { width: 70px; }
.members .major { width: 150px; }
.members .minor { width: 150px; }

#next-event
{
	margin-right: 20px;
	width: 250px;
}

#last-event
{
	width: 250px;
}

#all-events
{
	margin-top: 20px;
}

#all-events .name { width: 150px; }
#all-events .time { width: 150px; }
#all-events .location { width: 150px; }
#all-events .price { width: 50px; }
#all-events .description { width: 200px; }

#concert-pic img
{
	float: left;
	width: 400px;
	height: 300px;
}

#videos .left
{
	margin-right: 20px;
}

#pictures .picture
{
	margin-right: 20px;
	margin-bottom: 20px;
}

#pictures .picture img
{
	width: 200px;
}