body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #BFA573;
	background-color: #28034A;
	line-height: 130%;
	font:  76%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #28034A; }

#header {
	background: #222 url('banner.jpg') right no-repeat;
	width: 65%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #7C6096;
	border-right: 1px solid #7C6096;
	text-align: left;
}

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

#wrapper-menu {
	background: #7C6096 url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
     font-family: "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 75%;
	margin: 0 auto;
	background: #7C6096;
	text-align: center;
	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;
	border-left: 1px solid #7C6096;
	border-right: 1px solid #7C6096;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link {
	padding: 0.25em 1em;
	background: transparent;
	color: #BFA573;
	text-decoration: none;
	float: center;
	border-right: 1px solid #7C6096;
}
#menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #BFA573;
	text-decoration: none;
	float: center;
	border-right: 1px solid #7C6096;
}

#menu a:hover {
	background: #7C6096 url('hover.jpg') repeat-x;
	color: #BFA573;
}

#menu li.here a:hover {
	background: transparent url(hover2.jpg) repeat-x;
	color:#BFA573;
	}
	
#menu li.here a {
	background: transparent url(hover2.jpg) top right;
	color:#BFA573;
	}	
	
#content {
	width: 63%; /* 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 #7C6096;
	border-right: 1px solid #7C6096;
	background: #28034A;
	font-size: 100%;
	text-align: left;
}

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

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 63%;
	text-align: right;
	color: #BFA573;
	letter-spacing: 0.15em;
	background: #7C6096 url('images/menu-background.png') top left repeat-x;
	border: 1px solid #7C6096;
	font-size: 80%;
}

h2 {
	color: #BFA573;
	padding-bottom: 3px;
	border-bottom: 1px solid #7C6096;
	font-family: "century gothic", arial, verdana;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #BFA573;
	text-decoration: none;
}

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

p { margin-left: 1em; }
/* style features
-------------------------- */
small {font-size: 11px;}
strong, b {font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: .9em;}
.slogan {text-align: center;}
.success {color: #390;}
.error {color: #c00;}
.subdued {color: #666;}
.strike {color: #666; text-decoration:line-through;}
.highlight {background: #ffc; padding: 5px;}
.center {text-align: center;}
hr {margin: .5em 0;background:#eee;height:1px;color:#eee;border:none;clear:both;}

/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}
