/* ************************************************************* */
/* CSS code developed for www.talboom.be by                      */
/* DreamDivision (www.dreamdivision.com)                         */
/* Last change: 08-04-2010                                       */
/*                                                               */
/* all sizes based on strict W3C rules (borders/padding are +)   */
/* ************************************************************* */



/* ******************************************** */
/* HTML STYLES & CLASSES                        */
/* ******************************************** */


html {	/* Bug fix for Mozilla, by Carey Evans */
	min-width: 910x;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	}

p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: 0px;
	}

.hide, hr {
	display: none;
	}







#container {
	width: 880px;
	margin: 70px auto 25px auto;
	padding: 0px;
	}

#header-logo {
	text-align:right;
	margin: 0px auto 40px auto;
	}




UL {
	list-style: none;
	}
LI {
	list-style: none;
	}
A {
	text-decoration:none;
	color:#666;
	font-size: 0.9em;
	line-height: 2em;
	}
A:hover, A:active  {
	font-weight: bold;
	}


