/*-- created by Emile Blume - 2006, Netcreators.com --*/

body {
	background: #FFFFFF url(../img/bg.gif) repeat-y left;
}

html, body {
	margin: 0;
	padding: 0;
	height: auto;
	*height: 100%;
	_height: 100%;
	color: #000050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

img {
	border: 2px solid #000050;
}

.csc-textpic-caption {
	font-style: italic;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color:#aa1400;
}

#container {
	background: url(../img/bg-top.gif) repeat-x top;
	position: relative;
	width: 100%;
	display: block;
}

#main {
	background: url(../img/bg-header.jpg) no-repeat left top;
	
	
	height: auto;
	height: 230px;
	*height: 100%;
	_height: 100%;
	
	width: 964px;
}

#header {
	background: url(../img/bol.gif) no-repeat right bottom;
	height: 131px;
	width: 963px;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header span, legend {
	display: none;
}

#header h1 {
	background: url(../img/logo.gif) no-repeat;
	display: block;
	height: 81px;
	width: 315px;
	left: 25px;
	top: 15px;
	position: absolute;
}

#header h1 a {
	display: block;
	height: 81px;
	width: 315px;	
}

#left, #center, #footer {
	float: left;
	margin-top: 74px;	
}

#left {
	background: url(../img/v-line.gif) repeat-y right;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	width: 188px;
}

#search {
	background: url(../img/bol.gif) no-repeat right bottom;
	margin-top: 40px;
	padding-right: 12px;
	text-align: right;
}

#search input {
	text-align: left;
	width: 100px;
}

#search input.button {
	text-align: right;
	margin-left: 0;
}

#center {
	background: url(../img/bg-main.gif) repeat-y right top;
	width: 776px;
	margin-top: 40px;
	padding-bottom: 10px;
}

#content {
	margin-left: 100px;
	width: 530px;
}

#content h3, #content h4 {
	color: #AA1400;
}

#content h3 {font-size:1.4em}

#content h4 {font-size:1.2em}

#content p {
	line-height: 140%;
}

#footer {
	background: url(../img/bg-footer.gif) no-repeat top left;
	height: 100px;
	width: 100%;
	margin-top: 10px;
}

#footerC {
	margin-top: 8px;
	padding-left: 340px;
}


