/********************************************************
*
*	stylesheet initializing Rijkevorsel website
*
********************************************************/

/* Main Structural Elements & init
-------------------------------------------- */	

/* Elements */

* { margin:0; padding:0; } /*apply default to all elements*/

HTML {border: 0;}

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;/*12px;*/ /* Sets base font size for site to 10px (because 62.5% of 16px [default browser font size] = 10px)   */
	background-color: #807D6A;
	background-image: url(../images/bkg_loket.gif);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
	color: fff;
}

IMG
{
	border: 0;
}

A
{
	color: #FFCF3E;
}

OL, UL, LI {list-style-type: none; font-size: 1em; /*12px*/}

TABLE, TR, TD {font-size: 1em; /*12px*/}



/* Classes */


/* IDs */

#wrapper
{
	font-size: 1.2em; /*12px*/
	margin: 0 auto;
	width: 650px;
}
