@charset "UTF-8";
/* CSS Document */
#gallery_header_container {
	background-color: #111;
}
#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}
#menu a {
	display: block;
	padding: 2px;
	margin-left: 4px;
	width: 124px;
	background-color:#7B88A9;
	border-bottom: 1px solid #29425A;
}
#menu a:link, #menuitems a:visited {
	color: #CCDAE3;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background-color: #CCDAE3;
	color: #29425A;
	font-weight:bold;
}
.wrapper {
	position:absolute;
	left: 0px;
	top: 160px;
	background-color: #7C88A7;
	z-index: 100;
}
.push {
	margin-top: 90px;
}

