
h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #4aaa4a;
	padding-top: 40px;
}

#body {
	
	background-color: #dfe5bd;
	text-align: center;
}

#main {
	position: absolute;
	width: 800px;
	height: 600px;
	left: 50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	text-align: left;
	background-color: white;
	font-family: Helvetica;
}


#mainpic {
	position: relative;
	float: right;
	top: 0px;
	width: 456px;
	height: 100%;
}


#maintext {
	position: absolute;
	top: 0px;
	left: 45px;
	float: left;
	width: 270px;
	height: 100%;
	line-height: 120%;
}

#maintext p {
	color: #949494;
	font-size: 8pt;
}

#banner {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 220px;
	height: 50px;
	background-image: url('images/green_igloo_logo.jpg');
}

#navbar {
	position: absolute;
	bottom: 27px;
	width: 100%;
	font-size: 11px;
	font-weight:bold;
	left:300px;
}

.navbar-sub {
	top: 0px;
	left: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}

#main a {
	color: #949494;
	text-decoration: none;
}

#main a:visited {
	color: #949494;
	text-decoration: none;
}

#main a:hover {
	color: #4aaa4a;
	text-decoration: none;
}

#copyrightnotice {
	position: absolute;
	color: #949494;

	width: 100%;
	padding-left: 45px;
	bottom: -2.5em;
	left: 0px;
	font-family: Helvetica;
	font-size: .5em;
}
.box {
width:224px;
height:170px;
float:left;
margin-top:4px;
overflow:hidden;
overflow-y:auto;
}

.box_rhs {
width:224px;
height:170px;
margin-left:4px;
margin-top:4px;
float:left;
overflow:hidden;
overflow-y:auto;
}