
body{
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: small;
	background: #fff url(images/page_background2.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}

#wrapper{
	position: relative;
	background:  url(images/content_background.gif) repeat-y top left;
	width: 846px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 0;
}

/*/////////////////////////////////
	HEADER
////////////////////////////////*/

#header{
	background:  url(images/header_background.gif) no-repeat top left;
	width: 846px;
	height: 152px; 
	margin: 0;
	padding: 0;
}

#headertext{
	float: right;	
}

.headerpadding{
	padding: 82px 55px 0px 0px;
	text-align: right;
}

.telephone{
		font-family: "century gothic";
		font-weight: bold;
		font-size: large;
}

.logo{
	float: left;	
	width: 165px;
	height: 124px;
	margin: 25px 0px 0px 40px;
	padding: 0;
}

/*/////////////////////////////////
	MAIN CONTENT
////////////////////////////////*/

#content{	
	background: url(images/text_background.gif) repeat-y center;
	width: 846px;
	margin: auto;
	min-height: 730px;
	padding: 0;
	claer: both;
}

* html #content { height: 650px;}


#leftcolumn{
	width: 846px;
	padding: 0;
	margin: 0;
	display: inline;
}

.innertext{
	width: 360px;
	background: url(images/faded_logo.gif) no-repeat bottom;
	min-height: 700px;
	margin: 0px 0px 0px 40px;
	/*font-size: 80%;*/
	padding: 0px 0px 30px 0px;
}

*html .innertext{
	height: 700px;
}



#rightcolumn{
	width: 415px;
	height: 483px;
	padding: 0;
	margin: 0;
	float: right;
	clear: both;
}

#thumbpics{
	width: 415px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	float: right;
	clear: both;

}

.thumbnail{
	float: left;
	margin: 12px 0px 12px 11px;
	padding: 0px 0px 0px 0px;
}

*html .thumbnail{
	margin-bottom: 12px;
}


/*/////////////////////////////////
	MENU 
////////////////////////////////*/

#panel{
	width: 150px;
	height: auto;
	font-size: 1em;
	background: #fff url(images/panel_background.gif) no-repeat top left;
	/* for IE */
  	filter:alpha(opacity=85);
  	/* CSS3 standard */
  	opacity:0.85;
  	margin: 20px 40px 0px 0px;
	padding-bottom: 2px;
  	float: right;
}

*html #panel{	margin: 20px 20px 0px 0px;}


.border{
	width: 144px; 
	border: 1px solid #819B46;
	margin: 2px 0px 0px 2px; 
	padding: 0;
	float: left;		
	}
	
*html .border{
		margin: 2px 0px 0px 1px;
}

*html #panel{ margin-left: 10px; width: 151px;}


.panel p{margin: 0; padding: 0;}

.paneltext{
	padding: 10px 10px 0px 10px;
	color: #859C47;
	line-height: 100%;
	float: left;
}

.menuitem{
	width: 117px;
	min-height: 10px;
	background: #626330;/* slightly darker as transparency effect this*/
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 4px 2px 4px 2px;
	border: 1px solid #fff;
}

.bordermenu{
	border: 1px solid #C1C19A;	
	margin-bottom: 10px;
}


.menuitem a:link, .menuitem a:visited, .menuitem a:hover, .menuitem a:active{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	padding: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/*/////////////////////////////////
	FOOTER
////////////////////////////////*/

#footer{
	width: 846px;
	background: url(images/footer_background.gif) no-repeat top left;
	height: 34px;
	margin: 0;
	padding: 0;
}

#copyright{
	width: 846px;
	min-height: 80px;
	background: #fff;
	color: #777842;
	font-size: 80%;
	float: left;
}

.copyrighttext{
		text-align: right;
		padding: 0px 20px 0px 0px;
		margin: 0;
}

.copyrighttext a:link, .copyrighttext a:visited, .copyrighttext a:hover, .copyrighttext menuitem a:active{
	color: #777842;
	text-decoration: underline;
}


/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #fff;/* white*/
	text-decoration: underline;
}

a:visited{
    color: #fff;/* white */
	text-decoration: underline;
}

a:hover{
    color:  #fff;/* white */
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: "century gothic", arial, helvetica, sans serif;
	color: #fff;/* white */
	font-size: large;
	font-weight: normal;
	padding-top: 20px;
	margin: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #fff;/* white */
	font-size: small;
	font-weight: bold;
}  


h3{
	font-family: arial, helvetica, sans serif;
	color: #fff;/* white */
	font-size: small;
	font-weight: bold;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

.quote{
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}

.quotegreen{
	color: #777842;
	width: 350px;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 30px;
	margin-top: 0;
}

img{
	border: none;
}

.borderform{
	border: 1px solid #fff;	
}

input{
	color: #777842;	
}

textarea{
	color: #777842;	
}

.submit{
		background: #777842;
		border: 1px solid #fff;
		font-weight: bold;
		color: #fff;
}

.left{
		float: left;
		margin: 0px 0px 10px 0px;
}