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

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 1.25em;
    text-decoration: none;
	vertical-align: top;
}
h1 {font-family: 'Oleo Script', cursive; font-size: 1.2em;}
body {
	background-color:#333;
}
#wrapper {
    width: 960px;
    margin: 0px auto;
}
#logobar {
	position: relative;
	height: 100px;
	z-index: 1;

}
#imgshowcase {
	position: relative;
	z-index: -1;
	overflow: visible;
	height: 305px;
}
#nav{
	position: relative;
	top: -10px;
	z-index: 1;
    width: 960px;
    height: 50px;
    padding: 0px;
	background-image: url('navbar.png');
}
#navmenu {
	margin-left:0px;
}
#navmenu li {
    font-family: 'Oleo Script', cursive;
    font-size: 1.07em;
    list-style: none;
    float:left;
    padding: 15px 7px;
	color: #FFFFFF;
	
}
#navmenu a {
	text-decoration: none;
	color: #FFFFFF;
}
#navmenu a:hover {
	text-decoration: none;
	color: #990000;
}
#content {
	position: relative;
	top: -10px;
	font-family: 'Open Sans', Arial, Helvetica;
	padding: 10px 10px;
	font-size:1.1em;
	position:relative;
	background-image: url('contentgradient.jpg');
    background-repeat: repeat-x;
	background-color:#FFFFFF;

}
.galleryitem {
	display:block;
	float:left;
	background-color:green;
	width:305px;
	height:225px;
	margin:4px;
}
#googlemap {
	display:block;
	float:left;
	background-color:#78C1FE;
	width:640px;
	height:480px;
	margin:4px;
	margin-right:10px;
}
#footer {
	top: -10px;
	background-image: url('footer.png');
	position:relative;
	height:176px;
	display:block;
	clear:both;
	background-color:#FFFFFF;
}
.clearboth {
	clear:both;
}