body, form {
		margin:0px; padding:0px;
}	

html, body {
 background-color: #e6deca;
 text-align: center; /* IE */
 overflow: auto;  
}

div.container {
 width: 940px;
 margin: 0 auto;  /* FF */
 text-align: center; /* IE */ 
 height: 100%;
}

div.main {
 height: auto !important;
 height: 100%; /* IE */
 min-height: 100%;
 display: table-row; /* FF */   
}


div.leftcolumn {
 width: 372px;
 text-align: left;
 background-image: url(img/bgl.gif);
 background-position: top right;
 background-repeat: repeat-y;
 height: auto !important;
 height: 100%; /* IE */
 min-height: 100%;
 #float: left; /* IE */
 display: table-cell; /* FF */  
}

div.leftcontent {
 padding-left: 90px;
 padding-right: 20px; 
 text-align: justify; 
}


div.rightcontent {
 padding-left: 23px;
 padding-right: 90px; 
 text-align: justify;
}

div.rightcolumn {
 width: 568px;
 text-align: left; 
 background-image: url(img/bgr.gif);
 background-position: top left;
 background-repeat: repeat-y;
 min-height: 100%;
 height: auto !important;
 height: 100%; 
 #float: right; /* IE */
 vertical-align: top;
 display: table-cell; /* FF */  
}


div #header {
   color: #000000;
   text-align: right;
 	background-image: url(img/h1.gif);
 	background-position: top right;
 	background-repeat: no-repeat;
 	width: 262px;
 	height: 54px; 	
}

#header div {
 	padding-top: 17px;
 	padding-right: 45px;
   font-size: 14px;
   font-weight: normal;
}

input, select, textarea {
 border: 1px solid #d3cdbf;
 background-color: #f8f4eb;
 margin-top: 1px; 
 margin-bottom: 1px;
 padding: 0px;
}

input.button {
 height: 22px;
}
