body {
	margin: 0;
	padding: 10px;
	font: 0.9em "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background-color: #1c0800;
	color: #ece1e1;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link, a:visited {color: #d27029;}
a:hover, a:active {color: #eebd92;}
a {outline: none;}

#content {width: 100%; float: none; display: block;}
#page H2 {padding-bottom: 5px; margin-bottom: 5px; font-size: 1.1em; letter-spacing: 4px; border-bottom: double #522403}
#page H3 {font-size: 1.0em; font-weight: bold;}
#page li {padding-left: 5px; margin-bottom:3px;}
#page ul {margin-bottom: 10px;}
#page p {padding-bottom:5px;}

/* photos*/

#kwick {
	display: none;
}

/*header*/

#toprow {
width: 100%;
padding: 5px 0;
color:#fff;
margin-bottom: 5px;
}
#toprow h1 {
	letter-spacing: 4px;
	font-size: 1.2em;
	text-shadow: 2px 2px 1px #2a2a2f;
	font-weight: bold;
	display:block;
	padding-right: 15px;
}
#toprow h1 em {
	font-size: 0.8em;
}

.mail {
	font-size: 0.8em;
	letter-spacing: 1px;
	} 

div#header {height:auto;}

ul#menu {
	list-style: none;
	width: 100%;
	display:inline-table;
	background: #000;
	height: 1.4em;
}
/* clearing classes */
ul#menu:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
ul#menu{display:inline-table;}

/*Hides from IE-mac \*/
* html ul#menu{height:1%;} ul#menu{display:block;}
/*End hide from IE-mac*/

ul#menu li {
	float: left;
	margin-left: 5px;
	height: 1.4em;
	line-height: 1em;
}

ul#menu li a {
	color: #fff;
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: auto;
	height: 1em;
	padding: 0.2em;
	display: block;
	border-bottom: 1px solid #5e2407; 
}

ul#menu li a:hover, ul#menu li a:active {
	background-color: #5e2407;
}

ul#menu li a.selected {
	background-color: #d27029;
}
#content {
	clear:both;
	padding: 10px 0;
}

/*footer*/

#footer {
	background: #000;
	border-top: 1px solid #5e2407;
	margin-top: 0;
	font-size: 0.7em;
	color: #a3571d;
	padding: 4px 0 8px 0;
	height: 1em;
	text-align: center;
	letter-spacing: 2px;
}
