body {
	background-color:#d8deff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(img/tt-header.jpg);
	width:780px;
	height:227px;
	position:relative;
}

#menue {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	width:780px;
	background-color:#000;
color: #fff;
	height:25px;
text-align: center;}

#menue ul {
list-style: none;
height: 25px;
padding: 0;
margin: 0;
}

#menue ul li {
float: left;
display: inline;
position: relative;
padding-left: 5px;
padding-right: 5px;
}

#menue ul li a:link, ul li a:visited {
display: block;
text-decoration: none;
color: #fff;
padding: 5px;
text-align: left;
border: 0;
}

#menue ul li a:hover {
background-color: #f0f0f0;
color: #000;
}


#fmenue {

	clear: both;

	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	width:780px;
	background-color:#000;
	color: #fff;
	height:25px;
	text-align: center;
}

#fmenue ul {
list-style: none;
height: 25px;
padding: 0;
margin: 0;
}

#fmenue ul li {
float: left;
display: inline;
position: relative;
padding-left: 5px;
padding-right: 5px;
}

#fmenue ul li a:link, ul li a:visited {
display: block;
text-decoration: none;
color: #fff;
padding: 5px;
text-align: left;
border: 0;
}

#fmenue ul li a:hover {
background-color: #f0f0f0;
color: #000;
}


#flags{
	position:absolute;
	top:0px;
	left:720px;
	height:18px;
	width:60px;
}
/********************** Content ***************************/
#content {
	background-color:#FFF;
	width:780px;
}
img{
	border-width:0px;
}

.gallery_thumb{
	margin:3px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	clear: left;
	color:#000000;
	font-size:16px;
	padding: 20px 0px 5px 0px;
}

h2{
	color:#aaa;
	font-size:12px;
	margin: 0px 0px 15px 0px;
}



#left {
	background-color:#FFF;
	float:left;
	width:720px;
	padding: 10px 30px 15px 30px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#left ul{padding-left:30px;
}

#photos a{
	margin-right:14px;
}

img.floatLeft {  
    float: left; 
    margin-right: 10px; 
}

/********************** Accordion ***************************/

#accordion {
	margin-bottom: 1em;
}
.toggler {
	color: #000;
}
.togglerh {
	color: #000;
}
.toggler, .togglerh {
	cursor: pointer;
}


/********************** Lightbox ***************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(../../img/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../javascript/overlay.png", sizingMethod="scale");
	}

/********************** Footer ***************************/

#footer{
	clear:both;
	text-align:center;
}


#bottom {
	margin: 0px 0px 0px 0px;
	background-image:url(img/tt-footer.jpg);
	width:780px;
	height:156px;
	position:relative;
}

#exectime{
	position:relative;
	top:135px;
	text-align:center;
	color:#FFF;
}

