body {
	font-family: Georgia, serif;
	font-size:small;
	background: white url("/images/back.jpg") repeat-x;
}

img { behavior: url("pngbehavior.htc"); }
a img { border: none; }

#content {
	margin: 0 auto;
	width: 800px;
}

#redbar {
	background: #d50000;
	color: white;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
}

#redbar a { text-decoration: none; color: white; }

#redbar .phone {
	font-size: x-large;
}

#topnav {
	position: relative;
	top: 0; left: 0;
	height: 150px;
}

#logo {
	position: absolute;
	top: 0; left: 0;
}

#main_nav {
	position: relative; top: 0;
	margin-left: 200px;
	width: 600px;
}

#main_nav #banner {
	height: 118px;
}

ul#linkbar {
	display: block;
	background: #ddd2b2;
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0;
	padding-left: 1em;
	font-weight: bold;
}

ul#linkbar li {
	display: inline;
	position: relative;
	top: 0; left: 0;
	z-index: 1;
}

ul#linkbar li, ul#linkbar li a {
	color: #33c;
	text-decoration: none;
}

#hat {
	position: absolute;
	top: -5px; right: 0;
}

#main {
	background: white;
	padding: 10px;
}

#sample {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	margin: 0;
	margin-bottom: 0.5ex;
	color: #c60;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

/* Definition lists */
dl { margin-left: 2em; }
dt { font-weight: bold; }

/* Address styles */
address { font-style: normal; }

address.vcard,
.vcard .org,
.vcard .adr,
.vcard .street-address,
.vcard .extended-address,
.vcard .tel,
.vcard .email {
	display: block;
}

/* Forms */
form label {
	clear:left;
	float:left;
	font-weight:bold;
	line-height:1.7em;
	padding-right:10px;
	text-align:right;
}

form label.optional {
	font-weight:normal;
}

form input {
	vertical-align:middle;
}

/* Footer styles */
#footer { font-size: smaller; margin: 0 10px; }
#footer, #footer a { color: #666; }

#footer #contact { font-size: larger; font-weight: bold; margin-bottom: 0.5ex; }

#footer p {
	margin: 0 0 1em 0;
}
