html, body {
	height:100%;
}

body {
	padding:0;
	margin:0;
	background-color: #fafcf8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818e7d;
	line-height: 16px;
}
.headings {
	font-weight: bold;
}
/* Define IDs */



html>body #subWrapper {
	height:auto;
	min-height:100%;
	}

#wrapper {
	margin: 0 auto;
	width:755px;
	height:100%;
    /*border:solid thin red;*/

}

#subWrapper {
	/*float:left;*/
	width:755px;
	height:100%;
	position:relative;
	background-image:  url("../images/home/tile_home.gif");
	/*border:solid thin blue;*/
		
}
#pageHeader{
	width: 755px;
	height: 152px;
	margin-top: 0;
	background-image:  url("../images/home/banner_home.jpg");
	/*border:solid thin green;*/
	}




#nav {
	position: absolute;
	top: 160px;
	font-size: 12px;
	margin-left: 6px;
	width: 120px;
}


#content{
	width:515px;
	padding:0px 60px 0px 0px;
	float:right;
	/*border:solid thin orange;*/
}




#lhs {
	float:left;
	padding:0 0 0 0px;
	width:350px;

}

#rhs {
	float:right;
	padding:0 0 0 0px;
	width:156px;
	height:331px;
	background-image:  url(../images/home/home_pics.jpg);

}

a:link, a:visited {
	color: #818e7d;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover {
	color: #818e7d;
	text-decoration: none;
	font-weight: bold;		
}



#footer {
	height:57px;
	width:755px;
	position:absolute;
	bottom:0px;
	background-image:  url("../images/home/footer_home.gif");
	/*border:solid thin green;*/
}

#footerl {
	float:left;
	padding:25px 0px 0 35px;
	font-family:Arial;
	font-size:11px;
	color:#000000;
}
#footerR {
	float:right;
	padding:25px 20px 0 0;
	font-family:Arial;
	font-size:11px;
	color:#b8b8b8;

}

#footerR a, #footerR a:visited {
	font-family:Arial;
	font-size:11px;
	color:#b8b8b8;
	padding-left:5px;
	padding-right:10px;
	text-decoration:none;
	font-weight: normal;	
}

#footerR a:hover {
	color:#b8b8b8;
	text-decoration: underline;
}




/*	
#nav {
	position: absolute;
	top: 160px;
	font-size: 12px;
	margin-left: 6px;
	width: 120px;
	border:solid thin black;
}
*/

