/* Page Layout */

html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000;
	margin: 0;
	background-color:#fff;
	height:100%; /* needed for container min-height */
	padding:0;

}

#container{
	width: 980px;
	background:url(../images/bg_container.png) no-repeat center 0;
	position: relative;
	margin: 0 auto;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

#rhs{
	width:220px;
	margin: 0;
	float: right;
	padding: 270px 30px 20px 30px;
	display: block;
}

#lhs{
	width:590px;
	margin: 0;
	float: left;
	padding: 270px 0 0 60px;
	display:block;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	color:#666; 
	font-size:12px;
}
	div#footer p {
		padding:10px 0 20px 60px;
		margin:0;
	}
p{
	line-height: 16px;
	margin-top:10px;
}
a{
	color:#2e5d7d;
	text-decoration:none;
}

a:hover{
	color: #0fc1ff;
	text-decoration:none;
}

.blue{color: #2e5d7d}


div.clear {

	clear: both;

	margin: -1px 0 0 0;

	visibility: hidden;

	height: 1px;

}


.designby{text-indent:-9990px; overflow:hidden;}
div.clear hr {

	display: none;

}

