body {
	font: 0.65em "Verdana", Arial, Helvetica, sans-serif;
	padding: 0; margin: 0;
	background: url(assets/bg-main.jpg) repeat-x;
}
img {
	border: 0;
}


/* Structure */
#wrapper {
	width: 712px;
	position:relative;
	left:50%;
	margin-left:-356px;
	background: url(assets/bar.gif) repeat-y;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
	#header {
		width: 712px; height: 8px;
		background-color: #231F20;
	}
	#bodyLeft {
		width: 210px;
		padding-left: 26px;
		float: left;
	}
	#bodyRight {
		width: 419px;
		margin: 0 19px 0 19px;
		padding-left: 19px;
		float: right;
	}
		#bodyRightA {
			width: 191px;
			margin: 19px 36px 32px 0;
			float: left;
		}
		#bodyRightB {
			width: 191px;
			margin: 19px 0 32px 0;
			float: right;
		}
		#bodyRightC {
			width: 418px;
			margin: 0 0 32px 0;
		}
	#footer {
		width: 660px; height: 1px;
		padding: 12px 26px 6px 26px;
		background-color: #6D6E71;
		color: white;
		clear: both;
		border-top: 12px solid white;
}
#backToTop {
	width: 418px;
	margin: 2px 0 12px 0;
	text-align: right;
}


/* Navigation */
#navWrapper {
	width: 712px; height: 29px;
	padding-bottom: 24px;
	background-color: white;
}
#navWhatsOn {
	display: block; width: 117px; height: 29px;
	background: url("assets/nav/whatsOn.gif") no-repeat 0 0;
	float: left;
}
#navWhatsOn:hover {
	background-position: -117px 0;
}
#navWhatsOn span {
	display: none;
}
#navTheGallery {
	display: block; width: 117px; height: 29px;
	background: url("assets/nav/theGallery.gif") no-repeat 0 0;
	float: left;
}
#navTheGallery:hover {
	background-position: -117px 0;
}
#navTheGallery span {
	display: none;
}
#navJoinUs {
	display: block; width: 117px; height: 29px;
	background: url("assets/nav/whosWho.gif") no-repeat 0 0;
	float: left;
}
#navJoinUs:hover {
	background-position: -117px 0;
}
#navJoinUs span {
	display: none;
}
#navNews {
	display: block; width: 117px; height: 29px;
	background: url("assets/nav/news.gif") no-repeat 0 0;
	float: left;
}
#navNews:hover {
	background-position: -117px 0;
}
#navNews span {
	display: none;
}
#navUsefulLinks {
	display: block; width: 117px; height: 29px;
	background: url("assets/nav/usefulLinks.gif") no-repeat 0 0;
	float: left;
}
#navUsefulLinks:hover {
	background-position: -117px 0;
}
#navUsefulLinks span {
	display: none;
}
#navFriends {
	display: block; width: 117px; height: 29px;
	background: url("assets/nav/friends.gif") no-repeat 0 0;
	float: left;
}
#navFriends:hover {
	background-position: -117px 0;
}
#navFriends span {
	display: none;
}
body#whatsOn a#navWhatsOn,
body#theGallery a#navTheGallery,
body#joinUs a#navJoinUs,
body#news a#navNews,
body#usefulLinks a#navUsefulLinks,
body#friends a#navFriends
{
	background-position: -117px 0;
	background-repeat: no-repeat;
}
/* Sub Navigation */
a.subNavMain {
	color: #A1A3A5;
	font-weight: bold;
	text-decoration: none;
}
a.subNavMain:hover {
	color: #00AEEF;
}
a.subNavMainCurrent {
	color: #00AEEF;
	font-weight: bold;
	text-decoration: none;
}
a.subNav {
	color: #A1A3A5;
	text-decoration: none;
}
a.subNav:hover {
	color: #00AEEF;
}
a.subNavCurrent {
	color: #00AEEF;
	text-decoration: none;
}



/* Text */
ol {
	margin: 0 0 0.6em 0;
}
p {
	padding: 0 0 0.6em 0;
	margin: 0;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}

h1 {
	padding: 0;
	margin: 0.6em 0 0.4em 0;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	padding: 0;
	margin: 0.6em 0 0.4em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	padding: 0;
	margin: 0.6em 0 0.4em 0;
	color: #A1A3A5;
	font-size: 1em;
	font-weight: bold;
}
a.more {
	color: #00AEEF;
	text-decoration: none;
}
a.more:hover {
	color: #A1A3A5;
}

