/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 /* adding theese 
 font-size:62.5%;
   */
 font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:72.5%;
	color:#feee8d;
	background-color:#000000;
} 
 
#pagewidth{ 
 width:1026px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 /* added next line
 padding-right:10px;
 background-color:#cb0639; 
 */
background-color:#0C0102;
border-left:#CC0000 thin solid;
border-right:#CC0000 thin solid;
border-bottom: #CC0000 thin solid;
padding-left:10px;
padding-right:10px;/*
background-image:url(images/voodoorooms-bg-only-no-borders.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#a21619;
*/
/*background-image:url(images/face-faded-only.gif);*/
  
} 
 
#header{
 /*
  position:relative; 
 height:138px; 
 */
 height:190px;
padding-top:5px;
 width:100%;
 margin-bottom:25px;
 /*
   background-color:#cb0639; 
  background-image:url(images/leaf-motif-800-wide.gif);
  background-repeat:no-repeat;
  background-position:center bottom;
   background-image:url(images/voodoor_curtains_bg.gif);
   */
    background-image:url(../images/voodoor_curtains_bg-extended.gif);
  background-position:bottom center;
  background-repeat:repeat-x;
 /*
      background-image:url(images/eyes-only-for-header.gif);
  background-position:center right;
    background-repeat:no-repeat;
    */

} 

#rightcol {
float:right;
width:240px;
position:relative;
background-color:#370E00;
text-align:center;
margin:auto;
/*   adding to make it look like the left co, i hope */

border:1px;
border-color:#B90000;
border-style:solid;


}
 
#leftcol{
/*this was 25% */
 width:200px; 
 float:left; 
/* position:relative; */
 height:auto;
 /* adding this */
 vertical-align:top;
 padding-left:0px;
 	font-size:180%;
	line-height:160%;
	/* trial stuff 
	z-index:99;
		background-color:#993300;
	 background-color:#cb0639; 
	*/
	 }
 
#maincol{
/*background-color: #cb0639;  */
 float:left; 
 display:inline; 
 /*position: relative;  */
 top:0px;
width:63%;
/* adding this to limit centre column width */
min-width:400px;
max-width:544px;
/* adding this ie6 max-wdith hack 
width: expression(document.body.clientWidth < 602? "600px" : document.body.clientWidth > 602? "600px" : "auto");
*/
width: expression(document.body.clientWidth < 402? "400px" : document.body.clientWidth > 546? "544px" : "auto");
 /*   ADDDING THIS ////////////////////////////////////////////// */
 font-size:145%;
  line-height:200%;
  /*
padding-left:10px;
*/
padding:0px;
padding-top:0px;
padding-bottom:20px;
padding-right:16px;
padding-left:16px
/*background-image:url(images/face-faded-only.gif);
background-color:#000000;
*/
/*
text-align:right;
z-index:1;
*/
 }
 html>body #maincol {
/*left:-42px;
 top:4px;
*/

 }
 
#footer{
	height:250px;
	/*background-color:#cb0639;*/
	clear:both;
	/*               ADDDING IMAGE TO FOOTER  
	 background-image:url(images/footer-bg-only.jpg);
	 */
	 /*
background-image:url(images/voodoor_curtains_bg.gif);
*/
	background-position:bottom center;
	background-repeat:no-repeat;
	/*text-align:center;*/
	font-size:170%;
	postion:relative;
	top:-25px;
	margin-bottom:20px;
	 } 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

