@charset "utf-8";
/* CSS Document */


html, body {
	height: 100%;
	width: 100%;
	font-family: Calibri;
	font-size: 12px;
	background-image: url(../images/background4.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}


/*WRAPPER*/

#wrapper {
	height: auto;
	width: 1050px;
	margin: 0 auto;
}


/*HEADER*/

#header {
	height: 90px;
	width: 1024px;
	margin: 0 auto;
	margin-top: 15px;
}

#logo {
	height: 90px;
	width: 500px;
	float: left;
	background-image: url(../images/logo3.png);
	background-repeat: no-repeat;
}

#language {
	height: 25px;
	width: 250px;
	float: left;
	font-family: Verdana;
	font-size: 10px;
	margin-left: 260px;
	margin-top: 40px;
}


/*NAVIGATION*/

#navigation {
	height: 90px;
	width: 1050px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
}


/*BODY*/

#body {
	height: auto;
	width: 980px;
	margin: 0 auto;
	margin-top: 25px;
}

#topback {
	height: 35px;
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/topbox1.png);
	background-repeat: no-repeat;
}

#midback {
	height: 1050px;
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/midbox1.png);
	background-repeat: repeat-y;
}

#midinfo {
	height: 400px;
	width: 350px;
	margin: 0 auto;
	padding-top: 20px;
	color: #333;
	font-size: 15px;
	margin-left: 85px;
	float: left;
}

#googlemap {
	height: 300px;
	width: 300px;
	padding-top: 50px;
	float: left;
	margin-left: 125px;
}

#jouepic {
	width: 980px;
	height: auto;
	float: left;
	margin: 0 auto;
	margin-top: 40px;
}

#joueinfo {
	width: 790px;
	height: auto;
	font-size: 14px;
	margin: 0 auto;
}

#jouepicture {
	width: 790px;
	height: 369px;
	margin: 0 auto;
	margin-top: 20px;
}

#btmback {
	height: 35px;
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/btmbox1.png);
	background-repeat: no-repeat;
}


/*FOOTER*/

#footer {
	height: 125px;
	width: 1030px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	color: #e3ae8d;
	background-image: url(../images/footback.png);
}


/*HEADER TAGS*/

h1 {
	font-size: 19px;
	font-weight: 900;
	color: #93353f;
}

h2 {
	font-size: 11px;
	font-weight: 100;
	color: #e3ae8d;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #93353f;
}

/*ANCHOR RULES*/

a {
	color: #93353f;
	text-decoration: none;
}

.footlink a:link {color: #e3ae8d;}
.footlink a:visited {color: #e3ae8d;}
.footlink a:hover {color: #bc8766;}
.footlink a:focus {color: #e3ae8d;}
.footlink a:active {color: #bc8766;}


