@charset "utf-8";
/* CSS Document */

/*html, body {*/
/*	height:100%;	overflow: auto; */	/*For fixed position in IE style everything else with position absolute*/
/*}*/
h3{
	font-family:"Book antique","Times New Roman", Times, serif;
	font-size:20pt;
	color:#FFFFFF;
}
h4{
	font-family:"Book antique","Times New Roman", Times, serif;
	font-size:14pt;
	color:#FFFFFF;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
}
body{
	margin:0px;
	padding:0px;
	background-color:#1f1f1f;
	background-image:url(../images/bkg.jpg);
	background-repeat:no-repeat;
	background-position:right 300%;

}
img{
	border:none;
}
#languageBar{
	padding:5px 0px 0px 0px;
	margin:0px;
	width:100%;
	height:0px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#languageBar1{
	padding:0px;
	margin:0px;
	width:100%;
	height:5px;
	background-color:#FFFFFF;
}
#languageButton{
	background:url(../images/language.jpg);
	background-repeat:no-repeat;
	width:85px;
	height:26px;
}
#header{
	
	width:100%;
	height:140px;
	background:#000;
	background-repeat:repeat-x;
}
/*
#headerImage{
	width:600px;
	height:120px;
	background:url(../images/headerImage.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}*/
#content{
	height:100%;
	width:100%;

}
#footer{
	/*position:absolute;*/
	bottom:0px;
	left:0px;	
	width:100%;
	height:110px;
	background:#000;
	padding-top:10px;
}
/*=====================MENU=====================*/
#menu{margin:15px; }
#menu div{
	width:230px;
	height:180px;
	background:#ffd013;
	border: 2px solid #555;
	float: left;
	margin:0px 10px 10px 0px;
	padding:0px;
	overflow:hidden;
}
#menu div div{border:none;}
#menu div:hover div {border:none}
#menu div:hover {
		border: 2px solid #ffd013;
}
.menuImg{
	width:300px;
	height:175px;
	position:relative;
	left:0px;
	top:0px;
}

#login{
	font-family: "Arial",sans-serif;
	font-size:10pt;
	color: #666;
	text-decoration: none;
	font-weight:bold;
}