html, body {
	margin: 0;
	min-height: 100%;
}
body {
	color: #222;
	font-family: arial, helvetica, 'dejavu sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 13px;
}
h1, h2, h3, h4, p {
	margin: 5px 0;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
td {
	vertical-align: top;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 20px;
}
li {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 600px;
}

#header {
	height: 160px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
#nav {
	display: inline-block;
	float: right;
	margin: 40px 32px 0 0;
	width: 330px;
}
#nav td {
	padding-bottom: 10px;
	width: 110px;
}
#nav a {
	color: #7f7f7f;
	font-weight: bold;
}
#nav a:hover {
	color: #f00;
}

#content {
	width: 100%;
}

#footer {
	border-top: 8px solid #e7e7e7;
	color: #444;
	clear: both;
	font-weight: bold;
	margin-top: 25px;
	padding-top: 10px;
	text-align: center;
}
#footer a {
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
}
#footer a:hover {
	color: #f00;
}

.hdr {
	display: block;
	margin-bottom: 30px;
}
.red {
	color: #f00;
}
.lgrey {
	color: #777;
}

#homenews a {
	color: #777;
}
#whotbl span {
	color: #333;
	cursor: pointer;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 10px 0 0;
	line-height:20px;
}
#bio {
	font-size: 11px;
	line-height: 15px;
}

#whattbl, #whatlist {
	color: #777;
	font-size: 12px;
	width: 100%;
}
#whatlist {
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 8px;
}
#whattbl p {
	background: url('../images/bullet.png') top left no-repeat;
	padding-left: 12px;
}
#whatlist span {
	background: url('../images/bullet-small.png') top left no-repeat;
	display: block;
	padding-left: 12px;
}

.worktbl td {
	color: #777;
	padding-right: 20px;
}
.imgbtn {
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline;
	padding: 3px 5px;
}
#curimg {
	border: 1px solid #ccc;
	display: block;
	margin: 8px 12px 10px 12px;
	padding: 5px;
}

#newslist a {
	background: url('../images/pdf-icon.png') top left no-repeat;
	font-size: 11px;
	padding-left: 20px;
}
#newslist a, #homenews a {
	color: #777;
	display: inline-block;
	line-height: 16px;
	min-height: 18px;
	margin: 1px 15px 1px 0;
}
#homenews a:hover, #homenews a:active,
#newslist a:hover, #newslist a:active {
	color: #f00;
}

#stock {
	color: #888;
	font-size: 11px;
}
#stock a {
	color: #333;
	font-weight: bold;
}
#stock a:hover, #stock a:active {
	color: #f00;
}

#lightbox {
	background: #fff;
	border: 2px solid #f00;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: none;
	position: absolute;
	top: 75px;
	margin: 0 20px 12px 20px;
	z-index: 333;
}
#lightbox h3 {
	padding: 0 15px 0 15px;
	margin: 15px 0 0 0;
}
#lightbox p {
	padding: 12px;
	margin: 0px;
}
#lightbox_close {
	cursor: pointer;
	float: right;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 5px 0 0;
	padding: 5px;
}
#mask {
	background: #000;
	display: none;
	filter:alpha(opacity=30);
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 222;
}
	