#siteWrapper {
	height: auto;
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
#navHeader {
}
#leftColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #f1e8c9;
	height: 600px;
	width: 225px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	background-position: left top;
	overflow: auto;
}
#mainColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 600px;
	width: 415px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: right;
	overflow: auto;
}
#footerHolder {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}
#siteWrapper #navigationHolder {
	height: 35px;
}
#siteWrapper #randomImage {
	margin-top: -2px;
}
#rssHeadline {
	height: 20px;
	width: 130px;
	margin-bottom: 20px;
	position: relative;
	margin-right: 60px;
}
#mainHeadline {
	height: 20px;
	width: 130px;
	margin-bottom: 20px;
	position: relative;
	margin-right: 60px;
}
#joinList {
	height: 20px;
	width: 125px;
	margin-bottom: 10px;
	position: relative;
}
#joinList {
	height: 1px;
	width: 200px;
	position: relative;
	margin-top: 30px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.suspended {
	display: none;
}

p.show { 
	display: block; 
}
p.hide { 
	display: none; 
}

