* {
	padding: 0;
	margin: 0;
}

body {
	width: 95%;
	margin: 0 auto;
}

#skip, #login {
	display: none;
}

#header h1 {
	font-family: Georgia;
	font-size: 36pt;
	color: #CCC;
}


#articles a, #about-us a, #contact-us a, #join-us a, #study-days a, #journal a, #minutes a {
	display: none;
}

#main-nav ul {
	list-style: none;
}

#articles_page li#articles a, #about-us_page li#about-us a, #contact-us_page #contact-us a, #join-us_page li#join-us a, #study-days_page li#study-days a, #journal_page li#journal a, #minutes_page li#minutes a {
	display: block;
	list-style: none;
	font-family: Georgia;
	padding-bottom: 10px;
	font-size: 24pt;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}



#content h1, #content h2, #content h3, #content h4, #content p, #content li, #footer p {
	font-family: Georgia;
	line-height: 120%;
	list-style: inside;
	padding-bottom: 10px;
}

#content p, #content li, #footer p {
	font-size: 12pt;
}

#main-content {
	float: left;
	width: 55%;
}

#secondary-content {
	float: right;
	width: 40%;
}

#footer {
	clear: both;
}

#footer span {
	margin-right: 25px;
}