html { min-height: 100%; margin-bottom: 1px; }
body
{
			min-width: 800px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			text-align: center;
			background: #FFF url('images/bodybg.gif') repeat-y 50% 0;
}

a:link {
			color: #3333AA;
			}
		
a:visited {
			color: #68C;
			}
#nav{z-index:100; margin-bottom: 2em;		 }	
#container {
			position: relative;
			display: block;
			text-align: left;
			width: 800px;
			border: 1px solid black;
			margin-left: auto;
			margin-right: auto;
			background: #FFF url('images/containerbg.gif') repeat-x bottom;
			}
		
#logo img { margin:0;border: 0; }
#linkbar {position:relative; top: -3px;}
#pagebar img {
			position: absolute;
			top: 113px;
			right: 0px;
			border:0;
			}	
			
#estimatebutton img {
	position: absolute;
	top: 229px;
	right: 10px;
	border:0;
	display:none;
	}	

#qm { position: absolute; margin-left: 1em; }
#links { 
			width: 500px;
			position: absolute;
			top: 205px;
			left: 10px;
			margin:0;
			height:1em;
			}
#links a {
			/* display: block; */
			
			margin: 0 -0.33em 0 0; 
			padding: 0.33em;
			letter-spacing: 1px; 
			text-align: right; 
			font-weight: bold;
			border-left: 1px solid #88B;
			color: white;
			text-decoration: none;
			}
			
#content {
			margin: 1em 1em 1em 1em;
			}
			
#links a:link {color: #d5d5d5; background-color: transparent;}
#links a:visited {color: #d5d5d5; background-color: transparent;}
#links a:hover {background: #AAD; color: #338;}
#elink a:visited {color: #d4d19b}
#elink a:link {color: #d4d19b}
			
/* Header Coolness */
.header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		color: #669;
		text-decoration: underline;
		}
.fl { font-size: 150%; }

/* Sidebars */
#sidebar { float: right; margin-bottom:20px; }
#sidebar p { 
	margin:0;
	padding: 0.33em 0.66em;
	line-height: 1.3; 
	color:white
	}
#sidebar h3 {
	margin:0;
	padding: 3px 0 3px;
	background: #669;
	color: white;
	text-align: center
	}
#sidebar img {margin:0; padding:0;}
			
/* Footer */
#footer { 
			position:relative;
			text-align: center;
			bottom: -2.85em;
			width: 26em;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1.5em;
			background: #FFF;
			border: 1px solid black;
			}
#footer a { text-decoration: none; color: #558;}

