body {
	background: #f1f1f1;
	font-family: Helvetica;
	font-size: 12px;
	color: #242424;
}
.block {
	width: 10px;
	height: 10px;
	float: left;
}
.h1 {
	font-size: 16px;
	font-weight: bold;
	color: #242424;
	text-shadow: 0px 1px #fff;
	text-decoration: none;
}
.h1:hover {
	color: #a9a9a9;
}
.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #242424;
	text-shadow: 0px 1px #fff;
	text-decoration: none;
}
a {
	color: #242424;
}
a:hover {
	color: #a9a9a9;
}
/* */
#backsplash {
	width: 100%;
	height: 400px;
	background: #242424;
	background: url(https://dl.dropbox.com/u/86075162/Rotaract/images/Cirques.jpg) no-repeat center center fixed;
	padding: 0px 16px 0px 0px;
	margin: -8px 0px 0px -8px;
	border-bottom: 1px solid #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container {
	width: 1000px;
	height: auto;
	margin: -401px auto 0px auto;
}
.header {
	width: 980px;
	height: auto;
	background: #f1f1f1;
	padding: 10px;
}
.spotlight {
	width: 100%;
	height: 200px;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: bold;
}
/* */
#details {
	width: 980px;
	height: auto;
	background: #f1f1f1;
	padding: 10px;
	overflow: hidden;
}
/* Home */
.detailsbox {
	width: 237px;
	height: auto;
	float: left;
}
/* News */
.newsbox {
	width: 50%;
	height: auto;
	float: left;
	padding-bottom: 20px;
}
/* Calendar */
.calendarbox {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
/* International */
/* Board */
.boardbox {
	width: 320px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}
.boardblock {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#shadowL {
	width: 50px;
	height: 100px;
	background: url(images/ShadowL.png);
	position: absolute;
	margin: 75px 0px 0px -60px;
}
#shadowR {
	width: 50px;
	height: 100px;
	background: url(images/ShadowR.png);	
	position: absolute;
	margin: 75px 0px 0px 990px;
}
/* */
#footer {
	width: 980px;
	height: auto;
	border-top: 1px solid #d3d3d3;
	padding: 10px;
}