
* {
	margin: 0;
	padding: 0;
}

a {
	color: #6d7a11;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 10pt;
	line-height: 1.75em;
	font-family: Arial, sans-serif;
	background: #e1e4e5 url("images/bg.png");
	color: #383939;
}

h1,h2,.hdrei {
	text-transform: lowercase;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #6d7a11;
}

h1{
	font-size: 1.8em;
}

h2,.hdrei{
	font-size: 1.4em;
}

p {
	margin-bottom: 1.75em;
}

#bg {
	background: url("images/highlight.png") top left repeat-x;
}

#page {
	position: relative;
	width: 1000px;
	padding-top: 30px;
	margin: 0 auto 0 auto;
}

#banner {
	position: relative;
	width:1000px;
	height: 250px;
	margin: 28px 0;
	background: url("images/pic1.jpg") no-repeat;
}

#nav {
	margin: 0 auto;
	width: 1000px;
	height: 55px;
	line-height: 56px;
	background: url("images/nav.jpg") no-repeat;
	font-size: 1.2em;
	text-transform: lowercase;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#nav a {
	text-decoration: none;
	color: #ffffff;
}

#nav ul {
	list-style: none;
	width: 100%;
	text-align: center;
}

#nav ul li {
	display: inline;
	text-align: center;
	padding: 0 1em 0 1em;
}
#content {
	padding: 28px;
	background: #ffffff;
	border-bottom: solid 1px #c0c0c0;
}

.img {
	float:left;
	padding:5px 10px 0 0;
}

#footer {
	margin: 28px 0 64px 0;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	color: #787979;
}

#footer a {
	color: #787979;
}




