body {
	color: #000;
	background: url("/site_graphics/bg_body.jpg") repeat-x #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
p, ul, li {
	padding: 0px;
	margin: 0px;
	}

p {
	line-height: 1.5em;
	margin-bottom: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
h1 {
	color: #333;
	font-size: 24px;
	text-transform: lowercase;
	}
	
h2 {
	color: #900;
	padding: 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	text-transform: lowercase;
	}
	
h2.link {
	border: none;
	}
	
#hdr {
	width: 750px;
	height: 150px;
	color: #fff;
	background: transparent;
	margin: 0px auto;
	text-align: center;
	}
	
#hzmenu {
	font-weight: bold;
	background: url("/site_graphics/bg_menu.jpg") repeat-x #ccc;
	padding: 10px 0px;
	border-bottom: 1px solid #000;
	margin: 0px auto;
	margin-bottom: 0px;
	text-align: center;
	}
	
#hzmenu ul {
	list-style-type: none;
	}
	
#hzmenu ul li {
	display: inline; 
	padding: 0px 13px;
	}
	
#hzmenu ul li a {
	color: #000;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	}
	
#hzmenu ul li a:hover {
	color: #fff;
	background: url("/site_graphics/bg_bt_hover.jpg") repeat-x transparent;
	text-decoration: underline;
	}
	
#cnt {
	background: url("/site_graphics/bg_content.jpg") repeat-x #fff;
	padding-top: 20px;
	margin: 0px auto;
	}	
	
#cntBody {
	}
	
#footer {
	width: 630px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px;
	border-top: 10px solid #600;
	margin: 0px auto;
	}
	
#card p {
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	}
	
div.left75 {
	float: left;
	width: 400px;
	}
	
div.right25 {
	float: right;
	width: 200px;
	}
	
ul.lst {
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 20px;
	}
	
ul.lst li {
	padding-left: 15px;
	}
	
div.spacer { clear: both; }

div.splash {
	width: 100%;
	background: #600;
	border-bottom: 1px solid #000;
	margin: 0px auto;
	text-align: center;
	}
	
div.intro {
	width: 630px;
	margin: 0px auto;
	/*margin-bottom: 20px;*/
	text-align: center;
	}
	
div.intro p {
	color: #666;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.25em;
	}
	
div.threecol {
	width: 630px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin: 0px auto;
	}
	
div.threecol ul {
	list-style-type: square;
	}
	
div.threecol ul li {
	font-size: 0.9em;
	margin-left: 20px;
	margin-bottom: 3px;
	}
	
div.threecol ul li a {
	color: #000;
	text-decoration: none;
	}
	
div.threecol ul li a:hover {
	color: #900;
	text-decoration: underline;
	}
	
div.threecol div.leftcol {
	float: left;
	width: 200px;
	}
	
div.threecol div.centercol {
	width: 200px;
	margin: 0px auto;
	}
	
div.threecol div.rightcol {
	float: right;
	width: 200px;
	}
	
div.news h3 {
	width: 200px;
	height: 60px;
	}
	
h3.news a {
	display: block;
	height: 60px;
	background: url("/site_graphics/bt_news.jpg") no-repeat 0px 0px;
	text-indent: -9000px;
	}
	
h3.news a:hover {
	background-position: 0px -60px;
	}
	
h3.services a {
	display: block;
	height: 60px;
	background: url("/site_graphics/bt_services.jpg") no-repeat 0px 0px;
	text-indent: -9000px;
	}
	
h3.services a:hover {
	background-position: 0px -60px;
	}
	
h3.projects a {
	display: block;
	height: 60px;
	background: url("/site_graphics/bt_projects.jpg") no-repeat 0px 0px;
	text-indent: -9000px;
	}
	
h3.projects a:hover {
	background-position: 0px -60px;
	}
	
div.block {
	width: 630px;
	padding-bottom: 10px;
	margin: 0px auto;
	}
	
div.service {
	}
	
p.required, span.required {
	color: #ff3300;
	font-weight: bold;
	}
	
ul.links {
	list-style-type: square;
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 20px;
	}
	
div.project div.screenshot {
	float: left;
	width: 200px;
	}
	
div.project div.screenshot p.link {
	color: #000;
	background: #f2f2f2;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	margin: 3px 0px;
	text-align: center;
	}
	
div.project div.screenshot p.link a, div.project div.screenshot p.link a:visited {
	color: #000;
	text-decoration: none;
	}
	
div.project div.screenshot p.link a:hover {
	color: #900;
	}
	
div.project div.summary {
	float: right;
	width: 400px;
	}
	
p.error, p.success {
	font-size: 1.5em;
	font-weight: bold;
	}
	
p.error {
	color: #900;
	background: #ffffcc;
	padding: 10px;
	border: 1px solid #900;
	}
	
p.success {
	color: #060;
	background: #ccffcc;
	padding: 10px;
	border: 1px solid #060;
	}
	
#adblock {
	float: right;
	width: 338px;
	height: 282px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
div.adblock {
	float: right;
	width: 338px;
	height: 282px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
div.books {
	width: 290px;
	height: 240px;
	}
	
div.summary {
	font-size: 1.25em;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	}
	
div.book {
	float: left;
	width: 120px;
	}
	
div.bk-left { margin-right: 10px; }