
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #336666 ;
	font-size: 10pt;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:930px;
	background:#336666;
	background-image: url(images/teal3.png);background-repeat: repeat-y;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	border-left: thin solid #033;
	border-right: thin solid #033;

}

div#header {
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	background-color: #366;
	background-image: url(images/teal3.png);background-repeat: repeat-y;

}
	div#content p {
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#366;
}
	div#footer p {
		padding:1em;
		margin:0;
	}


