* {
	margin: 0;
	padding: 0;
}
HTML, BODY {
	height: 100%;
}
BODY {
	background: #fffeeb;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: .8em;
}
P {
	padding: 5px 0;
}
#main {
	position: relative;
	min-height: 100%;
	height: auto;
	width: 900px;
	margin: 0 auto;
	background: #fff;
	text-align: left;	
}
#left, #right {
	position: absolute;
	top: 0px;
	bottom: 100%;
	width: 39px;
	min-height: 100%;
	height: auto;
}
#left {
	left: -39px;
	background: url(../img/shadow/left.png) repeat-y;
}
#right {
	right: -39px;
	background: url(../img/shadow/right.png) repeat-y;
}
#content {
	padding: 200 10 10 10;
}
#navheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: url(../img/shadow/flower.jpg) no-repeat bottom right;
}
#navigation {
	padding-top: 100px;
	background: url(../img/shadow/header1.gif) no-repeat top left;
}
#navigation UL, #navigation UL LI {
	margin: 0;
	padding: 0;
}
#navigation UL {
	background: url(../img/shadow/navright.png) repeat-y top right;
	height: 25px;
	width: 510px;
	line-height: 25px;
	padding-right: 65px;
}
#navigation UL LI {
	float: left;
	width: 85px;
	list-style: none;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	background: #f90;
	color: #fff;
}
#navfooter {
	display: none;
}

/*link stuff*/
#nav A:link, #nav A:visited {
	text-decoration: none;
	color: #fff;
}
#nav A:hover {
	float: left;
	width: 100%;
	background: #fc9;
	color: #630;
}
#navigation LI UL {
	position: absolute;
	right: 0px;
	width: 500px;
	background: none;
}
#navigation LI UL LI {
	float: left;
	width: 65px;
	background: #fff;
}
#navigation LI UL LI A:link, #navigation LI UL LI A:visited {
	color: #630;
}

#navigation LI.what {
	font-size: .7em;
	font-style: italic;
}
