body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #cccccc;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #cccccc;
}

#header {
	background: #cccccc url('images/shadlogo.jpg') center no-repeat;
	width: 85%;
	height: 125px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #690D9B;
	border-right: 1px solid #690D9B;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -0.1em;
}

#wrapper-menu {
	margin-left: 40px;
	background: #FFFACD url('images/menu-background.png') top left repeat-x;
	float: center;
	width: 85%;
}

#menu {
	width: 89%;
	margin: 0 auto;
	font-size: 95%;
	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: 2px;	/* 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: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#menu li {
	display: inline;
}

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

#menu ul li a:hover
{
	background: #FFFACD url('images/menu-hover.png') repeat-x;
	color: #BA84E5;
}

#content {
	width: 83%; /* 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 #690D9B;
	border-right: 1px solid #690D9B;
	background: #BA84E5 url('images/content.gif') top right no-repeat; 
	font-size: 90%;
	text-align: left;
	}
	
.contenttext {
	background: url('images/footer.jpg') bottom left no-repeat;
	height: 106px; 
	}	

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


#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 83%;
	text-align: center;
	color: #000000;
	letter-spacing: 0.15em;
	background: #690D9B;
	border-right: 1px solid #690D9B;
	border-left: 1px solid #690D9B;
	border-bottom: 1px solid #690D9B;
	border-top: 1px solid #690D9B;
	font-size: 75%;
}

h2 {
	color: #000000;
	padding-bottom: 3px;
	font-size: 150%;
	letter-spacing: -0.1em;
}

img {
	padding: 3px;
	}

a{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

.hovermenu ul{
font: bold 11px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 1px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #ffffff;
border: 2px solid #cccccc;
}

.hovermenu ul li a:hover{
background-color: #690D9B;
color: #ffffff;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
