body {
	margin: 0px;
	min-height: 600px;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: url(images/bg.png);
	background-position: 0 0;
	/*background: -moz-linear-gradient(bottom, #ccc,#fff 200px) #ccc; /* For those that have it */
	font-family: Arial, sans-serif;
}

a#nonPrint {
	float: right;
	font-size: 16px;
	color: blue;
	margin: 50px 10px;
	display: block;
}

.killfloat { clear: both; font-size: 0px; line-height: 0px; padding: 0px; margin: 0px; }

img {
	border: 0;
}

#container {
	width: 900px;
	position: relative;
	margin: 25px auto 30px auto;
	padding: 0 20px 20px 20px;
	background-color: white;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 13px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #5EAC23;
	padding: 0;
	margin: 5px 0 15px 0;
}

#logo {
	width: 201px;
	height: 82px;
	display: block;
	margin-bottom: 50px;
}

#links {
	display: none;
}

#topImage {
	display: none;
}

#menu {
	display: none;
}

#footer {
	margin-top: 10px;
	font-size: 12px;
	height: 20px;
	color: #999;
	padding: 0;
	background-image: url(images/passionate_about_leisure.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#footer span#copy {
	float: left;
	margin-right: 5px;
}

#footer ul {
	display: none;
}

#footerImages {
	display: none;
}

.hiddenMenu {
	position: absolute;
	display: block;
	width: 200px;
	padding: 0;
	margin: 0;
}

.hiddenMenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hiddenMenu li a {
	display: block;
	padding: 10px 10px 10px 20px;
	background-image: url(images/bg_menu_1.png);
	background-color: #66AE30;
	background-repeat: repeat-x;
	color: white;
	font-size: 14px;
	/*letter-spacing: 0.6px;*/
	text-decoration: none;
	text-shadow: #333 1px 1px 2px;
}

.hiddenMenu .hiddenMenu li a {
	background-color: #023670;
	background-image: url(images/bg_menu_2.png);
}

h1 {
	color: #5EAC23;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 15px 0;
}

#right-bit {
	display: none;
}