body {
	margin:0;
	background:#154186 url("../images/menubg.gif") repeat-y;
	width:100%;
	color:#FFF;
	font-size:12pt;
	font-family:serif;
}

#header {
	height:70px;
	padding:5px;
	background:#4169E1 url("../images/headerbg.gif") repeat-y;
	border-bottom:5px solid #DC0;
}

h1, h3 {
	padding:0;
	margin:5px 10px;
	font-style:italic;
}

h3 {
	text-align:right;
	font-weight:normal;
	min-width:750px;
	max-width:974px;
	width:expression(document.body.clientWidth > 800? "972px": "748px" );
}

h4 {
	color:#DC0;
	text-align:center;
}

#body { 
	border-top:5px solid #AA9D00;
}

#menu {
	float:left;
	width:150px;
	padding:15px;
}

#menu a {
	display:block;
	width:150px;
	padding:8px 0;
	margin:5px 0;
	font-size:15pt;
	text-decoration:none;
	background:url("../images/menucrown.gif") no-repeat top right;
}

#menu a:link, #menu a:visited, #menu a:active { color:#FFF; }
#menu a:hover {	color:#DC0; }

#menu a:link.current, #menu a:visited.current, #menu a:active.current {
	color:#DC0;
	font-weight:bold;
}

#content a:link, #content a:visited, #content a:active {
	color:#DC0;
	text-decoration:underline;
}

#content a:hover {
	color:#DC0;
	text-decoration:none;
}

#content {
	position:absolute;
	left:180px;
	padding:0 15px;
	text-align:justify;
	min-width:570px;
	max-width:796px;
	width:expression(document.body.clientWidth > 800? "818px": "594px" );
}

* html #content { padding-top:15px; }

#events { width:100%; }

#events td {
	width:50%;
	vertical-align:top;
}

ul {
	list-style-image:url("../images/bullet.gif");
}

#form {
	margin:25px auto;
	width:566px;
}

label {
	width:200px;
	float:left;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	display:block
}

input, textarea {
	padding:2px;
	background-color:#FFF;
	width:300px;
	font-family:serif;
	border-style:none;
	color:#000;
	font-size:10pt;
}

blockquote {
	margin:30px 40px;
	background:transparent url("../images/quote1.gif") left top no-repeat; }

blockquote div {
	padding:0 50px;
	background:transparent url("../images/quote2.gif") right bottom no-repeat;
}

iframe, object {
	display:block;
	width:500px;
	height:500px;
	border:0;
	margin:auto;
}

.guestbookentry {
	margin-top:-1px;
	border-top:1px dotted #DC0;
	border-bottom:1px dotted #DC0;
}

#footer {
	position:relative;
	margin-left:-150px;
	height:46px;
	overflow:hidden;
}

img { border:0; }