html, body {
    font-size: 100%;
	margin: 0;
	padding: 0;
}

body {font-size: 0.9em;
      color: #899FCE;
	  background: #ffffff;
	
}

div {
	font-family: "arial", "sans serif";
	font-size: 1.1em;
}





#logo {
	position: absolute;
	top: 10px;
	left:1px;
}

#logo1 {
	position: absolute;
	top: 94px;
	left: 0px;
}
#logo2 {
	position: absolute;
	top: 17px;
	left: 20px;
}




#gallery {
    position: absolute;
	background: #ffffff;
	width: 750px;
	margin-top: 200px;
	border: 0px solid #000000;
	top: 14px;
	margin-left: 14px;
	z-index: 100;
}

* html #gallery {
	height: 295px;
}


#menu {
	text-align: left;
	font-size: 10pt;
	padding: 0 0 0 0;
	position: absolute;
	top: 64px;
	left: 330px;
	z-index: 1;
	
}

#menu a {
	text-decoration: none;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	color: #B3C19E;
	font-family: "Helvetica", "Arial";
}

#menu a:hover{
	color: #BACCDE;
}

#menu a.active {
	color: #BACCDE;
	font-weight:bold;
}

.clear {
	clear: both;
}

