html, body {
    height:100%;
    margin:0; 
	background-color: #0066ff;	
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}



#container {
	width: 800px;
	margin:0 auto; /* center, not in IE5 */
    min-height:100%;
    position:relative;
    background-color:#ECF2F7;
	top: 10px
}

#header {height: 199px; 
		width:798px; 
		border: 1px solid black; 
		background-image: url(Headerbackground.jpg);}
#buttonbar{width: 100%;
	background: #A18E97;
	height: 50px;}

#body {
    height:100%;
    overflow:auto;         
   
	padding-bottom: 130px;
}



#leftcolumn { width: 260px;
				float: left;
				padding: 20px}
		
		
#rightcolumn { width: 460px;
				float: right;
				padding: 20px}


.faq {padding-left: 20px;
		padding-right: 20px}
		
.question {font-style: italic;
			}

.answer {padding-left: 40px;			
		}
		
#footer {
	position:absolute;
    background-color:#79786a; 
    bottom:0;
    width:100%; 
	height: 120px;
	font-size: 18px;
	font-weight: bold;
	color: #ECF2F7;
	text-align: center;}
	
	
h2 	{font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			line-height: 18px;
			display: inline;
			margin-right: 4px;}

a img{	border:  0;}






