/* Containers
-------------------------------------------------- */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #f9f9f9;
}

div.container {
	width: 63em;
	margin: 0 auto;
}

div#header {
	background-image: url(images/header-bg.jpg);
}

div#content {
	background-image: url(images/shadow.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

div#footer {
	background-image: url(images/footer-shadow.gif);
	background-position: top;
	background-repeat: repeat-x;
}

div#content div.container {
	padding: 20px 0 20px 0;
}

div#footer div.container {
	padding: 20px 0 20px 0;
}

div#footer div.container p, div#footer div.container a {
	font-size: 0.9em;
	color: #999999;
	text-align: center;
}

/* Header
-------------------------------------------------- */

div#header-top div.container {
	background-image: url(images/engine-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 116px;
}

div#navigation {
	background-image: url(images/navigation-bg.jpg);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

img#logo {
	float: right;
	margin-top: 32px;
}

/* Navigation
-------------------------------------------------- */

div#navigation ul {
	margin: 0;
	padding: 3px 0 3px 0;
	list-style: none;
}

div#navigation ul li {
	padding: 0;
	margin: 0 1.1em 0 0;
	display: inline;
}

div#navigation ul a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

/* Headers
-------------------------------------------------- */

h1 {
	margin: 0 0 0.3em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 2.2em;
	color: #000000;
}

h2 {
	margin: 0.8em 0 0.3em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.8em;
	color: #000000;
}

h3 {
	margin: 0.8em 0 0.3em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.4em;
	color: #000000;
}

/* Text
-------------------------------------------------- */

p {
	margin: 0 0 0.8em 0;
	line-height: 1.4;
}

li {
	line-height: 1.4;
}

a {
	color: #0c3abb;
}

/* Images
-------------------------------------------------- */

div#content img {
	background-color: #F5F5F5;
	padding: 8px;
	float: right;
	margin: 0 0 20px 20px;
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

/* Generic
-------------------------------------------------- */

div.clear {
	clear: both;
}
