/* css for basic items ---------------------------------------------------------------------------------- */

html,body	{
 	width:100%;
 	}
body {
    padding: 0;
    margin: 0;
 	min-width: 491px;
	background: #8fc154 url(../images/home-bg.gif);
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	line-height: 12px;
	color: #367639;
 	}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
ul li {
    padding: 0;
    margin: 0;
    float: left;
    }
img {
    padding: 0;
    margin: 0;
    }
a,
a:visited,
a:active {
	color: #367639;
	text-decoration: none;
	}
a:hover {
	color: #367639;
	text-decoration: underline;
	}
p {
	margin: 0;
	padding: 0 0 4px 0;
	}

/* css for site structure ------------------------------------------------------------------------------- */

#outer {
	width: 100%;
	display: table;
	vertical-align: middle;
 	}
#container {
	margin: 66px auto 0 auto;
	width: 491px;
    }
#inner {
	position: relative;
	width: 491px;
	height: 582px;
	}    

/* css for header items ---------------------------------------------------------------------------------- */

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 491px;
	height: 491px;
	z-index: 30;
    font-size: 0px;
    line-height: 0px;
	}
#off {
	position: absolute;
	top: 0;
	left: 0;
	width: 491px;
	height: 491px;
	z-index: 10;
    font-size: 0px;
    line-height: 0px;
	}
#photo {
	position: absolute;
	top: 23px;
	left: 23px;
	width: 444px;
	height: 445px;
	z-index: 20;
    font-size: 0px;
    line-height: 0px;
	}
#contact {	
	position: absolute;
	padding: 15px 0 0 0;
	top: 491px;
	left: 0px;
	width: 491px;
	height: 52px;
	text-align: center;
	}
#nav {	
	position: absolute;
	top: 558px;
	left: 23px;
	width: 444px;
	height: 24px;
    font-size: 0px;
    line-height: 0px;
	}

.copyright {
	font-size: 9px;
	}