HTML { 
	height: 100%;
	margin-bottom: 0.01em;
}

BODY {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 4px;
	border: 0;
	font-family: Arial,sans-serif;
	font-size: 76%;
}

H1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.8em;
	line-height: 105%;
	margin-top: 0.3em;
	margin-bottom: 1em;
	color: #433;
}

H2 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.4em;
	line-height: 105%;
	margin-top: 1.1em;
	margin-bottom: 0.8em;
	color: #433;
}

H3 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.2em;
	line-height: 105%;
	margin-top: 0.9em;
	margin-bottom: 0.5em;
	color: #433;
}

H4 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	line-height: 105%;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	color: #433;
}

H5, H6 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: 105%;
	margin-top: 0.7em;
	margin-bottom: 0.1em;
	color: #322;
}

P {
	margin-top: 0;
	margin-bottom: 0.8em;
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}

TABLE, TR, TD {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}


A:hover {
	color: red;
}


#banner {
	width: 100%;
	height: 150px;
	background: url(images/header.jpg) left top repeat-x;
}


#banner_left {
	float: left;
	width: 100%;
	height: 100%;
	background: url(images/tombstone-header.gif) left bottom no-repeat;
}


#banner P {
	margin-top: 8px;
	margin-bottom: 0;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	font-family: Times New Roman,Times,serif;
	color: yellow;
	letter-spacing: 0.2em;
}

	 
#main_band {
	clear: both;
	background: url(images/tombstone-middle.jpg) left top repeat-y;
}


#leftside {
	float: left;
	width: 150px;
	min-width: 150px;
	height: 520px;
	min-height: 520px;
	padding-top: 70px;
	background: url(images/tombstone-top.jpg) left top no-repeat;
}


#navlist {
	width: 100%;
}

#navlist P {
	margin: 8px;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	color: #433;
}

#navlist UL {
	margin: 8px;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

#navlist LI {
	margin-bottom: 4px;
	list-style: none;
	font-family: Verdana,Arial,sans-serif;
}	

#navlist A {
	display: block;
	width: 118px;
	padding: 4px 8px 4px 8px;
	color: #433;
	text-decoration: none;
}

#navlist A:hover, #navlist A:focus, #navlist A:active {
	background-color: #433;
	color: #fee;
}

#navlist LI#current {
	background-color: #433;
	color: #fec;
}

#adsense {
	float:right;
	clear:right;
}

#main {
	min-height: 490px;
	margin-left: 150px;
	padding: 4px 4px 4px 12px;
}


#footer_band {
	clear: both;
}

#footer {
	float: left;
	width: 100%;
}

#footer P {
	margin-top: 0;
	margin-bottom: 0;
}

.error {
  color: red;
}
