BODY
{
	font-family: Arial,Verdana,sans-serif;
	margin: 10px auto;
	width: 100%;
	font-size: 12px;
	line-height: 130%;
	background-color: #000;
}

#master
{
	background-color: #fff;
	height: auto;
	width: 800px;
	border: 1px solid #000;
	margin: 0 auto;
}

#topbar
{
	background-color: rgb(167,163,126);
	height: 10px;
}

/*#logo {width: 100%; text-align: center; margin: 0 auto;}*/

#logo IMG { padding: 15px; }

#photobar
{
	background-image: url(../images/photobak.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

#navbar
{
	background-image: url(../images/greenfade.gif);
	height: 10px;
	/*margin-top: -12px;*/
}

#list
{
	clear: both;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 11px;
}

#list UL { list-style-image: url(../images/checkmark.gif); }


#list P
{
	padding: 0;
	color: rgb(34,91,79);
	font-weight: bold;
	margin: 5px 0;
	font-size: 12px;
}



#content
{
	padding-top: 30px;
	margin-left: 20px;
	padding-right: 10px;
}

#homepage #content { margin-left: 235px; }

H1
{
	font-size: 16px;
	color: rgb(34,91,79);
}

H2
{
	font-size: 14px;
	color: rgb(3,82,106);
}

H3 {font-size: 13px; }
LI { padding-bottom: 5px; }
A { color: rgb(34,91,79); }

#footer
{
	clear: both;
	background-color: rgb(167,163,126);
	padding: 10px;
	height: 20px;
	font-size: 11px;
	color: #333;
	border-top: 1px solid #333;
}

ADDRESS
{
        padding: 50px;
	float: right;
	font-weight: bold;
	font-style: normal;
}

#footernav
{
	float: right;
	text-align: right;
}

#footernav UL
{
	list-style: none;
	padding-top: 0;
	margin-top: 0;
}

#footernav li
{
	float: left;
	padding-left: 20px;
}

#navbar UL
{
	list-style: none;
	padding-top: 0;
	margin-top: 0px;
	float: right;
}

#navbar li
{
	float: left;
	background-image: url(../images/greennav.gif);
	width: 80px;
	background-repeat: no-repeat;
	margin: 0 0 1px 5px;
	text-align: center;
	padding-top: 5px;
}

#navbar li A, #footernav li A
{
	font-size: 11px;
	text-decoration: none;
}

#navbar li A:hover, #footernav li A:hover { color: #fff; }

#navbar li A
{
	color: rgb(238,235,201);
	font-weight: bold;
}

#header3 img
{
	position: absolute;
	margin-left: 13px;
}

#gallery TD IMG, #testimonials #content IMG {border: 2px solid #000;}

#gallery TD IMG:hover, #testimonials #content IMG:hover 
{
	opacity: .50;
	filter: alpha (opacity=50);
	background-color: #fff;
	
}



