html {height:100%;}

/* body */
body {
	min-height: 101%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
html>body {margin-top: 0;}

/* wrapper */
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 110px 0 0 0;
	position: relative;
	width: 740px;
	border: 1px solid #006633;
	background: url(images/header.jpg) no-repeat top left #FFFFE8;
}

/* headings */
h1 {
	font-size: 130%;
}
h2 {font-size: 120%;}

/* images */
#skip {display: none;}

/* navigation */
#navigation {
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px solid #00CC00;
	border-bottom: 1px solid #00CC00;
	background: url(images/navbg.jpg) no-repeat top left;
}
#navigation ul {
	list-style-type: none;
	padding: 6px 0;
	margin: 0 0 0 20px;
}
#navigation li {
	display: inline;
}
#navigation li#home {padding: 0 15px 0 0;}
#navigation a, #navigation .selected {
	padding: 0 15px 0 10px;
	margin: 0;
	font-weight: bold;
	border-right: 1px solid #00CC00;
}
#navigation a:hover, #navigation .selected {
	text-decoration: none;
}

/* maincontent */
#maincontent, #form {
	float: left;
	margin: 10px 0 0 5px;
	padding: 10px;
	width: 466px;
}
#maincontent {
	width: 500px;
}
html>body #maincontent {margin: 10px 0 0 10px;}
#form {
	margin: 0 0 0 10px;
	padding: 0 7px;
	border: 10px solid #00CC00;
	border-top: none;
	border-bottom: none;
}
html>body #form {margin: 0 0 0 17px;}
#form_top, #form_bottom {
	float: left;
	background: url(images/top.gif) no-repeat top center;
	height: 50px;
	width: 500px;
	padding: 0;
	margin: 0 0 0 10px;
}
html>body #form_top, #form_bottom {margin: 0 0 0 17px;}
#form_bottom {background: url(images/bottom.gif) no-repeat top center;}

/* sidebar */
#sidebar {
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
	width: 160px;
	height: 547px;
	background: url(images/bottle.jpg) no-repeat top right;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 10px 10px;
	font-size: 80%;
}

/* form */
form {padding: 0; margin: 0;}
fieldset {
	padding: 10px;
	border: 1px solid #EEEEEE;
}
html>body fieldset {
	margin-bottom: 10px;
}
.akey {
	text-decoration: underline;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}
form p label {
	float: left;
	width: 40%;
	text-align: left;
}
legend {font-size: 80%;}
