/* basic */

body {
	margin: 0;
	padding: 0;
	border-width: 0;
	text-align: center;
	font: normal 0.6em/1.5em Verdana, Helvetica, sans-serif;
	color: black;
	background: rgb(160,190,14);
}
h1, h2, h3, h4, h5, h6, p, ul, li, object {
	margin: 0;
	padding: 0;
}
#print {
	display: none;
}

/* container */

#container {
	width: 713px;
	margin: 0 auto;
	border-right: 1px solid white;
	padding: 0 3px 40px 4px;
	background: url(gfx/bg.jpg) 0 0;
}

/* top */

#top {
	background: white;
	text-align: left;
}
#logo {
	display: block;
	position: absolute;
	height: 212px;
	width: 358px;
}
#flash {
	float: right;
}
#kiddies {
	display: block;
	width: 355px;
	height: 149px;
}
#nav {
	width: 355px;
	height: 63px;
}

/* content */

#content {
	border-left: 10px solid rgb(116,1,104);
	background: white;
}

/* leftColumn */

#leftColumn {
	position: relative;
	top: 212px;
	float: left;
	width: 160px;
}
#menu {
	float: left;
	width: 151px;
	height: 331px;
}

/* rightColumn */

#rightColumn {
	float: left;
	width: 530px;
	padding: 30px 0 40px;
	text-align: justify;
}
#rightColumn h2, #rightColumn p, #rightColumn ul {
	padding: 10px 210px 10px 0;
}
#rightColumn h2 {
	font-size: 1.5em;
}
#rightColumn p {
	font-size: 1.125em;
	line-height: 1.75em;
}
#rightColumn a {
	color: rgb(204,0,4);
	text-decoration: underline;
}

#rightColumn ul {
	font-size: 1.125em;
	text-align: left;
	padding-left: 20px;
}
#rightColumn li {
	margin: 5px 0;
}

#ad {
	float: right;
	margin: 10px 20px;
	padding: 0;
	border-width: 0;
}

.floatRight {
	float: right;
	margin-top: 10px;
}

#nopicture, #activities, #customers, #about {
	margin: 0;
	height: 111px;
	color: white;
	font-size: 1.25em;
}
#activities img {
	float: left;
}
#activities span {
	top: 18px;
	left: 5px;
	position: relative;
}
#nopicture span, #customers span, #about span {
	top: 18px;
	left: 10px;
	position: relative;
}
#activities strong {
	font-size: 1.25em;
	top: 38px;
	left: 5px;
	position: relative;
}
#nopicture strong, #customers strong, #about strong {
	font-size: 1.25em;
	top: 38px;
	left: 10px;
	position: relative;
}

#activities {
	background: url(gfx/bgamenities.jpg) 111px 0 no-repeat;
}
#nopicture {
	background: url(gfx/bgamenities.jpg) 0 0 no-repeat;
}

#customers {
	background: url(gfx/bgcustomers.jpg) 0 0 no-repeat;
}
#about {
	background: url(gfx/bgabout.jpg) 0 0 no-repeat;
}

/* clear */

#clear {
	clear: both;
	height: 10px;
	background: url(gfx/content-bg.jpg) 0 2px no-repeat
}
html>body #clear {
	background: url(gfx/content-bg.jpg) 0 0 no-repeat
}

/* comments */

#comments {
	margin: 0 auto;
}
#comments fieldset {
	margin: 0;
	border-width: 0;
}
#comments legend {
	margin:	10px 0 0 0;
	color: black;
}
#comments textarea {
	width: 19em;
	height: 10em;
}
#comments p {
	margin: 1px 0 0 0;
}
#comments label {
	width: 9em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
#submit, #reset {
	margin-left: 15px;
	border-width: 0;
}
#submit {
	width: 99px;
	height: 21px;
	background: url(gfx/submit.jpg) 0 0 no-repeat;
}
#reset {
	width: 99px;
	height: 21px;
	background: url(gfx/reset.jpg) 0 0 no-repeat;
}

/* footer */

#footer {
	padding: 10px 0 0;
	color: white;
	background: rgb(115,0,104);
}
#footer a {
	color: white;
	text-decoration: none;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#footerbottom {
	padding: 20px;
	background: url(gfx/bottom_edge.gif) 0 0 no-repeat;
}
#footerbottom p {
	font-size: 1.125em;
	font-weight: bold;
	color: rgb(115,0,104);
}
#footerbottom a {
	color: black;
	text-decoration: none;
}
#footerbottom a:hover {
	text-decoration: underline;
}