@charset "utf-8";
/* CSS Document */
article,aside,header,footer figure,nav,section{
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 5px;
	
	
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size:50px;
	color: #FF0000;
}
h3 {
	font-size: 30px;
	color: #CCCCCC;
}
h4 {
	font-size: 24px;
	color: #FFFFFF;
}

h5 {
	font-size: 24px;
	color: #0000FF;
}
h6 {
	font-size: 30px;
	color:rgba(255,0,0,1);
}
body,td,th {
	font-weight: bold;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	background-color: #CCC49F;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: rgba(255,255,255,1);
	background-color: #486201;
	padding: 0px;
	margin: 0px;
}
#logo {
	background-image: url(Images/TitleBanner.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 95%;
	
}
#logo h1 {
	position: absolute;
	top: -500px;
}
#maincontent section article h4 figure #Louise {
	float: right;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Louise {
	margin: 10px;
	float:left;
}
.ficus {
	margin: 10px;
	float: right;
}


#footer {
	background-color: #ADB96E;
	height: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#Container #maincontent section article p a {
	color: rgba(255,0,0,1);
	font-size:18px;
}
#Container {
	width: 1000px;
}
#Container #maincontent section {
	width: 850px;
}
#Container #logo {
	background-color: #ADB96E;
}
#maincontent section #Club {
	margin-left: 5px;
	text-align: justify;
}
#maincontent section #Services {
	padding-left: 5px;
}
#maincontent section #Services section #Team {
	padding-left: 5px;
	text-align: justify;
}
#maincontent section #Services section article p {
	text-align: justify;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FF0000;
}
