body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C6DEFF;
	border: 1px solid gray;
}
#main {
	padding: 10px;
	float: right;
	width: 805px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#inner-main {
}
#side-bar {
	padding: 0px;
	float: left;
	width: 175px;
	background-color: transparent;
}
#side-bar a {
}
#side-nav {
	padding: 5px 0px 0px 0px;
}
#side-nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#side-nav li {
	display: inline;
}
#side-nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 8px 8px 8px 15px;
	color: black;
}
#side-nav a:hover {
	color: red;
}
#side-nav a:visited {
	color: green;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	padding: 2px;
	height: 20px;
	background-color: transparent;
	clear: both;
}
#header {
	height: 175px;
}
#logo {
	background-image: url(../images/fsoc-logo-175x175.jpg);
	float: left;
	height: 175px;
	width: 175px;
	padding: 0px;
}
#top-text {
	background-image: url(../images/blue-image-header.png);
/*	background-image: url(../images/fsoc-page-banner-winter.png); */
	float: right;
	height: 140px;
	width: 825px;
	padding: 0px;
}
#top-bar {
	float: right;
	height: 35px;
	width: 825px;
	background-color: transparent;
}
#side-bar a {
}
#top-nav {
        width: 100%;
	padding-top: 10px;
}
#top-nav ul {
        margin: 0;
        padding: 0;
	list-style-type: none;
}
#top-nav li {
        margin: 0;
        padding: 0;
        float: left;
        width: 20%;
	text-align: center;
}
#top-nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
#top-nav a:hover {
	color: red;
}
#top-nav a:visited {
	color: green;
}
/* Normal text (full width) */
#normal-text {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 180%;
}
/* Introduction text */
#intro {
	width: 365px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 180%;
	float: left;
}
/* Introduction pictures - slide-show & fixed */
#intro-images {
	width: 360px;
	height: 220px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	float: right;
}
/* Format of the slide-show */
#mySlideshow {
	width: 360px;
	height: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
}
/* Format of the slide-show caption region */
#slide-show-caption {
	width: 360px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	float: right;
}
/* Format of the slide-show caption when Javascript enabled */
.ss-caption-normal {
	color: #778899;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: 120%;
}
/* Format of the slide-show caption warning for Javascript disabled */
.ss-caption-warning {
	color: red;
	font-weight: bold;
	line-height: 180%;
}
/* Advert region */
#adverts {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Each advert */
.advert {
	height: 100px;
	border-top: 1px solid blue;
}
/* Each advert's logo */
.ad-graphic {
	width: 275px;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
}
/* Each advert's text and clickable link */
.ad-text {
	width: 460px;
	float: right;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
}
/* Advertising region intro and 'click here to advertise' text */
.advertise-here {
	border-top: 1px solid blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: blue;
}
/* Containers for images of example pages from Club magazine */
.mag-image {
	width: 360px;
	height: 520px;
	margin-top: 30px;
	float: right;
	border: 1px solid gray;
}
.post {
}
.post .title {
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
/* The following allows a caption to be placed with an image */
.image-with-caption {
	border: 1px solid gray;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.float-left {
 	float: left;
	width: 50%;
	margin-right: 10px;
}
.float-right {
 	float: right;
	width: 50%;
	margin-left: 10px;
}
.full-width {
 	float: center;
	width: 95%;
}
.captioned-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.caption-text {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-indent: 0;
}

