/* CLEAR MARGIN AND PADDING */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
	background: #333333 url('images/bkgd.jpg') top left repeat-x scroll;
	margin: 0px auto;
	padding: 0px;
}

#wrapper {
	background: #FFFFFF;
	width: 940px;
	margin: 0px auto;
	padding: 0px 30px 30px;
	overflow: auto;	
}

#header {
	background: #ffffff url('images/_header_index.jpg') top left no-repeat;
	width: 940px;
	height: 215px;
	margin: 20px 0px;
	padding: 0px;
}

.nav {
	background: #ffffff;
	width: 377px;
	height: 31px;
	margin: 0px 0px 0px 556px;
	text-align: center;
	padding: 0px;
}

#nav {
/*	float: left; */
	background: none;
/*	color: #326476; */
/*	width: 69px; */
	height: 31px;
	font: normal 12px/31px Arial, Helvetica, Verdana, sans-serif;
	text-transform: none;
	text-align: center;
	display: inline;
	margin-right: 24px;
}

#nav a {
	color: #326476;
	text-decoration: none;
	padding: 10px 0px;
}

#nav a:visited, #nav a:active {
	background: none;
	text-decoration: none;
}

#nav a:hover {
	background: none;
	color: #326476;
	text-decoration: none;
}

p {
	font-family: 'Gesalio',serif;
	font-size: 18px;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 14px;
}

a {
	font-family: 'Gesalio',serif;
	font-size: 18px;
	color: #000000;
	line-height: 1.5em;
	margin-bottom: 14px;
}

a:visited, a:hover, a:active {
	font-family: 'Gesalio',serif;
	font-size: 18px;
	color: #649578;
	line-height: 1.5em;
	margin-bottom: 14px;
}

h3 {
	font-family: 'Open Sans Condensed',Helvetica,sans-serif;
	font-size: 24px;
	color: #649578;
	margin-bottom: 20px;
}

h5 {
	font-family: 'Open Sans Condensed',Helvetica,sans-serif;
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
	margin: 20px 0px 10px;
}

#footer {
	background-color: #649578;
	width: 940px;
	margin: 0px auto;
	padding: 0px 30px 10px;
	overflow: auto;	
}

.footerleft {
	float: left;
	width: 470px;
	align: left;
	margin-top: 20px;
}

.footerleft p {
	font-family: 'Open Sans Condensed';
	font-size: 18px;
	color: #ffffff;
}

.footerright {
	float: right;
	width: 470px;
	align: right;
	text-align: right;
	margin-top: 20px;
}

.footerright p, .footerright a, .footerright a:visited {
	font-family: 'Open Sans Condensed';
	font-size: 18px;
	color: #ffffff;
}

.footerright a:hover, .footerright a:active {
	font-family: 'Open Sans Condensed';
	font-size: 18px;
	color: #fffc00;
}