body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #FFF; }

#header {
	background: #FFF url('images/banner.jpg') left no-repeat;
	width: 750px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 175%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #72A3C3 url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 750px;
	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 #bbb;
	border-right: 1px solid #bbb;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #FF0000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #bbb;
}

#menu a:hover {
	background: #91BAFF url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#golang a:link, #golang a:visited {
	color: #006660;
	text-decoration: none;
	line-height: 1.1em;
}

#golang a:hover {
	color: #000;
	text-decoration: underline;
}

#content {
	width: 740px; /* 740 because it has 5px padding on each side, which brings it to 750 wide */
	margin: 0 auto;
	padding: 3.5em 5px 20px 5px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: center;
	line-height: 1.1em;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 5px;
	width: 740;
	height: 100%;
	text-align: center;
	color: #000080;
	letter-spacing: -0.0em;
	line-height: 1.5em;
	background: #72A3C3 url('images/menu-backgroundbot.png') top left repeat-x;
	border: 1px solid #6EA8CE;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 65%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #6EA8CE;
	font-size: 120%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; 
	line-height: -0.10em;
}
