body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif, verdana;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 0;
	background: url(images/headerbg.jpg) #191b1a repeat-x;
	text-align: center;
}

#page { 
	text-align: left;
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 264px;
}


#logo {
	background: url(images/headerlogo.jpg) no-repeat;
	width: 341px;
	height: 264px;
	float: left;
}


#intro {
	width: 457px;
	height: 264px;
	position: absolute;
	top: 0;
	left: 550px;
}

#menu { 
	height: 26px;
	position: absolute;
	top: 236px;
	left: 320px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 1px;
}
#menu li a {
	padding: 4px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover {
	color: #fc9;
	border-bottom: 4px solid #fc9;
	padding-bottom: 7px;
}
#content {
	background: url(images/contentbg.jpg) repeat-y;
	padding-left: 200px;
	position: relative;
}


#main {
	padding: 20px 30px;
}
#home #main {
	padding: 20px 0 12px 12px;
	width: 280px;
}


#aside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0 0 12px;
	width: 275px;
	text-align: left;
	background: url(images/oakpanel.jpg) #fcebdc; 
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#aside, #aside h2, #aside a, #aside a:link { 
	color: #040;
}

#footer { 
	width: 800px;
	height: 107px;
	margin: 0 auto;
	background: url(images/pagebottom.jpg) no-repeat;
	background-position: bottom left;
	clear: both;
}
#footer p {
	font-style: italic;
	text-align: right;
	padding: 25px 10px 0 0;
}
#footer iframe {
	position: relative;
	left: 319px;
}


h2 {
	font-family: georgia, arial;
	font-size: 17px;
	color: #050; 
	margin: 8px 0 6px 0;
}
h3 {
	font-family: helvetica;
	font-size: 13px;
	color: #603;
	font-variant: small-caps;
	margin: 4px 0 2px 4px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
p {
	margin: 0 8px 9px 0;
}

dt {
	margin-bottom: 5px;
}
dd {
	font-style: italic;
}

