/*
 *	Slicing + Basing by Furion.nl Webdevelopment & Hosting Solutions
 *	These files are copyrichted!
 */

body {

	background-image: url( ../images/cBackground.jpg );
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	font: normal 13px arial, sans-serif;
	line-height: 18px;
	color: #3b3737;
	margin: 0;

}

#cMain {

	width: 850px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;

}

#lSide {

	width: 250px;
	float: left;

}

#rSide {

	width: 550px;
	float: right;

}

#cLogo {

	width: 250px;
	height: 97px;
	background-image: url( ../images/cLogo.jpg );
	margin-bottom: 15px;

}

#lSide .cBox {

	width: 230px;
	height: auto;
	
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	padding: 8px 6px 30px 14px;

}

#lSide .cBox span {
	
	font-weight: 300;
	font-size: 18px;
	color: #FF0000;
	display: block;
	margin-bottom: 10px;
	
}

#cHeader {

	width: 550px;
	height: 150x;
	margin-top: 25px;
	margin-bottom: 30px;

}

#cHeader ul {

	margin: 0px;
	padding: 0px;

}

#cHeader ul li {

	width: 110px;
	height: 30px;
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;

}

#cHeader ul li a {

	width: auto;
	height: 25px;
	color: #ffffff;
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#cHeader ul li a:hover {

	color: #3b3737;
	background-color: #ffffff;
	
}

#cHeader .first {

	color: #3b3737;
	background-color: #ffffff;
	
}

.cContent {
	
	margin-bottom: 30px;
	overflow: hidden;

}

.cContent span {

	font-weight: 300;
	font-size: 20px;
	color: #3b3737;
	display: block;
	margin-bottom: 10px;

}

#footer {

	width: 100%;
	height: 131px;
	/*background-image: url( ../images/footer_background.jpg );*/
	background-repeat: x-repeat;
	overflow: hidden;

}

#footer #text {

	width: 820px;
	height: auto;
	margin: 0px auto;
	margin-top: 25px;

}

#footer #text span {
	
	font-weight: 300;
	font-size: 18px;
	color: #FF0000;
	display: block;
	margin-bottom: 10px;
	
}
