@charset "UTF-8";

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(img/bg.jpg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* begin page elements */

#header {
	width: 800px;
	height: 119px;
	float: left;
	text-align: center;
	padding-top: 60px;
	background-image: url(img/header.jpg);
}

#header h1 {
	font-size: 2.1em;
	font-weight: lighter;
	color: #FFFFFF;
}

#header h2 {
	font-size: 1.1em;
	font-weight: lighter;
	color: #FFFFFF;
}

#container {
	width: 800px;
	margin: auto;
}

#nav {
	width: 800px;
	height: 51px;
	float: left;
	text-align: center;
	background-image: url(img/nav.jpg);
}

#nav ul {
	display: block;
	list-style: none;
	padding-top: 17px;
}

#nav li {
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
}

#nav a {
	padding: 5px;
	text-decoration: none;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: lighter;
}

#nav a:hover {
	color: #75A77B;
}

#content {
	width: 730px;
	padding: 35px;
	float: left;
	font-size: 0.85em;
	background-image: url(img/content.jpg);
	color: #303030;
	line-height: 1.4em;
}

#content h2 {
	font-size: 1.7em;
	margin-bottom: 1.4em;
	font-weight: lighter;
	color: #282828;
}

#content h3 {
	font-size: 1.4em;
	margin-bottom: 1.4em;
	font-weight: lighter;
	color: #434343;
}

#content p {
	margin-bottom: 1.4em;
}

#content a {
	color: #576A5C;
}

#footer {
	width: 800px;
	padding-top: 30px;
	height: 70px;
	text-align: center;
	font-size: 0.7em;
	float: left;
	background-image: url(img/footer.jpg);
}