html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 {font:1.5em georgia,serif;margin:0.5em 0;}
h2 {font:1.25em georgia,serif;margin:0 0 0.5em;}
h1, h2, a {color:#006;text-decoration:none;}
p {line-height:1.5;margin:0 0 1em;}
#nav {background-color:#F2DCCD;padding:2px 0 0 9px;font-weight:bold;}
#curve {float:right;position:relative;top:-20px;}
b {color:#000}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding:0;
	width:800px;
	background:#FFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom:6px double gray;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0 1em 200px; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	clear:both;
	position:absolute;
	width:100%;
	height:108px;
	color:#000;
	bottom:0; /* stick to bottom */
	background:#ddd url(/images/footerbg.jpg) no-repeat;
}
	div#footer p {padding:8px 0 0 165px;margin:0;}
	.faddress {line-height:1.3;}
	
div#contactalert {display:none;color:#F00;font-weight:bold}	