html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {

margin: 0;

padding: 0;

border: 0;

}

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #8dcf9c;
	background-image: url(../images/backgroundNEW.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

#wrapper {
	width: 1000px;
}

#logo {

	width: 400px;

	height: 250px;

	float: left;

}
#strapline {

	width: 400px;

	height: 250px;

	float: left;

}

#navigation {

	width: 580px;

	height: 100px;

	float: left;

	margin-left: 20px;

	margin-top: 130px;

}

#navhome {

	width: 79px;

	height: 24px;

	float: left;

}

#navparties{

	width: 110px;

	height: 30px;

	float: left;

	padding-top: 30px;

}

#navgallery {

	width: 105px;

	height: 24px;

	float: left;

}

#navterms {

	width: 140px;

	height: 31px;

	float: left;

	padding-top: 30px;

}

#navcontact {

	width: 115px;

	height: 22px;

	float: left;

}

#navbar {

	width: 800px;

	float: left;

	margin-left: 25px;

	margin-top: 10px;

}
.navbarcontainer {
	float: left;

	margin-right: 18px;

}

#maincontent {
	width: 800px;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#footer {
	width: 975px;
	height: 30px;
	float: left;
	margin-left: 25px;
	margin-top: 150px;
	border-top: 1px solid #00aae5;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

#htmllinks {

	width: 500px;

	float: left;

}

#htmllinks a{

	font: 12px Arial, Helvetica, sans-serif;

	color: #3D117B;

	text-decoration: none;

}

#htmllinks a:hover{
	font: 12px Arial, Helvetica, sans-serif;
	color: #0099d6;
	text-decoration: none;

}

p {

	font: 14px Arial, Helvetica, sans-serif;

	color: #3D117B;

}

h1 {

	font: bold 22px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}

h2 {

	font: bold 14px Arial, Helvetica, sans-serif;

	color: #3D117B;

}

h2 a{

	font: bold 14px Arial, Helvetica, sans-serif;

	color: #0066FF;

	text-decoration: none;

}

h2 a:hover{

	font: bold 14px Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	text-decoration: none;

}

h3 {

	font: 12px Arial, Helvetica, sans-serif;

	color: #666666;

}
h5 {

	font: 10px Arial, Helvetica, sans-serif;

	color: #3D117B;

}
h6 {

	font: 12px Arial, Helvetica, sans-serif;

	color: #3D117B;

}

a {

	font: 14px Arial, Helvetica, sans-serif;

	color: #0066FF;

	text-decoration: underline;

}

a:hover{

	font: 14px Arial, Helvetica, sans-serif;

	color: #3D117B;

	text-decoration: underline;

}
