* {
   margin: 0;
   padding: 0;
   }
html, body {
	height: 100%;
	background-color: #FFF;
	background-image: url(images/hdr_bk.gif);
	background-repeat: repeat-x;
}
#container {
	min-height: 100%;
	position: relative;
}
#header {
	background-image: url(images/hdr_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 125px;
}
#content {
	padding-bottom: 73px;	/* Height of the footer */
	padding-right: 10px;
	padding-left: 20px;
	text-align: center;
}

#content img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
	padding: 5px;
	margin: 5px;
}
#banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#footer {
	position:absolute;
	bottom: 0;
	width:100%;
	background-image: url(images/ftr_bk.gif);
	background-repeat: repeat-x;
	height: 73px;
}
#banner a {
	text-decoration: none;
}

