p {
	margin: 10px 0;
}
ul, ol {
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #000;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { color: #054c79; margin: 10px 0;}
h1 {font-size: 1.8em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #DDD;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 62.5% Arial, Helvetica, sans-serif; 
	background: #054c79;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 978px;
	background: url(../img/bg.gif) repeat-y;
	overflow: hidden;
}
#header {
	width:978px;
	height: 297px;
}
#left {
	width: 190px;
	margin-right: 20px;
	font-size: 1.2em;
	float: left;
}
/* --- navigation --- */
#nav {
	height: 320px;
	width: 209px;
	background: url(../img/nav-bg.gif) no-repeat;
}
#nav ul {
	margin: 0 0 20px 20px;
	padding: 0;
}
#nav li {
	padding: 20px 0 0;
	font-size: 1.6em;
	font-style: italic;
	list-style-type: none;
}
#nav a {
	display: block;
}
#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #054c79;
}
/* --- END LEFT--- */
#content {
	width: 650px;
	padding: 20px 40px;
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
}
.imageright {
	margin: 0 0 20px 20px;
	padding: 4px;
	border: 1px solid #e6bd1c;
	float: right;
	clear: right;
}
.noborder {
	margin-top: 20px;
	border: none;
}
div.gallery{
	margin: 10px 15px 10px 0;
	padding: 4px;
	width: 158px;
	height: 180px;
	border: 1px solid #e6bd1c;
	text-align: center;
	float: left;
}
div.gallery p {
	width: 158px;
	text-align:center;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 978px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	color: #ddd;
	font-size: .9em;
}
#footer h2 a, #footer h2 a:visited {
	color: #ddd;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #e6bd1c;
}
#footer h3 {
	margin: 0;
	text-align: center;
	color: #044167;	
	font-size: .9em;
}
#footer h3 a, #footer h3 a:visited {
	color: #044167;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #e6bd1c;
}