#galmen{
	margin:0 auto;
	width:1080px;
}
#hmenu{
	margin-left: 3.5%;
	z-index:100;
	padding-top:0;
}
#hmenu li ul{padding-top: 2px}
#hmenu li li{margin-left: 2px}
#hmenu li{
	position: relative;
	float: left;
	/* higher priority than the vertical menu below: */
	z-index:200;
	width:130px;
	height: 30px;
	display: block;
	text-align: center;
	margin-left: 0;
	text-decoration: none;
	color: #FFF;
}
#hmenu li a:link{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#hmenu li a:visited, #hmenu li a:focus, 
#hmenu li a:active, #hmenu li a:hover{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#hmenu li a:active {height: 28px}
.hor span{
	display: block;
	background:url(../images/arrow-down.png) no-repeat right;
	margin-right: 5px;
} 
#current_h span{display: block}
	/*-- to hide the drop-down-links while non hover --*/ 
#hmenu ul ul{
	position: absolute;
	font: 12px verdana,helvetica,sans-serif;
	margin-left: -43px;
	visibility: hidden;
}
#hmenu ul ul li{margin-top:3px}
#hmenu ul li:hover ul{
	visibility:visible;
	z-index:300;
}
/* HORIZONTAL MENU end  */
.img1{
	margin: 25px auto 0 auto;
	width:579px;
	padding:0;
}
#head2x{text-align:center}
#head2x h1{
	margin-top:65px;
	font-size:1.4em;
	line-height:1em;
	font-weight:normal;
	color:white;
	margin-bottom:0;
	padding-bottom:0;
}
#head2x p{
	margin-top:0;
	padding-top:0;
	font-size:1em;
	line-height:1em;
	margin-bottom:45px;
}
#head3x{
	margin-top: 2em;
	text-align:center;
	font-size:2em;
	margin-bottom: 1.5em;
}
#head6x h1{
	text-align:center;
	padding:0;
	font-size:1.3em;
	font-weight:bold;
	color:silver;
	margin-bottom: 40px;
}
#head6x small{
	text-align:center;
	padding:0;
	font-size:0.8em;
	font-weight:normal;
	color:silver;
}
#headline{
	margin-top: 2em;
	text-align:center;
	font-size:2em;
	margin-bottom: 1.5em;
}
#headline p{
	margin-top: 0;
	text-align:center;
	color:silver;
	font-size:0.5em;
	margin-bottom: 4em;
}
#headline p a{
	color:silver;
	text-decoration:none;
	border-bottom: 1px dotted grey;
}
#headline p a:hover{
	font-style:oblique;
	color:#CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.link2{
	font-size:0.9rem;
	margin-top:35px;
}
.link2 p{
	color:silver;
	text-align:center;
}
.link2 a{
	color:silver;
	text-decoration:none;
	font-style:oblique;
	border-bottom: 1px dotted silver;
}
.link2 a:hover{
	font-style:normal;
	color:gray;
	border-bottom: none;
}
*{
	font-family: Oswald, sans-serif; 
	color:#eee; 
}
body{
	background:#333;
	color:#eee;
}