body {
	margin: 0 0 1em 0;
	padding: 0;
	color: white;
	background: url('images/ModvecBackgroundImage03c.jpg') fixed right no-repeat;
	background-color: #000;
	line-height: 130%;
	text-align: center;
}

#wrapper-header {
	background: url('images/ModvecBackgroundImage03c.jpg') fixed right no-repeat;
}

#header {
	background: #111 url('images/ModvecTitle04.jpg') center;
	/*	width: 62%;	*/
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: center;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #e00;
	font-family: Futura, Helvetica;
	font-size: 400%;
	padding-left: 10px;

	letter-spacing: 0em;
}

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

#menu {
	width: 62%;
	margin: 0 auto;
	font-family: Futura, Helvetica;
	font-size: 95%;
	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 #555;
	border-right: 1px solid #555;
	width: 100%;

}

#menu li {
	display: inline;
}

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

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

#content {
	width: 60%; /* 93% because it has 1% padding on each side, which brings it to 95% wide */
	margin: 0 auto;
	padding: 1.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #111 url('images/ModvecBackgroundImage03c.jpg') fixed right no-repeat;
	font-family: Futura, Helvetica;
	font-size: 90%;
	text-align: left;
}

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


#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 60%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #111 url('images/menu-background.png') top left repeat-x;
	border: 1px solid #EEE;
	font-family: Futura, Helvetica;
	font-size: 80%;
}

h2 {
	color: #EEE;
	padding-bottom: 3px;
	border-bottom: 1px solid #666;
	font-size: 150%;
	letter-spacing: -0em;
}

h3 {
	color: #e00;
	font-size: 150%;
	letter-spacing: -0em;
}

red {
	color: #e00;
	font-size: 100%;
	letter-spacing: -0em;
}

white {
	color: #FFF;
	font-size: 100%;
	letter-spacing: -0em;
}

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

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

p { margin-left: 1em; }
