body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #000000;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}
div.leftdiv {
	float:left; height:100%; width:12%; text-align: center; font-size: 10px;
}
div.rightdiv {
	float:right; height:100%; width:12%; text-align: center; font-size: 10px;
}
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }

h1 {
	color: #CCCCCC;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #383838;
	font-size: 150%;
	letter-spacing: -1px;
}

span {
	color: black;
	font-size: 40%;
}

a img {
	border: 0;
}

a:link, a:visited {
		color: #666;
		text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper-header {
	background: #222;
	background-color: #FFFFFF;
}

#header {
	background: #fff url('images/banner.jpg') right no-repeat;
	width: 75%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #bababa;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #bababa url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap;
	padding-right: 2px;
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#wrapper-menu2 {
	background: #bababa url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu2 {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap;
	padding-right: 2px;
}

* html #menu2 { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #bababa;
}

#menu a:hover {
	background: #000000 url('images/menu-hover.png') repeat-x;
	color: #FFFFFF;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	width: 100%;
}

#menu2 li { display: inline; }

#menu2 a:link, #menu2 a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #bababa;
}

#menu2 a:hover {
	background: #000000 url('images/menu-hover.png') repeat-x;
	color: #FFFFFF;
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	background: white;
	align: center;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#wrapper-footer {
	background: #222;
	background-color: #FFFFFF;
}

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 100%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
}

p { margin-left: 1em; }