body {
	background: #BFD6E8 url('../images/bg_blue.jpg');
	text-align: center;  /* for IE stupidity */
	margin: 0px;
	padding: 0px;
	font: 14px/1.6em georgia, times new roman, serif;
}

a {
	color: #B14743;
	font-weight: bold;
	ztext-decoration: none;
}
a:hover {
	color: #4A7DA8;
}

form {
	margin: 0px;
	padding: 0px;
}
input {
	margin-top: 20px;
}
input.formstyle, textarea.formstyle {
	padding: 2px;
	border: 1px solid #aaa;
	font: 13px courier, arial;
}
input.button {
	zcolor: #9C0000;
	ztext-transform: uppercase;
	font: 12px arial;
	letter-spacing: .5px;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 10px;
}

#wrapper {
	margin: 0 auto;  /* This is the proper way to center an element */
	margin-top: 20px;
	margin-bottom: 10px;
	width: 664px;
	position: relative;  /* The container must be positioned in order to contain positioned elements */
	text-align: left;  /* corrects for IE hack */
}

#header {
	background: #F6F6F1 url('../images/bg_header.jpg') top center no-repeat;
	width: 664px;
	height: 99px;
}

#menu {
	background: #F6F6F1 url('../images/bg_content.jpg');
	text-align: center;
}
#menu ul li { display: inline; }
#menu ul {
	background: url('../images/bg_menu_border.jpg') center bottom no-repeat;
	height: 38px;
	margin: 0px 5px 0px 0px;  /* Tweak button centering on bar */
	padding: 1px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 34px;
	text-transform: uppercase;
	zborder: 1px solid red;
}
html>body #menu ul {
	padding-top: 0px;
}
#menu ul li a {
	margin: 0px -4px 0px 0px;
	padding: 0px 42px 1px 14px;
	text-decoration: none;
	background: url('../images/bg_menu_div.jpg') center right no-repeat;
}
html>body #menu ul li a {
	padding-bottom: 0px;
}
#menu ul li a.last {
	background: none;
}

#content {
	background: #F6F6F1 url('../images/bg_content.jpg');
	padding: 18px 26px 0px 26px;
}

.hidden {
	display: none;
}

div.hr {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	/* background: url('../images/divider.gif') center center no-repeat; */
	height: 5px;
}
div.hr hr {
	display: none;
}

img.inline_right {
	float: right;
	padding: 1px;
	margin-left: 16px;
	margin-bottom: 10px;
	border: 1px solid #4A7DA8;
}

h3 {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	font: 16px georgia, times new roman, serif;
	font-weight: bold;
	color: #4A7DA8;
	text-transform: uppercase;
}

#footer {
	background: url('../images/bg_footer.jpg') top center no-repeat;
	padding: 40px 0px 0px 0px;
	text-align: center;
	font: 9px/1.3em verdana, arial, helvetica, sans-serif;
}
#footer a {
	font-weight: normal;
}