# 	this stylesheet only handles layout and has no color info
# 	other than H1, H2 & H3 tags, there is no font related settings here
#	please edit the "style.css" file within your chosen theme directory to
#	change colors, font sizes etc.
# #####################################################################
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
	#leftcontent {
		padding: 6px; 
		position: absolute;
		left:10px;
		top:91px;
		width:192px;
		border:1px solid #000000;
		}

	#centercontent {
			padding: 6px; 
			margin-left: 208px;
   		margin-right:208px;
			border:1px solid #000000;
			voice-family: "\"}\"";
			voice-family: inherit;
   		margin-left: 208px;
   		margin-right:208px;
		}

	div#multicolumn1 {
	-moz-column-count: 3;
	-moz-column-gap: 18px;
	column-count: 3;
	column-gap: 18px;
	}

	html>body #centercontent {
   		margin-left: 208px;
   		margin-right:208px;
		}
		
	#rightcontent {
		padding: 6px; 
		position: absolute;
		right:10px;
		top:91px;
		width:192px;
		border:1px solid #000000;
		}
	
	#banner {
		text-align: center;
		height:90px;
		###border-top:1px solid #000000;
		###border-right:1px solid #000000;
		###border-left:1px solid #000000;
		}
	
	#navtab {
		text-align: center;
		height:90px;
		###border-top:1px solid #000000;
		###border-right:1px solid #000000;
		###border-left:1px solid #000000;
		}
		
	#footercontent {
		text-align: center;
		height:90px;
		margin-left: 208px;
   		margin-right:208px;
		border-bottom:1px solid #000000;
		###border-top:1px solid #000000;
		###border-right:1px solid #000000;
		###border-left:1px solid #000000;
		}
	
	#debugcontent {
              padding: 6px;
              margin-left: 208px;
              margin-right:208px;
}

h1 {
	font-size: 26px;
}

h2 {
	margin-left: 10px;
	font-size: 20px;
}

h3 {
	margin-left: 10px;
	font-size: 16px;
}

