body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #000000;
	background-color: #666666;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #666666;  /***********  Change color of Header background ***********/
}

#header {
	background: #222 url('images/header-background.jpg') right no-repeat; 
	width: 760px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -0.1em;
}

#wrapper-menu {
	float: left;
	width: 100%;
	}


#menu {
	margin: 0 auto;
		width: 760px;
	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 {
	background: #666 url('images/menu-background.jpg') top left repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 100%;

}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #666;
}

#menu ul li a:hover
{
	background: #b6e41c url('images/menu-hover.jpg') repeat-x;
	color: #333;
}

#menu ul li a.now
{
	color: #800000;
	background: #b6e41c url('images/menu-hover.jpg') repeat-x;
}

#content {
	width: 750px; 
	margin: 0 auto;
	padding: 3.5em 5px 20px 5px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: white;
	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 5px;
	width: 750px;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #666 url('images/menu-background.jpg') top left repeat-x;
	border: 1px solid #666;
	font-size: 80%;
}

h2 {
	color: #666;   /***********  Change color of Title text ***********/
	padding-bottom: 3px;
	border-bottom: 1px solid #666;  /***********  Change color of Title text line***********/
	font-size: 150%;
	letter-spacing: -0.1em;
}

a:link, a:visited {
	color: #69C;   /***********  Change color of Link text  ***********/
	text-decoration: none;
}

a:hover
{
	color: #000;    /***********  Change color of hover Link text  ***********/
	text-decoration: underline;
}

p { margin-left: 1em; margin-top: .5em; margin-bottom: .5em;}

.sysreqTitle {
	font-size: 75%;

}

h3{
	font-size: 110%;
	font-weight: bold;
	line-height: 15px;
	margin-top: 1em;

}

p.flash {
margin-top: 0;
margin-bottom: 0;
background: #fff url('images/icons_flash.gif') top left no-repeat;
height: 25px;
padding-left: 25px;
}

p.pdf {
margin-top: 0;
margin-bottom: 0;
background: #fff url('images/pdf.gif') top left no-repeat;
height: 25px;
padding-left: 25px;
}

p.mp3 {
margin-top: 0;
margin-bottom: 0;
background: #fff url('images/mp3.gif') top left no-repeat;
height: 25px;
padding-left: 25px;
}
