
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/tile2.gif);
	background-repeat: repeat;
	padding:0;
	text-align:center;
	margin:0 0 1px 0;
	height:100%;
}

#page { /*container div, curves background image*/
	background-color:white;
	background-image: url(../images/background2.gif);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	height:100%;
}

#main { /*container table*/
	width:657px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
	padding:0;
	background-color:white;
}

#header {
	margin: 60px 0 0 0px;
	padding: 0px;
	height:123px;
	border-bottom-style:double;
	border-bottom-color:#66CC33;
	border-bottom-width:thin;
	text-align:center;
}

#headline { /* table with headline and when applicable, the home button*/
	padding: 10px 0 0 0;
	text-align:left;
	height: 55px;
}

#footer {
	font-size: 10px;
	color:#FF9900;
	background-color:transparent;
	text-align:center;
	border-top-style:double;
	border-top-color:#66CC33;
	border-top-width:thin;
	padding: 8px 0 0 0;
	background-color:white;
}

a {
	font-size: 12px;
	color: #347223;
	background-color:#FFFFFF;
}
a:visited {
	font-size: 12px;
	color: #99CC66;
	background-color:#FFFFFF;
}
a:hover {
	font-size: 12px;
	color: #F59213;
	background-color:#FFFFFF;
}
a:active {
	font-size: 12px;
	color: #FFFF66;
	background-color:#FFFFFF;
}

h1 {
	display:none;
	}

h3 {
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
	display:inline;
	
}

#nav {
	text-align:left;
	vertical-align:top;
	background-color:white;
}

#content {
	text-align:left;
	padding-left: 15px;
	vertical-align:top;
	background-color:white;
}

#sig {
	text-align:right;
}

#homephoto {
	padding-top:15px;
	padding-left: 25px;
}

.address {
	color:#006633;
	font-size:12px;
}

.top {
	color:#99CC66;
	font-size:12px;
	text-align:right;
	margin-right:50px;
}