﻿* {
	margin:0;
	padding:0;
} 
html{height: 100%;}
body{
	height:100%;
	background-color:#F8F8F8;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	min-width:700px;
}
.fixed
{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	
	background-image:url('../images/noisy_grid.png');
	background-color:#FAFAFA;
}
#header a{
	
	color:#222;
	text-decoration:none;
}
#header img{
	padding-top:5px;
	padding-bottom:5px;
}
a img {
	
	border: none;
}
/*Navigation bar code*/
#nav
{	
	background-repeat:repeat-x;
	font-family:“Arial Narrow Bold”, Arial, sans-serif;
	border-bottom:solid 2px #AAA;
	
}
#example-one { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
}
#example-one li { 
	display: inline-block;	
}
#example-one a { 
	color: #222; 
	font-size: 13px; 
	float: left;
	padding: 6px 10px 4px 10px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	opacity:0.85;
}
#example-one a:hover { 
	color: #DeepSkyBlue;
	opacity:1;
}
#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 100px; 
	height: 3px; 
	background:DeepSkyBlue;
}
.current_page_item a { 
	color: DeepSkyBlue !important;
	opacity:1;
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

h1{
	font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif;
}
h2
{
	margin-top:2%;
	margin-left:4%;
	margin-right:2%;
	margin-bottom:1%;
	letter-spacing:-1px;
	opacity:0.75;
}
h3
{
	margin-left:5%;
	margin-right:2%;
	letter-spacing:-1px;
	opacity:0.70;
}
p
{
	margin-left:8%;
	margin-right:8%;
	padding:5px;
	font-size:90%;
	font-family: Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;
	line-height:150%;
	text-align:justified;
	color:#1A1A1A;
	text-render:optimize-legibility;
}
#list ul
{
	margin-left:10%;
	margin-right:10%;
	font-size:90%;
	font-family: Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;
	list-style:square;
	padding:5px;
	line-height:150%;
	list-style-position:inside;
	color:#1A1A1A;
	columns:150px 3;
	-webkit-columns:150px 3; /* Safari and Chrome */
	-moz-columns:150px 3; /* Firefox */
}
#gallery{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#gallery img{
	margin:3px;
	border:5px solid #ddd;
	opacity:0.90;
	filter:alpha(opacity=90);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	
}
#gallery img:hover{
	border:5px solid #fff;
	opacity:1;
	filter:alpha(opacity=100);
}
#wrap {min-height: 100%;}
#main {
	overflow:auto;
	padding-bottom: 100px;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	width:100%;
	text-align:center;
	font-size:75%;
	color:#CCC;
	text-render:optimize-legibility;
	border-top:2px solid gray;
	background-color:#222;
}
#footer a{
	text-decoration:none;
	color:#CCC;
	margin-left:0.5em;
	margin-right:0.5em;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}