@charset "utf-8";
/* CSS Document */

body {
	background-color: #6699ff;
	width:960px;
	margin-left: auto;
	margin-right: auto; 
	}

#headermenu {
	float:left;
	width:960px;
	background:fff;
	border-bottom:4px solid #00F;
	overflow:hidden;
	position:relative;
	font-family: Gabriola;
	font-size: 24px;
}
#headermenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#headermenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#headermenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	background:#ddd;
	color:#00F;
	text-decoration:none;
	line-height:1.3em;
}
#headermenu ul li a:hover {
	background:#369;
	color:#FFF;
	font-size: 24px;
}
#headermenu ul li a.active, 
#headermenu ul li a.active:hover {
	color:#00F;
	background:#000;
	font-weight:bold;
}






#buttonmenu {
float:left;
	width:650px;
	padding:1px 275px;
   text-align:center;
}


/*Button Style*/
.button {
    float:left;
    height:auto;
    font:110% "Gabriola";
    width:10em;
    text-align:center;
    white-space:nowrap;
}
/*Button Arrow Styles*/
.arrows {
    font-size:110%;
    margin:0.2em;
}
/*Button link styles*/
.button a:link, .button a:visited {
    color: #eee;
    background-color:#1e5184;
    font-size:1em;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.2em;
    display:block;
}
.button a:hover {
    background-color:#003366;
    color:#999;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.2em;
    margin: 0.2em;
}




#gl_gallery{
	width:700px;
	padding:10px 50px 0 100px;
	overflow:hidden;
	float:left;
	margin-left: auto;
	margin-right: auto; 
}

.imgframe_horiz{
	width:600px;
	height:400px;
	 background:#ffc;
     padding:40px 40px 40px 40px;
     border:10px solid #00f;
	margin-left: auto;
	margin-right: auto; 
	 }
	 
.caption {
	font-family: Gabriola;
	text-align: center;
	margin-top: 4px;
	font-size: 24px;
	padding: 1px 10px 10px 10px;
	color: #FFFF99;
}



