/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, ins, kbd, q, s, samp,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: FunctionLH, "Lane - Narrow", "Gill Sans", sans-serif;
}

ol, ul {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

a {
	color: #5b554f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #bc650b;
}

/* Layout */

#head {
	background: url(../images/layout/TopGrad.png) repeat-x;
	height: 200px;
	width: 1000px;
	margin: auto;
}

#head img {
	float: left;
}

#head #logo {
	margin: 18px;
	position: relative;
	left: -120px;
}

#container {
	width: 900px;
	margin: auto;
	padding: 20px 50px;
	height: auto;
	overflow: auto;
}

#foot {
	position: absolute;
	width: 100%;
	overflow: hidden;
	bottom: 0;
}

#footer {
	width: 1000px;
	text-align: center;
	font-size: small;
	background: url(../images/layout/BottomGrad.png) repeat-x;
	height: 100px;
	margin: auto;
	bottom: -60px;
	position: relative;
}

#footer p {
	float: left;
	width: 700px;
	margin-top: 10px;
}

#footer img {
	float: left;
}

#head img.right {
	float: right;
}


/* Navigation Menu */

#nav {
	display: none;
}

#nav ul {
	width: 434px;
	margin-top: 10em;
	float: left;
	position: relative;
}

#nav ul li {
	display: inline-block;
	margin-left: 1em;
	font-size: large;
}