html, body {
    font-size: 100%;
	margin: 0;
	padding: 0;
}

body {font-size: 0.9em;
      color: #990033;
	  background: #ffffff;
	
}

div {
	font-family: "Gill Sans", "Arial", "sans";
	font-size: 0.9em;
}

span {font-family: "Gill Sans", "Arial", "sans";
	 font-size: 1.2em;
	 color: #ffffff;
}




#logo {
	position: absolute;
	top: 56px;
	left:20px;
}

#logo1 {
	position: absolute;
	top: 57px;
	left: 80px;
}
#logo2 {
	position: absolute;
	top: 57px;
	left: 20px;
}
#copyright{
    position: absolute;
	top: 62px;
	left: 390px;
	z-index: 15;
}
#menu {
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0 0 0;
	position: absolute;
	top: 96px;
	left: 470px;
	z-index: 15;
	
}

#gallery {
	position: absolute;
	background: #FFC20E;
	min-height: 100px;
	border: 0px solid #000000;
	width: 714px;
	height: 262px;
	top: 121px;
	left: 60px;
	z-index: 100;
	background-color: #FFC20E;

}
[if IE]>
<style>
#gallery {
       margin-top:121px;
	   }
</style>
[endif]>

* html #gallery {
	height: 295px;
}
#column1 {font-size: 1em;
}
#column2 {font-size: 1em;
}
#column3 {font-size: 1em;
}



#gallery .content {
border: 0px solid #000000;
  background-position: -100% 0%;
  background-repeat: no-repeat;
    padding-left: 26px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 6%;
	margin-right: 5%;
}

#gallery .content h4 {
    line-height: 23px;
}

#gallery .contentSplash {
	
	text-align: center;
}

#gallery img {
	border: 0px solid #000000;
	
}

#gallery a, #main a {
	text-decoration: underline;
	color: #4F4C4C;
}


#gallery a:hover, #main a:hover {
	color: #6D8EB2;
}


#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: #990033;
	font-family: "Gill Sans", "Arial", "sans";
}

#menu a:hover{
	color: #FFCC00;
}
#menu a.active {
	color: #BACCDE;
	font-weight:bold;
}
.clear {
	clear: both;
}
