@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-image: url(/assets/images/template/wallpaper.gif);
	background-repeat: repeat;
	vertical-align: text-bottom;
}
.thrColFixHdr #container {
	width: 1060px; /* the auto margins (in conjunction with a width) center the page */
	height: auto;
	border: 1px solid #212121;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/assets/images/template/curtain01.jpg);
	background-repeat: no-repeat;
	background-color: #000;
} 
.thrColFixHdr #header { 
	padding: 0 14px 0 14px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
} 
.thrColFixHdr #header menubox {
	width: 990px;
	height: 41px;
	color:#000;
	border:#900;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1, .thrColFixHdr #sidebar1Top {
	float: left; /* since this element is floated, a width must be given */
	width: 306px; /* padding keeps the content of the div away from the edges */
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 36px;
}
.thrColFixHdr #sidebar1 {padding-top: 36px;}
.thrColFixHdr #sidebar1Top {padding-top: 0px;}
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar2Top {
	float: right; /* since this element is floated, a width must be given */
	width: 306px; /* padding keeps the content of the div away from the edges */
	padding-right: 36px;
	padding-bottom: 15px;
	padding-left: 17px;
}
.thrColFixHdr #sidebar2 {padding-top: 36px;}
.thrColFixHdr #sidebar2Top {padding-top: 0px;}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 359px;
	margin-bottom: 0;
	margin-left: 359px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	min-height: 400px;
} 
.thrColFixHdr #mainContentFull {
	margin-top: 0px;
	margin-right: 159px;
	margin-bottom: 0;
	margin-left: 159px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	min-height: 400px;
}
.thrColFixHdr #mainContentWiderForm {
	margin-top: 0px;
	margin-right: 259px;
	margin-bottom: 0;
	margin-left: 359px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
		min-height: 400px;
}
.thrColFixHdr #footer { 
	height: 174px;
	padding: 0 36px 0 36px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColFixHdr #footer p {
	font-size:11px;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #subfooter { 
	height: auto;
	padding: 0 36px 0 36px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.thrColFixHdr #subfooter p {
	font-size:12px;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer_p13 {
	font-size:13px;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footerLEFTbox {
	width: 649px;
	height: 170px;
	display: block;
	background-color:#292929;
	border: 1px solid #730808;
	background-image:url(/assets/images/general/tarotcard_sun.jpg);
	background-position: left;
	background-repeat: no-repeat;
	/*background-image:url(/assets/images/manillo.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	padding: 0;
	float: left;
	clear: none;
}

#footerRIGHTbox {
	width: 302px;
	height: 170px;
	display: block;
	background-color:#292929;
	border: 1px solid #730808;
	background-image: url(/assets/images/general/newsletter_signup2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	float: right;
	clear: none;
}

#footerRIGHTbox .subscription{ width:250; height:160; padding: 96px 17px 0px 0; float:right; }
#footerENV { width: 122px;	height: 85px;	display: block ;	background-color:none; position:relative; left:180px; top: 46px; border:none; outline:none;}
#footerADRS { width: 320px;	height: 120px;	display: block ;	background-color:none; position:relative; left:330px; top: -86px; border:none; outline:none;}

.thrColFixHdr #absolutemediabox {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	}
.thrColFixHdr #footerLinks {
	width: 990px;
	margin-right: auto;
	margin-left: auto;	
	}

.alphabetpad {padding-right:10px;}

.contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #730808;
	background-color: #ffffcc;
	border: 1px solid #730808;
	font-size: 11px;
}
.contactButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #292929;
	border: 1px solid #730808;
}
