			body  {
				font: 84% Verdana, Arial, Helvetica, sans-serif;
				background: #000820 url(../backg/bg.png) repeat-y center; /* background effect */
				margin: 0;
				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;
			}
			.siteBox #container { 
				width: 960px;
				background: #fff;
				margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
				border: 1px solid #000000;
				text-align: left; /* this overrides the text-align: on the body element. */
			} 
			.siteBox #header { 
				margin: 0;
				background: #026 url(../backg/bandmain.png); 
				padding: 0 0 0 0;  /* 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. */
			} 
			.siteBox #header h1 {
				color: #fff;
				font: 4em Georgia, Times New Roman, Times, serif; 
				font-style: normal; 
				font-weight: 400; 
				line-height: 1em; 
				font-stretch: normal;
				vertical-align: top; 
				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: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
			}
			.siteBox #header p {
				color: #fff;
				font: 1.5em Georgia, Times New Roman, Times, serif; 
				font-style: normal; 
				font-weight: 800; 
				line-height: 1em; 
				font-stretch: normal;
				vertical-align: top; 
				margin: 0;
				padding: 8px 0;
			}
			.siteBox #menuband {
				background: #fff; 
				padding: 0;
				text-align: center;
			}
			.siteBox #sideleft {
				float: left;
				width: 180px;
				background: #fff;
				padding: 0 8px 12px 16px; /* padding keeps the content of the div away from the edges */
			}
			.siteBox #sideleft h3 {
				font-weight: 800;
				color: #039;
			}
			.siteBox #sideleft p {
				font-size: 80%;
			}
			.siteBox #sideright {
				float: right; /* since this element is floated, a width must be given */
				width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
				background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
				padding: 0 0 12px 0; /* padding keeps the content of the div away from the edges */
			}
			.siteBox #sideright h3 {
				font-weight: 800;
				color: #039;
			}
			.siteBox #sideright p {
				font: Arial, Helvetica, sans-serif;
				font-size: 70%;
				font-variant: small-caps;
				line-height: 1.25em;
				color: #000;
				padding: 0 8px 0 0;
			}
			.siteBox #sideright p.little {
				font-size: 100%;
			}
			.siteBox #sideright p.pad4 {
				padding: 0 8px 4px 16px;
			}
			.siteBox #mainContent { 
				margin: 0 224px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. 
				No matter how much content the sidebar divs contain, the column space will remain. 
				You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
				padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
			}
			.siteBox #rightContent { 
				margin: 0 0 0 224px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. 
				No matter how much content the sidebar divs contain, the column space will remain. 
				You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
				padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
			}
			.siteBox #fullContent { 
				margin: 0 0 0 0;
				padding: 0 0 0 0;
			}
			.siteBox #footer { 
				padding: 0 8px 0 12px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
				background:#000820;
			} 
			.siteBox #footer p {
				margin: 0; 
				padding: 8px 0;
				font: 70% Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal; 
				font-weight: 400; 
				line-height: 1.5em; 
				font-stretch: normal; 
				text-align: center;
				color: #fff;
			}
			.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;
			}
			.menu1 { /* Menu Bar */
				color: #000820;
				margin: 12px;
				}
			h1 {
				font: 1.875em Georgia, Times New Roman, Times, serif; 
				font-style: normal; 
				font-weight: 400; 
				line-height: 1.5em; 
				font-stretch: normal; 
				padding-top: 3px; 
			}
			h2 {
				font: 1.5em Georgia, Times New Roman, Times, serif; 
				font-style: normal; 
				font-weight: 400; 
				line-height: 1.5em; 
				font-stretch: normal; 
			}
			h3 {
				font: 1.125em Verdana, Arial, Helvetica, sans-serif; 
				font-style: normal; 
				font-weight: 400; 
				line-height: 1.5em; 
				font-stretch: normal; 
				padding-top: 3px;
			}
			p  { 
				color: #765; 
				font-size: 12px; 
				font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
				font-style: normal; 
				font-weight: 400; 
				line-height: 1.25em; 
				font-stretch: normal; 
				background-color: transparent;
			}
			.center { 
				text-align: center; 
				vertical-align: center; 
			}
			.topcen { 
				text-align: center; 
				vertical-align: top; 
			}
			.tops {  
				vertical-align: top; 
			}
			.right { 
				text-align: right;
			}
			.strong { 
				color: #000;
				font-style: bold; 
				font-weight: 700; 
			}
			.mild { 
				color: #000; 
			}
			.emph { 
				color: #000;
				font-style: italic; 
			}
			.soft { 
				color: #ccc;
			}
			.rust { 
				color: #c33;
			}
			.pump { 
				color: #f60;
			}
			.verde { 
				color: #696;
			}
			.spark  { 
				font: 1.75em Verdana, Arial, Helvetica, sans-serif;
				line-height: 1.25em;
				color: #333;
				vertical-align: center;
			}
			.little {
				font: Arial, Helvetica, sans-serif;
				font-size: 70%;
				font-variant: small-caps;
				line-height: 1.5em;
				color: #000;
			}
			.pads { 
				padding: 0 8px;
			}
			.pad4 { 
				padding: 8px;
			}
			a:link   { 
				color: #03c; 
				text-decoration: none 
			}
			a:visited   { 
				color: #06c; 
				text-decoration: none 
			}
			a:hover   { 
				color: #03f; 
				text-decoration: none 
			}