			/* Home Page (index.php) */
#contentTable {
	width: 100%;
	margin-top: -1px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#contentTable td {
	padding-left: 15px;
}
#contentTable #left {
	padding-top: 8px;
	width: 414px;
}
#contentTable #informationTable {
	margin-top: 5px;
}
#contentTable #informationTable #about {
	background: url('../images/photoMainAbout.gif') no-repeat;
	padding: 10px 0 10px 127px;
	border-bottom: 1px dotted #B9B9BC;
	width: 300px;
}
#contentTable #informationTable #news {
	padding: 4px;
}
#contentTable #informationTable #events {
	padding: 4px;
}
#contentTable #informationTable #news #news, #contentTable #informationTable #events #events {
	background: white;
	border: 1px solid #CFCFD4;
	border-bottom: 0;
	padding: 10px;
	width: 180px;
	height: 260px;
}
#contentTable #informationTable .more {
	background: white;
	border: 1px solid #CFCFD4;
	border-top: 0;
	padding: 0 10px 10px;
	width: 180px;

	text-align: right;
}
#contentTable #informationTable #news .article, #contentTable #informationTable #events .event {
	padding-top: 10px;
}
#contentTable #right {
	padding-top: 8px;
}
#contentTable #join {
	background: #FFFFFF;
	border: 1px solid #CFCFD4;
	padding: 14px 11px;
	height: 387px;
	width: 225px;
}
#contentTable #join #text {
	border-bottom: 1px dotted #B9B9BC;
	padding: 10px 0;
	margin-bottom: 10px;
}
#contentTable #join #discussion {
	border-bottom: 1px dotted #B9B9BC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#contentTable #join .link {
	width: 100%;
	text-align: right;
}
#contentTable #join #submit {
	background: url('../images/buttonSignin.gif') no-repeat;
	height: 11px;
	width: 61px;
}
#contentTable #join #register {
	background: url('../images/buttonRegister.gif') no-repeat;
	height: 11px;
	width: 74px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
}