/*
 *	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: #FFD2A1;
	font: normal 11px verdana, sans-serif;
	line-height: 18px;
	color: #000000;
	margin: 0;

}

#cMain {

	width: 850px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;

}

#lSide {

	width: 250px;
	float: left;

}

#rSide {

	width: 480px;
	height: 663px;
	float: right;

}

#cLogo {

	width: 250px;
	height: 97px;
	background-image: url( ../images/cLogo.jpg );
	margin-bottom: 15px;

}

#lSide .cBox {

	width: 354px;
	height: auto;
	background-repeat: repeat-x;
	background-color: #FFD2A1;
	padding: 8px 6px -1px 14px;

}

#lSide .cBox span {
	
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	display: block;
	margin-bottom: 10px;
	
}

#cHeader {

	width: 475px;
	height: 463px;
	margin-top: 80px;
	margin-bottom: 10px;

}

#cHeader ul {

	margin: 0px;
	padding: 0px;

}

#cHeader ul li {

	width: 120px;
	height: 30px;
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;

}

#cHeader ul li a {

	width: 90px;
	height: 21px;
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	text-decoration: none;
	padding: 5px -1px 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#cHeader ul li a:hover {

	color: #FFFFFF;
	background-color: #FF7C12;
	
}

#cHeader .first {

	color: #FFFFFF;
	background-color: #FF7C12;
	
}

.cContent {
	
	margin-bottom: 30px;
	overflow: hidden;

}

.cContent h1 {

	font-weight: 300;
	font-size: 10px;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}


.cContent span {

	font-weight: 300;
	font-size: 20px;
	color: #3b3737;
	display: block;
	margin-bottom: 10px;

}

#footer {

	width: 100%;
	height: 171px;
	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: #1E8BC5;
	display: block;
	margin-bottom: 10px;
	
}
