/* whole site */

body {font-family: verdana, geneva, lucida, arial, sans-serif;
		font-size: small; margin: 0;}
		
a:link, a:visited {color: #079515; text-decoration: none;}
a:hover, a:active {color: #09cd1c; text-decoration: none;}

img {border: none;}

#header {background: url(images/bg01.jpg) repeat-x #034209;
	width: 100%; height: 130px;
	position: relative; left: 0px; top: 0px;}
	
#logo {position: relative; left: 5px; top: 5px;}

h1 {position: absolute; left: 110px; top: 10px;
	line-height: 1.5; color: #fff;
	font-weight: normal;}

li {list-style: none;}
ul#nav li {display: inline; padding: 10px;}
#nav {text-align: center;}

#image {position: absolute; right: 30px; top: 250px;}

/* home page */
#about {width: 50%;  margin: 50px 20px 20px;}

/* contact */
h2 {font-weight: normal;}
#content {margin: 20px; width: 50%;}

/* gallery */
#samples {text-align: center; margin: 30px 10px;}