html {
margin: 0;
padding: 0;
}

body {
height:100%; 
margin:auto;
margin:0%;
padding:0%;
background-color:#F7F3E4;
text-align: center;
}

#container{
	width: 100%;
	height: 100%;
	background-color: #fff;
	}

#headertop{
	width: 866px;
	height: 45px;
	position: relative;
	margin:auto;
	}

#headertopleft {
	width: 33px;
	height: 45px;
	background-color: #C4AE8A;
	float: left;
	}
#headertopright {
	width: 795px;
	height: 45px;
	background: url(images/headertop.png) no-repeat 0px 0px;
    float: left;
	text-align: right;
	padding-right: 33px;

	}
#headertopright	a {
	color: #4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 45px;
	text-decoration: none;
	}
	
#headertopright	a:hover {
	color: #4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	}

#headerbottom {	
margin:auto;
	width: 100%;
	height: 175px;
	background: #7B5C41;
}

#headerbottombox {
margin:auto;
width: 866px;
height: 175px;
position: center;
}

#headerbottomleft {
width: 33px;
height: 175px;
float: left;
background: url(images/headerleft.png) no-repeat 0px 0px;
}
#headerbottomcenter {
width: 800px;
height: 175px;
float: left;
}
#headerbottomright {
width: 33px;
height: 175px;
float: left;
background: url(images/headerright.png) no-repeat 0px 0px;
}

#xbox {
width: 100%;
height: 100%;
background: #F7F3E4;
}

#contentbox {
margin:auto;
width: 866px;
min-height: 100%;

}

#contentleft {
width: 33px;
min-height: 100%;
float: left;
background: #C4AE8A;
}
#contentcenter {
width: 515px;
min-height: 800px;
float: left;
background: #F7F3E4;
text-align: left;
border-left: 33px solid #C4AE8A;
padding-left: 10px; 
padding-top: 20px;
padding-right: 10px;

}


#contentright {
width: 255px;
float: left;
min-height: 800px;
background: #fff;
text-align: right;
padding-top: 20px;
padding-right: 10px;

}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 11pt;
	font-variant: normal;
	text-transform: none;
	color: #040404;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 16px;
}
.maintext a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #040404;
	text-decoration: underline;

}

.menuhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11pt;
	font-variant: normal;
	color: #4E4E4E;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: left;
	line-height: 16px;
}


.menub a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11pt;
	font-variant: normal;
	color: #4E4E4E;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: left;
	line-height: 16px;
}
.menub a:hover
{
	text-decoration: underline;
	font-weight: 600;
}

.menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11pt;
	font-variant: normal;
	color: #4E4E4E;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0px;
	text-align: left;
	line-height: 16px;
}
.menu a:hover{ text-decoration: underline; }


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 100;
	line-height: 11pt;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	letter-spacing: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 11pt;
	font-variant: normal;
	font-weight: 100;
	text-transform: none;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	
}

/***************************************************************/	



input[type=text]
{   
display: block;
float: left;
padding:1px;
margin:1px;

} 

textarea
{ 
  display: block;
  float: left;
  padding:1px;
  margin:1px;
  width: 450px; 
  color: #000000;
}

form br { 
  clear: both; 
}

input#submit { 
  float: none;
}


form br { 
  clear: both; 
}

input#submit { 
  float: none;
}	
