  /* **********
	 Additions by Kevin Vaesen
    kevin.v@pandora.be
  **************************** */


html
{
	border: 0px;
	padding: 0px;
}
body 
{
	padding: 0px;
	margin: 0px;	
	background: #cab99d url('') top repeat-x; 
	border-collapse: collapse;
	
	text-align:center;
}

img { padding: 0px; margin: 0px;}


#header img
{
	display: inline;
	margin: 0px; 
	padding: 0px;
	float: left;
	height: 158px;
}

#header #headerleft,
#header #headerright
{
	width: 211px;
}

#header #headermiddle
{
	width: 378px;
}

#header div.break
{
	clear: both;
}

#nav #langswitch
{
	display: inline;
	float:right;
}


#content .content
{
	padding: 10px;
}

#contentfooter
{
	text-align: center;
	padding: 10px;
	background:  #492e1f url('') no-repeat bottom center;
	color: #fff;
	
}


#nav
{
	padding-top: 10px;
	text-align:center;
	background: url('../images/shadow1.jpg') repeat-x;
}

#nav .content
{
	padding: 0px;
	background: #492e1f;
	float: left;
	display: inline;
	margin-left: 164px; /* body (800) - content (200) - padding( 10 ) - border (2) */
}


#container
{
	margin: 0px auto;
	width: 800px;
}


#contentwrapper{
	float: left;
	width: 100%;
}


#content
{
	text-align: left;
/*	margin: 0px auto;*/
	width: 374px;
	background: #492e1f;
	border: 2px solid #492e1f;
	border-top: 0px solid #FFF;	
	margin: 0 211px 0 211px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/	
}

#left
{
	margin-top: 50px;
	background: url('../images/left1.gif') no-repeat left top;
	float: left;
	width: 211px; /*Width of left column in pixel*/
	margin-left: -770px; /*Set margin to that of -(MainContainerWidth)*/
	height: 197px;
}

#right
{
	margin-top: 50px;
	float: left;
	width: 211px; /*Width of left column in pixel*/
	margin-left: -211px; /*Set margin to that of -(RightColumnWidth)*/
}