body {
	background-color: #222;
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	line-height: 125%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

div.page {
	background-color: #eee;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	padding-right: 2px;
}

#wrapper-header {
	background-color: #222;
	background-image: url('../images/logo-background.png');
	width: 100%;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}

#header {
	background-color: #222;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 730px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
}


#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	margin: auto;
	padding: 0;
	width: 100%;
	height: 28px;
	text-align: left;
	color: white;
	background: #88ac0b url('../images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 100%;
}

#menu {
	width: 100%;
	margin: 0 auto;
	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 #95bc0e;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
	text-shadow: #364921 4px 4px 2px;
}

#menu a:hover {
	background: #b6e41c url('../images/menu-hover.png') repeat-x;
	color: #485b06;
	text-shadow: #364921 4px 4px 2px;
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	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 1%;
	width: 98%;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('../images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
	text-shadow: #000000 1px 1px 8px;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

img {
	border: none;
}

img.screenshot {
	border: 1px solid silver;
	padding: 4px;
}

div.footerLeft {
	float: left;
}

div.footerRight {
	float: right;
}

div.break {
	clear: both;
}

div.centered {
	text-align: center;
}

div.ad {
	margin-left: auto;
	margin-right: auto;
	width: 468px;
}

div.adTop {
	margin-top: 0px;
	margin-bottom: 2em;
	text-align: center;
}

div.adBottom {
	margin-top: 2em;
	margin-bottom: 0px;
	text-align: center;
}

div.submenu {
	background-color: #FFF;
	border: 1px inset silver;
	border-bottom: 1px solid silver;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}

pre.roadmap {
	display: none;
	border: 1px solid silver;
	padding: 4px;
	color: #3c7244;
	line-height: 100%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFDD;
}
