body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	background-image:url(_img/main_bg.jpg); 
    background-position: bottom center; 
    background-repeat: repeat; 
    min-width: 1000px;
}

td {
	margin:0;
	padding:0;
	font-family:palatino, book, serif;
}

img {border:0px;}

#container {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}

#header {
height: 167px;
background-image:url(_img/header_bg.jpg); 
background-position: bottom center; 
background-repeat: repeat-x;
overflow: hidden;
}


#content {
	padding: 20px 0px 230px 210px; /* bottom padding for footer */
}

h4{
font-size: 20px;
}

#navigation{
width: 175px;
margin: 20px 0px 0px 10px;
border-right: 2px solid #e4b380;
padding: 0px 15px 0px 0px;
text-align: right;
position: absolute;
float: left;
}

#navigation .button{
margin-bottom: 20px;
}

#logo{
position:absolute;
left: 0px;
}

#rightcontainer{
width: 100%
height: 500%;
background: blue;
position: relative;
margin: 0px 0px 0px 200px;
}

#frame-bottom{
margin: 24px 25px 0px 230px;
background-image:url(_img/end_frame.jpg); 
background-position: center right; 
background-repeat: no-repeat;
padding: 0px 15px 0px 0px;
}






#footer {
	position:absolute;
	width:100%;
	height: 230px;
	bottom:0; /* stick to bottom */
	background-image:url(_img/plant.png); 
    background-position: bottom right; 
    background-repeat: no-repeat;
   
}

.large-letter{
font-size: 32px;
padding-right: 2px;
}

h1{
font-size: 25px;
}


#footer .text{
height: 27px;
text-align: center;
color: #cfb496;
font-size: 11px;
background-image:url(_img/footer_bg.jpg); 
background-position: bottom center; 
background-repeat: repeat-x; 
margin-top: 203px;
line-height: 250%;

}

#footer .text a {text-decoration: none; color: #cfb496;}
#footer .text a:hover {text-decoration: none; color: white;}

#paper{
margin: 0px 0px 0px 0px;
background-image:url(_img/paper.gif); 
background-position: center left; 
background-repeat: repeat-y;
position: relative;
}

#paper .inner{
margin: 0px 40px 0px 35px;
padding: 20px 0px 30px 0px;
color: #4e2802;
font-family: palatino, book, serif;
font-size: 14px;
line-height: 130%;
text-align: left;
position: relative;
}

#pic{
width: 166px;
height: 271px;
margin: 0px 0px 5px 20px; 
float: right;
}


a {
	color: #4e2802;
	text-decoration: underline;
	}
	
a:hover {
	color: #4e2802;
	text-decoration: underline;
	}