@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;
	font-size: 11px;
}
.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;

	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;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.quotelink{
position: relative;
z-index: 0;
}
.quotelink:hover{
background-color: transparent;
z-index: 50;
}
.quotelink span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.quotelink span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.quotelink:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 500px;
left: 485px; /*position where enlarged image should offset horizontally */
}


/*history gallery/ */
.gallerycontainer{
position: relative;
overflow: hidden;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img{
border: 1px solid white;
margin: 0 0px 0px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 1px solid yellow;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 1000;
}
.takeout a {
	font-size:36px;
	font-weight:bold;
	color: #FF0000;
	text-decoration: underline;	
}

