html, body {
	height:100%;
}

body {
	padding:0;
	margin:0;
	background-color: #F6F4E1;

}

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

	margin: 0 auto;
	width:740px;
	height:100%;
	

}

#subWrapper {
	/*float:left;*/
	width:740px;
	height:100%;
	position:relative;
	/*height:100%;*/
	/*width:100%;*/
	/*padding:0 30px 0 30px;*/
    background-image:  url(images/bg_yellow.gif);
}
#pageHeader{
	width: 740px;
	height: 138px;
	margin-top: 0;
	background-image:  url("images/yellow_banner.gif");
	}
	
#topnav {
	position: absolute;
	top: 83px;
	font-size: 12px;
	margin-left: 20px;
	width: 500px;
	left: 188px;

}

#content{
	width:740px;
	padding:10px 0px 0px 0px;
	/*border:solid thin red;*/
}

#sidenav{
	width:162px;
	padding:0px 0px 0px 0px;
	float:left;
	margin:0px 0px 0px 50px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
}

#text{
	width:268px;
	padding:0px 0px 0px 0px;
	float:left;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #757575;
	font-size: 11px;
	line-height: 15px;
	/*border:solid thin blue;*/
}
#image{
	width:200px;
	float:right;
	/*border:solid thin black;*/
	padding-top: 20px;
	padding-right: 50px;
}


#footer {
	height:46px;
	width:740px;
	position:absolute;
	bottom:0px;
	background-image:  url("images/yellow_footer.gif");
	font-family: verdana, arial, helvetica, sans-serif;
	color: #BDBDBD;
	font-size: 11px;

}

#footerl {
	float:left;
	padding:25px 0px 0 40px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	
}
#footerR {
	float:right;
	padding:25px 32px 0 40px;
	font-family:Arial;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #BDBDBD;
	font-size: 11px;
}

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

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