*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, p, blockquote, th, td {
margin:0;
padding:0;
}
img {
	border: none;
}
html, body {
	height: 100%;
}
html {
	min-height: 100%;
	height: auto;
}

body {
	background: url('../images/bg.jpg') repeat-x bottom left fixed #84acca;
	font-family: Trebuchet MS, Trebuchet, Helvetica, Arial, sans;
	font-size: 66.5%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 800px;
	height: 100%;
	margin: 0pt auto;
}
#left {
	width: 182px;
	height: 471px;
	background: url('../images/left2.png') no-repeat left top;
	float: left;
}
#left p {
	padding: 190px 10px 0px 20px;
	color: #d3cabe;
	font-size: 1.1em;
}
#left p a {
	color: #d3cabe;
}
#menu {
	width: 603px;
	height: 90px;
	background: url('../images/menu.png') top left no-repeat;
	margin-left: 170px;
	color: #332618;
	font-weight: bold;
}
#menu .tops {
	padding: 20px 0px 0px 30px;
}
#menu .bots {
	margin: 7px 0px 0px 30px;
}
#menu .tops .menuitem {
	font-size: 1.3em;
}
#menu .bots .menuitem {
	font-size: 1.5em;
}
.menuitem {
	margin-right: 20px;
}
.menuitem a {
	color: #332618;
	text-decoration: none;
}
.menuitem a:hover, .selected a {
	color: #ffffff;
}
#content {
	width: 602px;
	margin-left: 170px;
	margin-top: -10px;
}
#content .whitetop, #content .whitebottom {
	height: 27px;
	width: 602px;
}
#content .whitetop {
	background: url('../images/whitetop.png') top left no-repeat;
}
#content .whitebottom {
	background: url('../images/whitebottom.png') top left no-repeat;
}
#content .white {
	background: url('../images/white.png') top left repeat-y;
	width: 552px;
	padding: 0px 25px;
	color: #332618;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
#content .white p {
	font-size: 1.1em;
	padding-bottom: 10px;
}
#content .white h1 {
	font-size: 1.3em;
	padding-bottom: 10px;
}
#content .white a {
	font-style: italic;
	text-decoration: none;
	color: #332618;
}
#content .white a:hover {
	text-decoration: underline;
}
ul {
	margin: 0px 0px 15px 15px;
	font-size: 1.1em;
}
