body {
	font-size: 12px;
	color:#FFFFFF;
	background: #000000; 
	height:400px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}


#container{
	background: url(../images/background.png) repeat-y;
	overflow:hidden;
}
#header {
	border-top: 1px solid #61514C;
	border-bottom: 1px solid #61514C;
}
#lang, #header, #logo, #menu, #content {
	marging-bottom:10px;
}

#logo {
	height : 56px;
}
#logo h1, #logo h2{
	text-indent: -9999px;
}
#logo a{
	display : block;	
	background: url(../images/logo.png) no-repeat;
	height : 56px;
}

#menu {
}

#menu ul{
	list-style:none;
	height: 30px;
	clear: both;
}
#menu li{
	padding-top:20px;
	display: inline;
	font-size:14px;
	margin: 10px 10px;
float:left;
}
#menu a{
	color: #CCCC66;
	font-weight:bold;
}
#menu a:hover{
	border-bottom:3px solid #669900;
	text-decoration: none;
}

#menu li a {
color:#807D75;
}

#menu a:focus{
	border-bottom:3px solid #669900;
	text-decoration: none;
}

#languageBar{
	padding-top:10px;
	height:15px;
}

#languageBar p{
	display:inline;
}

#languageChoice{
	display:inline;
	float:right;
}
#footer{
	border-top: 1px solid #61514C;
	text-align:center;
}
.divider {
	padding-left:20px;
}

#featured img {
	border: solid 1px;
}


	/*** set the width and height to match your images **/

	#slideshow {
		position:relative;
		height:350px;
		margin-top : 40px;
		margin-left : 200px;
	}

	#slideshow IMG {
		position:absolute;
		top:0;
		left:0;
		z-index:8;
		opacity:0.0;
	}

	#slideshow IMG.active {
		z-index:10;
		opacity:1.0;
		border : 3px solid #FFFFFF;
	}

	#slideshow IMG.last-active {
		z-index:9;
	}

#myImageFlow{
	background-color:#000000;
}

#contact a{
	color: #CCCC66;
	text-decoration:none;
	font-weight:bold;
}

