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

* {margin:0;padding:0;} 
* a{color:#09F;}
img { border: 0; }
html, body {height: 100%;
background-color: #132633;}


#container {
	min-height: 100%;
	width:950px;
	margin: auto;
	background-color:#294E68;
}

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	clear:both;
	color:#294E68;
} 
	


#header {
	position:absolute;
	top:0;
	width:100%;
}

#header, #footer{
	background-color:#10202D;
	text-align:center;
}

.header_height {
	height:115px;
}
.footer_height {
	height:50px;
}

#links {
	float:right;
	width:150px;
	height: 25px;
	text-align:center;
	color:#CCC;
	margin:-15px -15px;/*Same as padding*/
	background-image: url(images/links.png);
}
#links a{color:#09F;}






#subTitle {
	width: 250px;
	height: 30px;
	font-size:18px;
background-color:#10202D;
text-align:center;
	
	-moz-border-radius: 0px 0px 20px 20px;  /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 0px 0px 20px 20px;  /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 0px 0px 20px 20px; /*--CSS3 Rounded Corners--*/
	color:#CCC;
	margin:-15px 345px 10px 345px;
}


#innerlinks {
	padding:2px;

}

#content{
	font-size:18px;
	color:#10202D;
	overflow:auto;
	padding:15px;

}

#innerfooter{
	padding-top:15px;
}




img {border: none;}
















ul.gallery {
	width: 801px;
	height:564px;
	list-style: none;
	margin: auto;
}
ul.gallery li {
	float: left;
	width:241px;/*Fixes IE6 and dreamweaver*/
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
ul.gallery li a.thumb {
	width: 231px;
	height: 130px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	 transition:.3s;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 231px;
	height: 130px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	background: #333;
	 filter: gray; /* IE6-9 */
	 /*firefox fade*/
	  -o-transition: 1s all ease-in;
  -moz-transition: 1s all ease-in;
  transition: 1s all ease-in;
  
  
	-webkit-filter: grayscale(100%);
	/*new fades*/
  /* ...and now for the proper property */
  transition:.3s;
}
ul.gallery li h2 {
	font-size: 16px;
	font-weight:bold;
	letter-spacing:2px;
	margin: 0; padding: 3px;
	background:#10202D;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color:#CCC; display: block;}
ul.gallery li a:hover {text-decoration: none; color:#09f; display: block;}