@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-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
}


/*BODY*/

#body {
	height: 1000px;
	width: 1024px;
	margin: 0 auto;
	margin-top: 50px;
}

#gallery {
	width: 980px;
	height: 370px;
	margin: 0 auto;
	background-color: #842e37;
}

#flashtxt {
	width: 260px;
	height: 250px;
	float: left;
	color: #e3ae8d;
	padding-top: 30px;
	margin-left: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}

#flashContent {
	width: 400px;
	height: 350px;
	float: left;
	margin-left: 55px;
	padding-top: 20px;
}

#spacer {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	background-color: #842e37;
}

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

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

#txt1 {
	width: 360px;
	height: auto;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	float: left;
	margin-top: 25px;
	margin-left: 70px;
}

#txt2 {
	width: 360px;
	height: auto;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	float: left;
	margin-top: 25px;
	margin-left: 120px;
}

#btmbox {
	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: 30px;
	text-align: center;
	color: #e3ae8d;
	background-image: url(../images/footback.png);
}


/*HEADER TAGS*/

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

h2 {
	font-size: 14px;
	margin: 0px;
}

h3 {
	font-size: 11px;
	font-weight: 100;
}


/*PARAGRAPH*/

p {
	margin: 0px;
}


/*ANCHOR RULES*/

a {
	color: #e3ae8d;
	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;}

