html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: HelveticaNeue, Tahoma, Arial, Verdana, sans-serif;
	font-size: 76%;
	padding: 25px;
}

#svg-background
{
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#page-container
{
	z-index: 5;
	margin: 0 auto;
	width: 920px;
	padding: 0px;
	background: #fff;
	border: 1px solid #000;
	opacity: 0.99;
}

#header
{
	height: 300px;
	background: url('../images/oie_header_09.png') top no-repeat #fff;
}

#nav
{
	border: 1px #aaa solid;
	margin: 20px 10px 20px 10px;
	text-align: center;
	background-color: #a42a67;
	padding: 0px;
}

#nav a:link, #nav a:visited
{
	color: #fff;
	font-size: 1.6em;
	letter-spacing: 3px;
	text-decoration: none;
}

#nav a:hover, #nav a:active
{
	color: #2771a1;
	text-decoration: none;
}

#content
{
	border: 1px #999 solid;
	margin: 30px 10px 20px 10px;
}

.innerCont
{
	background: url('../images/contbg_02.jpg') center no-repeat #fff;
	/*margin: 10px;*/
	padding: 5px 50px 5px 50px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	color: #000;
}

.search
{
	float: right;
	padding-top: 15px;
}

h2
{
	font-size: 1.5em;
	color: #186d10;
	letter-spacing: 1px;
	word-spacing: -3px;
}

h3
{
	font-size: 1.25em;
	font-style: italic;
	letter-spacing: 2px;
}

h4
{
	font-size: 1.1em;
	letter-spacing: 1px;
}

#content a:link, #content a:visited
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
	font-weight: bold;
}

#content a:hover, #content a:active
{
	color: #000;
	border-bottom: 1px #000 solid;
	font-weight: bold;
}

#image
{
	float: right;
	margin: 0px 0px 8px 12px;
	border: 1px solid #333;
}

#footer
{
	background-color: #fff;
	margin: 0;
}

#footer p
{
	color: #aaa;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
}

#footer a:link, #footer a:visited
{
	color: #2771a1;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active
{
	color: #fff;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ccc;
}
