html {
	height:  100%;
}

body {
	background: url(../img/background.png) repeat-x fixed;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font: .8em/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	font-size: 1.5em;
}

h2 {
	margin-left: 10px;
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	border: 0;
	color: #833d08;
}

a:hover {
	color: #b45b18;
}

ul, ol {
	padding: 0;
	border: 0;
}

#bgWrapper {
	background: url(../img/background-element.gif) no-repeat fixed;
	width: 100%;
}

#mainWrapper {
	position: relative;
	width: 705px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

#firefoxLogo {
	position: absolute;
	top: 85px;
	left: 635px;
}

/* @group Menu */

#menu {
	background: url(../img/menu-background.png) no-repeat;
	height: 52px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	margin: 15px 55px 0 60px;
}

/* @end */

/* @group Content */

#content {
	background: url(../img/content-background.png) repeat-y;
	padding: 0 9px;
	text-align: left;
}

#content ul, #content ol {
	margin: 0 40px;
	padding: 0;
	border: 0;
}

/* @group Heading */

.heading {
	margin: -13px 0;
	padding: 0px;
}

/* @end */

p {
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

p#contentLinks {
	font-weight: bold;
	text-align: center;
}

.leftImage {
	float: left;
	margin: 10px 10px 10px 0;
}

.rightImage {
	float: right;
	margin: 10px 0 10px 10px;
}

.centerImage {
	display: block;
	clear: both;
	margin: 10px auto;
}

#content #footnotes {
	margin-top: 10px;
	font-size: .8em;
}

/* @end */

/* @group Footer */

#footer {
	background: url(../img/footer-background.png) no-repeat;
	height: 52px;
	padding-top: 13px;
	font-size: .7em;
	line-height: 2em;
	text-align: center;
}

#footer img {
	vertical-align: middle;
}

/* @end */
