body
{
	background: url('/template/images/background-pattern.jpg') left top;
}

h1, h2, h3, h4, h5
{
	color:#171547;
	margin: 0px;
	padding: 5px 0;
}

#outerSite
{
	width:970px;
	margin:auto;
	position: relative;
}

#content-wrapper
{
	position: relative;
	width: 774px;
	margin-left: 196px;
}

* html #content-wrapper
{
	width: 770px;
}

#content-wrapper b.border
{
	font-weight: normal;
	height: 7px;
	display: block;
	overflow: hidden;
	background: #fff;
}

#content-wrapper b.top {border-top: 5px solid #171547;}
#content-wrapper b.bottom {border-bottom: 5px solid #171547;}

#content-wrapper b.corner
{
	font-weight: normal;
	height: 12px;
	display: block;
	overflow: hidden;
}

#content-wrapper b.top-left
{
	padding-left: 12px;
	background: url('/template/images/content-tl.gif') left top no-repeat;
}

#content-wrapper b.top-right
{
	padding-right: 12px;	
	background: url('/template/images/content-tr.gif') right top no-repeat;
}

#content-wrapper b.bottom-left
{
	padding-left: 12px;
	background: url('/template/images/content-bl.gif') left top no-repeat;
}

* html #content-wrapper b.bottom-left
{
	margin: 0 10px;
}

#content-wrapper b.bottom-right
{
	padding-right: 12px;
	background: url('/template/images/content-br.gif') right top no-repeat;
}

#content-area
{
	border: solid #171547;
	border-width: 0 5px;
	padding: 1px 7px;
	background: #fff;
}

* html .eventie6
{
	width:740px;
}

#footer-logos
{
	text-align: center;
}

#footer-logos img
{
	vertical-align: middle;
	margin: 0 30px;
}

#header #left-side, #header #right-side
{
	float: left;
	position: relative;
}

#header #left-side
{
	width: 482px;
}

#header #right-side
{
	width: 482px;
}

#header #left-side img
{
	position: absolute;
	left: 160px;
	top: 30px;
}

#header #right-side img
{
	position: absolute;
	right: 160px;
	top: 30px;
}

#header h1
{
	font-size: 400%;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	border-right: 6px solid #171547;
}

#header h2
{
	font-size: 270%;
	margin: 0px;
	padding-left: 10px;
}

#header h3
{
	font-size: 130%;
	text-align: center;
	font-style: italic;
	margin: 10px;
}

#pageContent
{
	min-height: 400px;
}

* html #pageContent
{
	height: 400px;
}

.clear {
	clear:both;
	overflow:none;
}

#spiltNavb
{
	padding-bottom: 75px;
}