html, body {
	margin: 0px;
	padding: 0px;
	border:none;
}

html {overflow-y: scroll;} 

body {
	background-image: url(pagelayout/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height:100%;
	height: 100%;
	background-image: url(pagelayout/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
html, body{height:100%;}


body>#container{height:auto;}



#header
{
	height:212px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding:0;
	background-image: url(pagelayout/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer
{
	clear:both;
	height: 58px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(pagelayout/footer.jpg);
	width: 800px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer a:hover {
	color: #6A4931;
}

#content a:hover {
	color: #6A4931;
	text-decoration: underline;
}
#content a:active {
	color: #6A4931;
}
#content a:visited {
	color: #6A4931;
}
#content a:link {
	color: #6A4931;
}


#content
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;

	clear: both;
}
.contactbox {
	border: 1px solid #C2997B;
	padding: 5px;
}




#spacer
{
    min-height:580px;
	
}

p {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
br {
	line-height: 8px;
}


a{	
	font-size: 12px;
	color: #000000;
	text-decoration: none;}

a:link {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;}

a:visited {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;}

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

a:active{	
	font-size: 12px;
	color: #000000;
	text-decoration: none;}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.boxstuff {
	border: 2px solid #C2997B;
}
#boxtext {
	color: #000000;
		padding-left:2px;
	padding-right:2px;
}
#boxtext p{
	padding-left:2px;
	padding-right:2px;
}
#boxtext a{color:#6A4931;}
#boxtext a:active{color:#6A4931;}
#boxtext a:hover{
	color:#6A4931;
	text-decoration: underline;
}
#boxtext a:visited{color:#6A4931;}

.parajust {
	text-align: justify;
	padding-right: 5px;
}
.headertext {
	font-size: 16px;
	text-align: justify;
	font-style: italic;
	color: #634D3F;
}
