body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #3A2D1B;
	background-image: url(..//img/bg_tile.jpg);
	background-repeat: repeat;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9A389;
}

#maincontainer{
	width: 980px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image:  url(../img/bg_page.jpg);
	background-repeat: no-repeat;
	background-color: #3A2D1B;
}

#maincontainer_fr{
	width: 980px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image:  url(../img/bg_page_fr.jpg);
	background-repeat: no-repeat;
	background-color: #3A2D1B;
}

#topsection{
	height: 430px; /*Height of top section*/
	position: relative;
}

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

#contentcolumn{
margin-right: 870px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
height: 430px;
}

#leftcolumn{
float: left;
width: 415px; /*Width of left column in pixel*/
margin-left: -870px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
}

#rightcolumn{
float: left;
width: 455px; /*Width of right column in pixels*/
margin-left: -455px; /*Set margin to -RightColumnWidth*/
}

#footer{
	clear: left;
	width: 100%;
	height: 110px;
	background-image:  url(../img/bg_footer.jpg);
	text-align: right;
	color: #634D2E;
}

.innertube_left{
margin-left: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 55px;
}

.innertube_right{
margin-left: 90px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 56px;
}

.innertube_left_ref{
margin-left: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 15px;
}

.innertube_right_ref{
margin-left: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 56px;
}

.innertube_footer{
	padding-top: 50px;
	margin-right: 125px;
}

a:link {color:#8F6F43;text-decoration: none;} 
a:active {color:#8F6F43;text-decoration: none;}
a:visited {color:#8F6F43;text-decoration: none;}
a:hover {color:#A9A389;text-decoration: none;}

a.footerlink:link {color:#634D2E;text-decoration: none;} 
a.footerlink:active {color:#634D2E;text-decoration: none;}
a.footerlink:visited {color:#634D2E;text-decoration: none;}
a.footerlink:hover {color:#A9A389;text-decoration: none;}

a.menulink:link {color:#fff;text-decoration: none;} 
a.menulink:active {color:#fff;text-decoration: none;}
a.menulink:visited {color:#fff;text-decoration: none;}
a.menulink:hover {color:#efefef;text-decoration: none;}

ul{
	line-height: 1.5em;
	list-style-type: square;
	text-align:justify;
}

input, textarea, select {
	background-color : #BEB9A6;
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333;
	width: 225px;
	margin-bottom: 5px;
	scrollbar-3dlight-color:#BEB9A6; 
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#BEB9A6;
	scrollbar-darkshadow-color:#BEB9A6;
	scrollbar-face-color:#BEB9A6;
	scrollbar-highlight-color:#BEB9A6;
	scrollbar-shadow-color:#BEB9A6;
	scrollbar-track-color: #BEB9A6;
}

input.normal{
background-color : transparent;
width:15px;
margin: 0;
}

.inputfield_xlarge{
  width:300px;
  height:40px;
 }

#gallery {
	position: absolute;
	top: 132px;
	left: 143px;
}

#language {
	position: absolute;
	top: 305px;
	left: 870px;
}

#menu {
	position: absolute;
	top: 360px;
	left: 145px;
}

#mail {
	float: right;
}

.spacer {
	clear: both;
	height: 25px;
}

.colortitle{
color: #7E623A;
font-size: 12px;
font-weight: bold;
}

.grey{
color: #ccc;
}

.transparantcell {
	width: 330px;
	padding: 8px;
	margin: 0;
	text-align: left;
    border: 1px dotted #BEB9A6;
	height: 60px;
}

table.csstable{
padding: 0; 
border: none;
width: 100%;
}

hr{
	border : none;
	border-top : dashed 1px #929874;
	color : #3A2D1B;
	background-color : #3A2D1B;
	height : 1px;
	clear: left;
}

h1{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}





