/* ------------- Globale objecten ------------ */
html,body
{
	margin				:	0px;
	padding				:	0px;
}
html
{
	background-image	:	url(/img/bg.jpg);
	background-repeat	:	repeat-x;
	background-position	:	top left;
	background-color	:	#f0f0f0;
}
body
{
	width				:	898px;
	margin-left			:	auto;
	margin-right		:	auto;
}
body,input,select,textarea
{
	font-family			:	Verdana,Arial,Helvetica,sans-serif;
	font-size			:	11px;
}
form, div, table, h1, h2
{
	padding				:	0px;
	margin				:	0px;
}
A
{
	color				:	#cccccc;
	font-weight			:	bold;
	font-size			:	13px;
	text-decoration		:	none;
}
div.divContent
{
	background-color	:	#f0f0f0;
	border				:	1px solid #000000;
	padding				:	10px;
	width				:	480px;
}
.divCenter
{
	margin-left			:	auto;
	margin-right		:	auto;
}

DIV#divMain
{
	border				:	1px solid #c0c0c0;
	width				:	898px;
}
DIV#divMainTop
{
	background-image	:	url(/img/header.jpg);
	background-repeat	:	no-repeat;
	width				:	898px;
	height				:	152px;
	text-align			:	left;
	vertical-align		:	top;	
}
DIV.divCol
{
	float				:	left;
}
DIV#divContainer
{
	width				:	890px;
	height				:	755px;
}
DIV.divGoogleAds
{
	width				:	160px;
	margin				:	10px;
	margin-top			:	20px;
	text-align			:	center;
}
.tdCol1
{
	width				:	33%;
	padding-top			:	15px;
	padding-bottom		:	15px;
	vertical-align		:	top;
	text-align			:	center;
}