* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/background.jpg) top no-repeat #0083CB;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 1185px;
	margin: 0 auto;
}

#logo {
	width: 275px;
	height: 65px;
	background: url(../images/ossy-mills.png) center no-repeat;
	padding: 30px 0 0 200px;
}

#content-area {
	background: url(../images/yellow-background.jpg) bottom right no-repeat;
	width: 885px;
	height: 715px;
	margin: 0 auto;
	padding-top: 25px;
}

#book {
	background: url(../images/book-party.png) center no-repeat;
	width: 123px;
	height: 130px;
	position: relative;
	left: -35px;
	top: -210px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	color: white;
	font-size: 11px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#navigation {
	padding: 0 0 0 170px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
}

#banner {
	padding: 15px 0 0 40px;
}

#copy {
	width: 815px;
	margin-left: 45px;
	padding-right: 40px;
	position: relative;
	top: -120px;
	min-height: 250px;
}

#copy-general {
	width: 815px;
	margin-left: 45px;
	padding-right: 40px;
	position: relative;
	top: -120px;
	height: 450px;
}

h1 {
	font-family: "Comic Sans MS";
	color: red;
	font-size: 18px;
	border-bottom: 1px solid red;
	padding-bottom: 6px;
	margin-bottom: 5px;
	font-weight: normal;
}

p {
	padding: 8px 0;
	margin: 0;
}

img {
	border: none;
}

#party-packs {
	background: url(../images/offer.jpg) center no-repeat;
	width: 548px;
	height: 191px;
	position: relative;
	top: -125px;
	left: 40px;
	padding: 5px 250px 5px 10px;
}

#offer {
	padding: 0 0 0 135px;
}

h2 {
	font-family: "Comic Sans MS";
	color: red;
	font-size: 15px;
	padding: 10px 0 5px 10px;
	font-weight: normal;
}

h3 a {
	color: red;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h3 a:hover {
	text-decoration: underline;
}

#contact {
	position: relative;
	top: -120px;
	text-align: right;
	padding-right: 30px;
	color: red;
	font-family: "Comic Sans MS";
	height: 30px;
}

span.contact {
	font-size: 20px;
	padding-right: 15px;
}

#contact a {
	font-size: 20px;
	color: red;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}

ul#copy-images {
	list-style: none;
	float: right;
}

ul#copy-images li {
	padding: 10px 15px 0 20px;
}

fieldset {
	border: 1px solid red;
	padding: 20px;
	margin-top: 15px;
}

legend {
	background: red;
	color: white;
	padding: 6px;
}

.form-fields {
	float: left;
	width: 200px;
}

label {
	margin: 5px 0;
}
