html, body, h1, h2, h3, h4, h5, h6, ul, li, #MunchkinCartContent #MunchkinCart {
	margin:0;
	padding:0;
	height:100%;
}

p { color:#FFFFFF; }

a { color:#ea2f2d; text-decoration:none; }

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

a:visited {color:#ea2f2d; }

body {
	background:url(../images/bkgrnd-img.jpg) repeat-x top center;
	background-color:#650d0b;
	/*
	background-image:url(../img/bkgrnd-slice.jpg);
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;
	*/
}



#container {
	margin: 0px auto 0px auto;
	width:1024px;
	height:100%;
	border-top:solid #000000 1px;
	border-bottom:solid #6c2013 1px;
}



#header {
	position:absolute;
	float:left;
	width:990px;
	height:241px;
	background:url(../images/bkgrnd-header.png) no-repeat top center;
	top:0px;
	z-index:100;
}

#header-microlinks {
	position:relative;
	float:right;
	width:130px;
	height:25px;
	margin-right:5px;
	margin-top:75px;
}

#header-microlinks ul {
	list-style:none;
}

#header-microlinks li {
	list-style-position:outside;
	float:left;
	margin:2px 6px 0px 4px;
	height:20px;
}

#header-links {
	position:absolute;
	float:left;
	top:100px;
	margin-left:10px;
	height:25px;
	width:990px;
}

#hot_logo {
	position:absolute;
	top:24px;
	left:433px;
}

#hot_logo a {
	border-style:none;
}
	

#maincontent {
	top:120px;
	left:17px;
	width:989px;
	/*height:575px;*/
	background:transparent url(/images/background_diamond.jpg) repeat;
	margin-top:120px;
}

#about_header {
	position:relative;
	margin:13px;
	background:transparent url(/images/20opacity32x32.png) repeat;
	height:76%;
}

#about_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:0 15px 15px 15px;
	}
	
#policies_header {
	position:relative;
	margin:13px;
	background:transparent url(/images/20opacity32x32.png) repeat;
}
	
#policies_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:5px 15px 15px 15px;
	}

#contact_detail {
	position:relative;
	margin:13px;
	padding:10px;
	background:transparent url(/images/20opacity32x32.png) repeat;
	height:560px;
}

#contact_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:0 10px 0px 10px;
	}

#contact_form {
	position:relative;
	float:left;
	width:45%;
	padding:8px;
}

.contact_form_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	margin-bottom:3px;
}

.field_input {
	margin-bottom:10px;
}

#contact_profile {
	position:relative;
	float:right;
	width:45%;
	margin:5px;
	padding:8px;
	background:transparent url(/images/50opacity32x32.png) repeat;
}

#field {
	margin-bottom:4px;
}

#footer {
	position:relative;
	float:left;
	width:990px;
	height:66px;
	margin:0px;
	padding:0px;
	top:-16px;
	background:url(../images/bkgrnd-footer.png) no-repeat bottom center;
	z-index:2;
	/* display:none; */
}

#footer-links {
	width:990px;
	margin-top:20px;
	text-align:center;
}


#copyright {
	text-align:center;
	width:100%;
}

.small-black-font, #footer-links li a {
	color:#ccc;
	text-decoration:none;
}

.small-white-font, #header-links li a {
	color:#FFFFFF;
}

.small-white-font, #header-microlinks li a {
	color:#FFFFFF;
	text-decoration:none;
}

.small-font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5pt;
	text-decoration:none;
}

.xsmall-font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
}

.footer_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#444444;
}

.footer_links a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#000000;
}

.footer_links a:hover {
	color:#FFFFFF;
}

.cleaner {
	clear:both;
}