
@import "baseStyle.css";
	body {
		background-image: url(/images/craftBg.gif);
		}

	A 			{ color: #663399; text-decoration: underline; }
	A:link		{ color: #663399; text-decoration: underline; }
	A:visited	{ color: #663399; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }

	#banner {
		padding:15px;
		}
		
	#maintable {
		margin-right:10px;
		margin-left:10px;
		}
		
    #adspace {
        width:120px;
	 	}


	#content {
		position:relative;
	    margin-right:0px;
	    margin-left:0px;
	    margin-bottom:0px;
		background:#FEF;
		border:1px solid #FEF;	
		}

	#container {
		background:#FEF;
		border:1px solid #FDF;		
		}

	#links {	
		position:relative;
		margin-right:0px;
	    margin-left:0px;
	    margin-bottom:0px;
		width:180px;			
		border:1px solid #FEF;
		}

	.main {
		background:#FEF; 
		}

	.mainbody {
  		background:#FEF;
		}

	#menu {
		background:#FEF;
		}		

	.calendar {
		background: #FDF;
		}
		
	.calendarhead {	
		color:#966;
  		background:#FDF;
  		}

	.side {
  		background:#FDF;
		}	
		
	.sidetitle {
		color:#669;
  		background:#FDF;
		}		

	.sidesubtitle {
 		background:#FDF;
		}		

	.syndicate {
  		background:#FDF;  		
 		}	
		
	.powered {
  		background:#FDF;		
		}	
		
	#banner-commentspop {
  		background:#966;
		}

	.stats {
		}
		
	.section {
		font-size: small;
		line-height: 200%;
		border-bottom: 1px solid #999
		}
	
	.sectiontitle {
		font-size: small;
		font-weight: bold;
		line-height: 200%;
		}
		
	#mainbody img {
		padding: 10 px;
		}
		
	.mainbody a,
	.mainbody a:link,
	.mainbody a:visited,
	.mainbody a:active,
	.mainbody a:hover {
		font-weight: normal;
		text-decoration: none;
	}

		
