body {
	background-image: url(http://www.jimborth.com/images/bggrad.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #F4F3F2;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #828282;
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #828282;
}

a:hover {
	text-decoration: underline;
}

a:focus, a:active {
	outline: 0;
	-moz-outline: none;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	color: #828282;
	text-wrap: none;
	display: inline;
}

h1 a {
	font-weight: normal;
	color: #acacac;
}

#maincontent {
	margin: auto;
	width: 905px;
}

#contentslice {
	position: relative;
	margin-top: 50px;
	margin-left: 0px;
	width: 905px;
	border: 0;
}

#navarea {
	float:left;
	width:170;
	margin-right: 5px;
}


#gridarea {
   	float:right;
    width: 730px;
}

ul.hpgrid {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.hpgrid li {
	float: left;
	margin: 0 3px 3px 0;
	width: 239px;
	height: 129px;
	background: url(http://www.jimborth.com/images/cellbg.gif) no-repeat;
}

.imgAlpha {
	margin: 2px 0 0 2px;
	width:235px;
	height:125px;
	opacity:0.35;
	filter:alpha(opacity=35);
	border: 0;
}

#gridlabel {
	clear:both;
	padding: 2px 0 15px 0;
}

#copyline {
	clear:both;
	display:block;
	font-size: 9px;
	color: #b5b5b5;
	line-height: 13px;
	padding-top: 30px;
}

#clientcolumn {
	float:left;
	width: 240px;
}

input, textarea {
	font-family: arial, sans-serif;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 14px;
	border: 1px solid #828282;
	background-color: #ffffff;
	color: #828282;
}