@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #fff url(../images/bg_tile.jpg) repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #898989;
}

h1
{
	color: #5cb41b;
	font-size: large;
	font-weight: normal;
	margin-bottom: 10px;
}

h2
{
	color: #019edb;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 10px;
}

p
{
	margin: 10px 0;
}

img
{
	border: none;
}

strong
{
	color: #019edb;
	font-weight: normal;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	background: url(../images/headstream_logo.jpg) no-repeat;
	width: 100%;
	height: 170px;
}

#content
{
	overflow: hidden;
}

#content a
{
	text-decoration: none;
}

#content li
{
	margin-left: 25px;
}
div.lily
{
	background: url(../images/lily.png) no-repeat;
	width: 94px;
	height: 76px;
	position: relative;
	left: 780px;
	top: 110px;
}

#navigation
{
	background: url(../images/navigational_bg.jpg) no-repeat;
	height: 72px;
	margin-top: 50px;
}

#navigation ul
{
	list-style: none;
	position: relative;
	left: 50px;
}

#navigation li
{
	display: inline;
	float: left;
}

#navigation a
{
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}

#navigation .btnHome
{
	background: url(../images/btnHome.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

#navigation .btnGallery
{
	background: url(../images/btnGallery.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

#navigation .btnContactUs
{
	background: url(../images/btnContactUs.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

#navigation .btnHome:hover
{
	background: url(../images/btnHomeOver.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

#navigation .btnGallery:hover
{
	background: url(../images/btnGalleryOver.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

#navigation .btnContactUs:hover
{
	background: url(../images/btnContactUsOver.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

.activeHome
{
	background: url(../images/btnHomeOver.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

.activeGallery
{
	background: url(../images/btnGalleryOver.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

.activeContactUs
{
	background: url(../images/btnContactUsOver.jpg) no-repeat;
	width: 100px;
	height: 67px;
}

#content
{
	background: url(../images/content_tile.jpg) repeat-y;
	padding: 15px;
}

#footer
{
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #5cb41b;
	font-size: small;
}

#footer ul
{
	padding-top: 45px;
	list-style: none;
	text-align: center;
}

#footer li
{
	display: inline;
}

#footer p
{
	text-align: center;
	margin-bottom: 20px;
}

#footer a
{
	color: #5cb41b;
	text-decoration: none;
}
#footer a:hover
{
	color: #019edb;
}

#colLeft
{
	width: 365px;
	float: left;
}

#colRight
{
	width: 500px;
	float: right;
}

#gallery table
{
	width: 750px;
	margin: 0 auto;
}

#gallery td
{
	padding: 10px;
}

#gallery img
{
	border: 3px solid #999;
}
