/*	|=======================================================| **
**	| Project         : JeaBsy Web                          | **
**	| Template        : OCDeventer                          | **
**	| Created By      : Jeffrey Benistant                   | **
**	| Date            : December 2011                       | **
**	| Email           : Jeffrey@24design.nl                 | **
**	|=======================================================| */

/*******************************************************************************************************************************/

body {
	background-color:	#F0FAFF;
	margin:			0px;
	padding:		0px;
	color:			#222222;
	text-align:		center;
	font-size:		15px;
	font-family:	Calibri, tahoma, arial, "times New Roman";
}

#site {
	width:			65%;
	min-width:		980px;
	border-left:	#000 1px solid;
	border-right:	#000 1px solid;
	border-bottom:	#000 1px solid;
	margin:			0px auto 30px auto;
	padding:		0px 0px 20px 0px;
	background-color: #F5F5F5;
	text-align:		left;
}

.textHeader {
	padding-left:	20px;
	color:			#FFF;
	font-weight:	bold;
	font-size:		20px;
}

.VSpacer {
	height:	40px;
}

.HSpacer {
	width:	30px;
}

a {
	color:#003300;
}