@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/EEE1AFDEB56FF4FFD2_76.png);
	background-attachment: fixed;
	
}
#container {
	margin: auto;
	width: 930px;
	background-image: url(img/bg6.png);
}
.header {
	margin: auto;
	width: 898px;
	height: 100px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.picdiv {
	margin: auto;
	width: 898px;
	height: 383px;
	background-image: url(img/bg2.jpg);
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left
	: 1px solid #FFFFFF;
}
#mainimg {
	float: left;
	margin-right: 10px;
	width: 625px;
	height: 383px;
}


#list-menu {
float: right;
margin-top: 10px;
width: 240px;
font-size: 14px;
	font-weight: bold;
/* this width value is also effected by
the padding we will later set on the links.	*/
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}
#list-menu li {
float: right;
margin: 5px 10px 0px 0px;
text-align: right;

}
#list-menu a {
display: block;
width:230px;
padding: 2px 5px 1px 0px;
border-right: 1px solid #E4C88B;
border-bottom: 1px solid #E4C88B;

text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border-right: 1px solid #E4C88B;
border-bottom: 1px solid #E4C88B;
background-image: url(img/EEE1AFDEB56FF4FFD2_76.png);
color: #000000;
}
#lang{ 
	float: right;
	margin-top: 15px;
	width: 220px;
	font-size: 10px;
	text-align: left;
}
#lang a:link {color: #000000;}
#lang a:visited {color: #000000;}
#lang a:active {color: #000000;}
#lang a:hover {color: #000000;}


.content {
	margin: auto;
	width: 898px;
	overflow: auto;
	background-image: url(img/bg5.png);
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 14px;
}
.content h1 {
	font-size: 16px;
	color: #006699;
}

#text {
	float: left;
	margin-right: 10px;
	width: 605px;
	padding: 10px 10px 10px 10px;
}

#text a {
	text-decoration: none;
	color: #000000;
}



#image {
	float:right;
	margin: 10px 10px 0px 0px;
	width: 250px;
}
.footer {
	margin: auto;
	width: 898px;
	height: 383px;
	background-image:url(img/bg5.png);
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	
}
#lowerpic {
	float: left;
	margin-right: 10px;
	width: 625px;
	height: 383px;
}
#textbox {
	float:right;
	margin: 10px 10px 0px 0px;
	width: 250px;
	height: 170px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #E4C88B;

}

#textbox a:link {color: #000000;}
#textbox a:visited {color: #000000;}
#textbox a:active {color: #000000;}
#textbox a:hover {color: #000000; text-decoration:underline;}

form {
 border: 1px solid #E4C88B;
 padding: 5px;
}
input {
 border: 1px solid #E4C88B;
 background-color: #FFFFCC;
}
select {
 border: 1px solid #E4C88B;
 background-color: #FFFFCC;
 color: #000000;
}
textarea {
 border: 1px solid #E4C88B;
 background-color: #FFFFCC;
 color: #000000;
}

