/* General Rules */
a {
	font-weight: bold;
	text-decoration: none;
	color: #7D26CD;
}

a:hover {
	text-decoration: underline;
}

.officer-photo {
	float: left;
}

.officer-bio {
	float: right;
	width: 610px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.center, p.center {
	text-align: center;
}

.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

h1 {
	font-size: 1.25em;
	text-align: center;
}

h2 {
	font-size: 1em;
}

/* End General Rules */
body {
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}

#nav
{
	height: 37px;
	margin-top: 40px;
}

#nav a
{
	display: block;
	width: 110px;
	height: 37px;
	float: left;
}

#nav a span { display: none; }
#nav a#homeButton { background: url("images/homeButton.gif") 0 0 no-repeat; }
#nav a#homeButton:hover { background-position: -110px 0; }
#nav a#aboutButton { background: url("images/aboutButton.gif") 0 0 no-repeat; }
#nav a#aboutButton:hover { background-position: -110px 0; }
#nav a#officersButton { background: url("images/officersButton.gif") 0 0 no-repeat; }
#nav a#officersButton:hover { background-position: -110px 0; }
#nav a#calendarButton { background: url("images/calendarButton.gif") 0 0 no-repeat; }
#nav a#calendarButton:hover { background-position: -110px 0; }
#nav a#resourcesButton { background: url("images/resourcesButton.gif") 0 0 no-repeat; }
#nav a#resourcesButton:hover { background-position: -110px 0; }
#nav a#photosButton { background: url("images/photosButton.gif") 0 0 no-repeat; }
#nav a#photosButton:hover { background-position: -110px 0; }
#nav a#contactsButton { background: url("images/contactsButton.gif") 0 0 no-repeat; }
#nav a#contactsButton:hover { background-position: -110px 0; }

#body {
	padding-top: 2em;
	text-align: justify;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-left {
	float: left;
	width: 408px;
}
	
#body-right {
	float: right;
	width: 350px;
}

#body-right p {
	margin-right: 2em;
}

#footer {
	color: #FFFFFF;
	background: #7D26CD repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
	text-align: center;
}
