html,body {
	background-image:url('images/body_bg.jpg');
	background-repeat:repeat;
	margin:0;
	padding:0;
	
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
	min-height:100%;
}

#container {
	width:884px;
	border:0px solid #FF0000;
	background-image:url('images/bg2.jpg');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	
	padding-left:42px;
	padding-right:56px;
	
	min-height:100%;
	
}

#top {
	background-image:url('images/topHeader.jpg');
	width:884px;
	height:48px;
	float:left;
}

#top a {
	float:right;
	margin-top:18px;
	margin-right:20px;
	display:block;
	height:48px;
}

#top img {
	border:0;
}

#menu {
	float:left;
	width:174px;
	height:260px;
	
	list-style-type:none;
	
	background-image:url('images/menu_bg.jpg');
	background-repeat:repeat-y;
	
	
	margin:0;
	padding:0;
	padding-left:15px;
}

#menu li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14pt;
	font-weight:bold;
	padding-top:10px;
}
#menu li a {
	font-size:13pt;
}

#header {
	background-image:url('images/header.jpg');
	float:left;
	width:695px;
	height:260px;
}

#main {
	background-image:url('images/main_bg.jpg');
	background-repeat:repeat-y;
	width:872px;
	margin-left:12px;
	margin-bottom:-10px;
}

#left {
	width:179px;
	float:left;
}

#content {
	float:left;
	width:682px;
	background-image:url('images/content_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	margin-left:10px;
}

#footer {
	clear:both;
	width:872px;
	margin-left:12px;
	height:25px;
	background-color:#595959;
	text-align:center;
}

.leftIn {
	border-left:10px solid #595B57;
	margin-left:-10px;
	
	margin-top:20px;
	padding-left:10px;
}

.leftIn p.title {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14pt;
}

.leftIn p.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-left:30px;
	
}

.daanImg {
	margin-bottom:15px;
}

.footerGray {
	float:left;
	width:240px;
	margin-left:15px;
}

.footerGrayRound {
	margin:0 auto;
	width:510px;
	margin-bottom:40px;
}

.footerTitle {
	background-color:#222422;
	font-size:14pt;
	padding:2px;
	padding-left:5px;
}

.footerTitle a {
	font-size:14pt;
}


.footerTitle img {
	position:relative;
	top:-3px;
}

.footerText {
	padding-left:10px;
}

a {
	text-decoration:none;
	color:#cccccc;
	font-weight:bold;
	font-size:11px;
}

#news {
	width:622px;
	min-height:634px;
	padding:10px;
	margin-left:30px;
	background-image:url('images/news_bg.jpg');
	background-repeat:repeat-x;
}

label {
	width:90px;
	float:left;
	margin-bottom:5px;
}
label + input, label + textarea {
	float:left;
	margin-top:5px;
}
label + input + br, label + textarea + br {
	clear:both;
}

input, select, textarea {
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	background-color:#3A3D39;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
}
h2 {
	font-size:1.8em;
}