/* CSS Document */
body {background-color: #666666; font-family:Verdana, Arial, Helvetica, sans-serif;}


#frame {width:100%; height:auto; margin:0px; padding:0px;}

#main { width:1000px; height:auto; background-color: #333333;
	color:#CCCCCC; font-family:Verdana, Arial, Helvetica, sans-serif 10px;
	margin:0; padding:0px;
	}
	
#header { width:998px; height:auto; color: #ffffff; vertical-align:top; 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; 
	padding-top:40px; padding-bottom:20px; margin:1px; background-color:#000000;
	background-image:url(images/alchemist_title.png); 
	background-position:center; background-repeat: no-repeat;
	}
	
#header h3 {font-size:12px; color:#999999;}

#wibox {position:absolute; width:998px; height:70px;}

#widgetbox1 { position: absolute; left:251px; top:1px; width:498px; height:auto; margin:0px; padding:0px; background-color:#000000; z-index:1}

#widgetbox2 { position: absolute; left:0px; top:15px; 
	width:498px; height:auto; margin:0px; padding:0px; background-color:#000000; z-index:2}
	
#widgetbox3 { position: absolute; left:0px; top:15px; width:498px; height:auto; margin:0px; padding:0px; background-color:#000000; z-index:3}
	
#rightside { float:right; width:208px; height:500px; vertical-align:top; 
	background-color:#000000; background-image:url(images/gothic-arch-5.jpg); 
	background-repeat:repeat-x; background-position:right;
	padding:20px; padding-top:60px; margin:1px;
	font-size:11px;}
#rightside p:first-letter { float:left; font-family: WestminsterGotisch, Verdana, Calibri, Arial;
	font-size:50px; color: #999999;}
	
#leftside { float:left; width:208px; height:500px; vertical-align:top;
	background-color: #000000; background-image:url(images/gothic-arch-5.jpg);
	background-repeat:repeat-x; background-position:left;
	padding:20px; padding-top:60px; margin:1px;
	font-size:11px;}
#leftside p:first-letter { float:left; font-family: WestminsterGotisch, Verdana, Calibri, Arial;
	font-size:50px; color: #999999;}
	
#center { float:left; width:458px; height:500px; 
	background-color:#000000; vertical-align:top;
	background-image:url(images/gothic-arch-7.jpg); 
	background-position: center; background-repeat: repeat-x; padding:20px; padding-top:60px; 
	margin:1px;
	font-size:11px;}
#center p:first-letter { float:left; font-family:WestminsterGotisch, Verdana, Calibri, Arial;
	font-size:75px; color: #999999;}
	
#footer { float:left; width:998px; height:auto; background-color:#000000;
	padding-bottom:20px; padding-top:20px; margin:1px; margin-bottom:20px; font-size:9px;
	}



