html,body {
	padding: 0;
	background: #fff url(images/maroon_bg.png) repeat-x scroll;
	font: 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #444;
	border: 0;
	text-align: justify;
	width: 100%;
	min-height: 100%; 
	margin: 0;
}

a:link { 
	color: black;
	text-decoration: none;
}
a:visited { 
	color: black;
	text-decoration: none;
	}
a:hover { 
	color: #C50032;
	text-decoration: none;
	}
a:active { 
	color: #C50032;
	text-decoration: none;
	}

#enchilada {
	margin-left: -271px;
	position: relative;
	left: 50%;
	width: 542px;
}

#header {
	width: 542px;
	float: left;
	position: relative;
	overflow: hidden;
	clear: both;
	display: block;
}

#hctb_banner {
	width: 542px;
	background: url(images/hctb_banner.png) no-repeat center;
	height: 81px;
	top: 8px;
	margin-bottom: 13px;
}

#addy_box {

	width: 542px;
	background: #c50032;
	color: #fff;
	font-size: 12px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	top: 92px;
}

#nav_menu {
	text-align: center;
	width: 542px;
	line-height: 39px;
	top: 117px;
	height: 39px;
}

#content {
	width: 542px;
	position: relative;
	clear: both;
	float: left;
	height: auto;
	overflow: hidden;
	display: block;
}


#footer {
		clear:both;
		float:left;
		width: 542px;
	position: relative;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 21px;
	overflow: hidden;
	display: block;
}
