body {
	/*background-image: url(../images/headerback.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-color: #8a6e45;*/
	
	background: #8a6e45 url(../images/pageback.jpg) no-repeat top center;
	margin: 0;
}

a {
	color: #FFFFFF;
}

div#container {
	width: 1000px;
	margin: 0 auto;
}

div#header {
	position: relative;
	width: 1000px;
	height: 341px;
	background-image: url(../images/headerback.jpg);
	margin: 0;
	padding: 0;
}
#header .languageswitcher {
	position: absolute;
	top: 0;
	right: 180px;
	width: 65px;
	margin: 15px 0 0 0;
}

#minicartcontents {
	background-image: url(../images/basketback.png);
	position: absolute;
	top: 0px;
	left: 550px;
	width: 200px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	padding: 5px;
}

div#thepage {
	width: 797px;
	/*background: #8a6e45 url(../images/menuback.jpg) no-repeat top left;*/
	min-height: 200px;
}

#thepage .leftcol {
	width: 347px;
	float: left;
}

#thepage .content {
	width: 450px;
	float: right;
	font-family: Verdana;
	font-size: 14px;
	color: #fbebca;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	margin-top: 20px;
	text-align: center;
	color: #8a6e45;
}

.copyright a {
	color: #8a6e45;
}

h1 {
	font-size: 28pt;
	font-weight: normal;
	margin: 0;
}

h1 a {
	color: #FFFFFF;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
}

h2 a {
	color: #FFFFFF;
}

p {
	margin: 0 0px 10px 0;
}
