div.col1 {
			 float: left;
			 width: 62%;
			 height: auto;
			 margin: 0 20px 25px 50px;
			 line-height: 1.4em
		}
div.col2 {
	 float: left;
	 width: 25%;
	 height: auto;
	 margin: 0 0 25px 10px;
	 line-height: 1.4em
}
ul {
			list-style-type: circle;
			margin: 15px;
			padding-left: 15px
			}
		ol {
			margin: 15px;
			padding-left: 15px
		}
		li {
			padding-left: 5px;
			line-height: 1.2em;
			border: 0px solid black;
			padding-bottom: 8px;
		}
#gmenu {
	border: 1px solid #003B7E;
	padding: 1px;
	margin: 10px 0px 10px 0px;
	width: 100%;
	background-color: #FBFBFB
}
#gmenu div.title { 
	width: auto;
	background: url(/gfx/grnline.gif) repeat-x;
	height: 40px;
	position: relative
}
#gmenu div.title h3 { 
	position: relative;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
}
#gmenu .meat {
	width: auto;
	margin: 10px
}
div.reader { 
		border-top: 1px #444 solid;
		padding-top: 4px;
		font-size: .8em;
		line-height: 1em
		}
	div.reader img {
		display:block;
		margin: 5px auto 0 auto
	}
			
