
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:FFFFFF;
	
	font-family:arial,sans-serif;
	font-size:12px;
	color:#666;
	line-height: 25px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

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

	min-height:100%; /* real browsers */
}
.divider { 
margin-left: 15px;
}
div#header {
	
	background:url("images/header_bar.jpg") repeat-x;
		height: 88px;	
}
.logo {
float: right;
padding-right: 10px;
}
div#content {
	padding:2em;
	padding-top: 1px;
	width: 900px;
}
div#left {
width: 50%;
float: left;

}
div#right{
float:right;
width: 50%;
}

div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
	h2 { 
	margin-bottom: 0px;
	padding: 0cm 0cm .18cm 0.47cm;
	background-image:url('images/divider2.gif');
background-repeat: no-repeat;
}
	#logo_cont {
	width:900px;
	}
	#teal_notify_box {
	margin: 10px;
	width: 80%;
	border: solid 1px #666;
	background: #dbdbdb;
	padding: 10px;
	color: #666;
	}
	#teal_notify_box  h1 {
	margin: 0px;
		color: #666;
		font-size: 18px;
	}