body {
	margin: 0 0 1em 0;
	padding: 0;
	color: white;
	background-color: #000000;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #000000 url('images/bannerback.gif') center no-repeat;
}

#header {
	/*background: #000000 url('../images/mclaws-red-logo.gif') left no-repeat;*/
	width: 800px;
	height: 110px;
	line-height: 60px;
	margin: 0 auto;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 20px;
	color: white;
	font-size: 500%;
	text-align:right;
	padding-right: 5px;
}

#wrapper-menu {
	background: #000000 url('images/menu-background.png') top left repeat-x;
	border-top:white solid 1px;
	border-bottom:white solid 1px;
	float: left;
	width: 100%;
}

#menu {
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
	font-variant:small-caps;
	font-weight:bold;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 1px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 1px; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0 0;
	list-style: none;
	float: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 100%;

}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #CCCCCC;
}

#menu ul li a:hover
{
	background: #000000;
	color: #e00000;
}

#content {
	width: 760px; 
	margin: 0 auto;
	padding: 2.5em 20px 20px 20px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background: #000000;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */


#footer {
	margin: 0 auto;
	padding: 0px 20px;
	width: 760px;
	text-align: right;
	color: white;
	letter-spacing: 0.10em;
	background: #000000;
	border: 1px solid white;
	font-size: 70%;
}

h2 {
	color: white;
	padding-bottom: 3px;
	border-bottom: 1px solid #e00000;
	font-size:16px;
}

h3 {
	color: white;
	padding-bottom: 0px;
	font-size:12px;
	text-decoration:underline;
}

a:link, a:visited {
	color: #e00000;
	text-decoration: underline;
}

a:hover
{
	color: #ab0000;
	text-decoration: none;
}

a.pages{
	font-weight:bold;
	padding:3px 7px;
	border:1px solid #e00000;
	color:#e00000;
	text-decoration:none;
}
a.pages:hover{
	background:#e00000;
	color:#000;
}

p { margin-left: 1em; }