/*------------------------------------------------------------------------*/
/* Generic HTML tags                                                      */
/*------------------------------------------------------------------------*/

body{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 17px;
    font-family: Georgia, Times New Roman, Times, serif;
	background:url("");
	background-position: center center;
}

img {
	border: none;
}

em {
	font-weight:bold;
	font-style:normal;
}

h1 {
	display:block;
	margin-top:0px;
}

p {
	font-size: 17px;
}

.block {
	display:block;
}

/*------------------------------------------------------------------------*/
/* Wrapper			                                                      */
/*------------------------------------------------------------------------*/

.wrapper1 {
	text-align:center;
	height:100%;
	background-color:GhostWhite;	
	background-repeat:repeat-x;
}

.wrapper2 {
	width: 960px;
	margin:auto;
}

.overflowImage {
	border: 8px ridge saddlebrown;
	cursor:pointer;
	margin:auto;
}

.overflowGalleryBackground {
	position:absolute;
	top: 0px;
	left:0px;
	z-index: 200000000;
	width:100%;
	height:4000px;
	display:none;
	background-color: linen;
    filter: alpha(opacity=90);
    opacity: 0.90;
    -moz-opacity: 0.90; 
}

.overflowGallery {
	position:absolute;
	top: 0px;
	left:0px;
	z-index: 200000001;
	width:100%;
	height:100%;
	display:none;
	background-color: transparent;
	text-align:center;
	padding-top:15px;
}

/*------------------------------------------------------------------------*/
/* Page elements	                                                      */
/*------------------------------------------------------------------------*/

#pageHeader {
	text-align:left;
	height:80px;
	background:url("");
}

#languageSwitchContainer {
	width:330px;
	float:right;
	text-align:right;
	display:inline;
	vertical-align:top;
}

#pageBody {
	height:500px;
	text-align:left;
}

#mainMenuContainer {
	width:120px;
	display:inline;
	float:left;
	background-color:gold;
}

#contentContainer {
	background:url("../images/hatter.jpg");
	background-attachment:fixed;
	border: 5px solid dodgerblue;
	text-align: left;
	padding: 10px 15px;
	height: 420px;
	width: auto;
	overflow-y:scroll;
	overflow-x:none;
}

#pageFooter {
	height:350px;
	background:url("");
	background-position: top left;
	background-repeat: repeat-x;
		
}

table{
	width:780px;
}
/*------------------------------------------------------------------------*/
/* Main menu     	                                                      */
/*------------------------------------------------------------------------*/

.mainMenuItem {
	background-color:gold;
	line-height:30px;
	font-size:18px;
	color:black;
	text-align:center;
	display:block;
	padding: 0px 10px;
	text-decoration:none;
	border:2px solid gold;
}

.mainMenuItem:hover {
	background-color:black;
	color:gold;
	border:2px solid black;
}


.mainMenuItem:focus {
    outline: none;
}

.active {
	background-color:dodgerblue;
	color:white;
	border:2px outset dodgerblue;
	border-right: 2px solid dodgerblue;
}

.separator {
	border-top:2px solid black;
}

/*------------------------------------------------------------------------*/
/* language menu     	                                                  */
/*------------------------------------------------------------------------*/

.languageFlag {
	border: none;
}

/*------------------------------------------------------------------------*/
/* images and image containers                                            */
/*------------------------------------------------------------------------*/

img.thumbnail {
	float:left;
	margin:3px;
	width: 180px;
	height: 250px;
	border: 2px solid dodgerblue;
}

img.thumbnaildouble {
	float:left;
	margin:3px;
	width: 370px;
	height: 250px;
	border: 2px solid dodgerblue;
}

img.thumbnailwide{
	float:left;
	margin:3px;
	width: 750px;
	height: 250px;
	border: 2px solid dodgerblue;
}

img.labelled_right {
	float:none;
	margin-bottom:3px;
	display:block;
}

img.labelled_left {
	float:none;
	margin-bottom:3px;
	margin-right:10px;
	display:block;
}

img.labelled_thumbnail {
	display:block;
	width: 180px;
	height: 250px;
	border: 2px solid dodgerblue;
	margin-bottom:3px;
}

div.labelled {
	font-style: italic;
	font-size: 17px;
	line-height:18px;
	text-align: center;
	padding: 3px;
	float:left;
}

div.thumbnailwide {
	width: 750px;
	float: left;
	border: none;
	padding:5px;
	font-style:normal;
}

div.thumbnail {
	width: 180px;
	float: left;
	border: none;
	padding:5px;
	font-style:normal;
}

div.left {
	padding:3px;
}

div.right {
	padding:3px;
}

img.left {
	padding:3px;
	float:left;
	display:inline;
}

img.right {
	padding:3px;
	float:right;
	display:inline;
}
