html {
	background: url(images/bg.jpg) repeat-x #fff;
}
body {
	margin: 0px;
	padding: 0px;
	color:#4C4C4C;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}
#doc {
	width:880px;
	position:absolute;
	left: -440px;
	margin-left: 50%;
}
a:link {
	color: #5C9809;
}
a:visited {
	color: #AECC84;
}
a:hover {
	color: #CC6600;
}
h2 {
	font-size: 116%;
	font-weight: bold;
}
h3 {
	font-size: 116%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
.quote {
	clear:both;
	padding: 20px;
}
p {
	font-size: 85%;
	line-height:138.5%;
}
p.quote {
	margin: 0;
	padding: 24px 20px 4px 20px;
}
.quote-title {
	text-align:right;
	font-weight:bold;
	margin-top: .5em;
}
.preview-item {
	width: 200px;
	height:200px;
	margin-right:24px;
	border: 1px solid #a3c870;
	float:left;
}
#mainNav {
	float: right;
}
#mainNav li {
	float: left;
	margin: 0 0 0 1px;
}
#mainNav li a {
	padding: 5px 15px;
	display: block;
	background: #75c10b;
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
#mainNav li a:hover {
	background:#c8e69d;
}
#mainNav li.selected a {
	background:#c8e69d;
}
p {
	margin: 20px 0;
	line-height: 1.75em;
}
h4 {
	font-weight:bold;
}
#header {
	background:url(images/header.png) no-repeat;
	width: 492px;
	height:100px;
	text-indent:-3000px;
	margin:0;
	float:left;
	cursor: pointer;
	_background: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header.png', sizingMethod='scale');
}
strong {
	font-weight:bold;
}
.mod {
	background:url(images/box.gif) no-repeat;
	margin: 20px 8px 20px 0;
}
.mod .mod-content {
	background:url(images/box.gif) no-repeat;
	background-position: top right;
	margin: 0 -8px 0 8px;
}
.mod .bd {
	padding: 28px 20px 8px 20px;
}
.mod .ft {
	background:url(images/box.gif) no-repeat;
	background-position: bottom left;
	height:8px;
	bottom: -8px;
	left: -8px;
	position:relative;
}
.mod .ft-content {
	background:url(images/box.gif) no-repeat;
	background-position: bottom right;
	height:8px;
	position:relative;
	right: -8px;
}
#contactForm td {
	padding-bottom: 20px;
	text-align:left;
}
#contactForm input {
	padding: 2px;
}
#footer {
	margin:20px 0;
	padding: 5px 0;
	border-top: 1px solid #a3c870;
	font-size: 85%;
}
.divider {
	border-bottom: 1px solid #a3c870;
	padding-top: 4px;
	margin: 16px 0;
}
#portfolioNav ul {
	margin: 0;
}
.larger {
	font-size: 100%;
}
li {
	font-size: 85%;
	line-height:138.5%;
}