body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #94C945;
	background-repeat: repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 641px;
	margin-right: auto;
	margin-left: auto;
	border: 5px double #CCCCCC;
	right: auto;
	margin-bottom: auto;
	padding: 0px;
	margin-top: auto;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	background-color: #FFFFFF;
	background-image: url(images/title1.jpg);
}
#header h1 {
	padding-left: 415px;
}
#header span {
	position: absolute;
	left: -3000px;
}
#nav {
	background-repeat: no-repeat;
	width: 641px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF99FF;
	background-color: #FE9901;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav ul {
	font-size: 100%;
	text-align: center;
	list-style-type: none;
}
#nav li {
	display: inline;
	color: #CCFF99;
}
#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 10px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #000000;
}

#innerwrapper {
	background-image: url(../../../web tutes/blue skies/images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 641px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-image: url(images/content_bg.jpg);
}
#content {
	float: left;
	width: 420px;
	text-align: center;
}
#content h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content span {
	position: absolute;
	left: -3000px;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.lftflt {
	float: left;
	margin-right: 8px;
}
#sidebar {
	float: left;
	width: 200px;
	margin-left: 10px;
	font-size: 100%;
	text-align: center;
}
#footer {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FE9901;
}
#footer p {
	font-size: 70%;
	text-align: center;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


#sidebar h2 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
sidebar p {
	font-size: 80%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
a:hover {
	color: #FF66FF;
}
.listcentre {
	text-align: left;
	list-style-type: circle;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
