@charset "UTF-8";@import 'reset.css';html {	background-image: url(../images/bkgd.jpg);	background-repeat: no-repeat;	background-position: center bottom;	background-attachment: fixed;	background-color: #C6C4C5;}body {	font-size: 12px;	font-family: Geneva, Arial, sans-serif;	font-size: 10px;	color: #232323;}h1 {	font-size: 18px;	color: #599434;	padding-bottom: 10px;	text-shadow:0 1px #C6C4C5;}h2 {	font-size: 14px;	font-weight: bold;	color: #b76b09;	padding: 20px;}p {	padding-bottom: 10px;	line-height: 20px;}a {	color: #000;	text-decoration: underline;}#wrapper {	background-image: url(../images/bkgd-wrapper.png);	background-repeat: no-repeat;	width: 860px;	min-height: 580px;	margin-right: auto;	margin-left: auto;}#header {	height: 162px;}#header #nav {	float: right;	margin-right: 57px;}#header #nav ul li {	display: inline;}#header #nav ul li a {	display: block;	float: left;	padding-left: 20px;	padding-right: 20px;	padding-top: 9px;	padding-bottom: 10px;	text-decoration: none;	text-shadow:0 1px #FAFAFA;	font-size: 12px;	background-image: url(../images/nav-sprite.jpg);}#header #nav ul li a:hover, #header #nav ul li a.selected {	background-image: url(../images/nav-sprite.jpg);	background-position: 0px -35px;}#content {	width: 750px;	padding-right: 50px;	padding-left: 55px;	padding-top: 10px;	overflow: hidden;}#content #homecopy {	margin-top: 60px;	margin-left: 350px;	width: 350px;}#content p.project {	float: left;	margin-right: 65px;	margin-left: 50px;	padding-bottom: 0px;	margin-bottom: 10px;}#content p.project a {	opacity: 0.85;}#content p.project a:hover {	opacity: 1;}#content p.sitelink {	text-align: right;}#content p.testimonial {	padding-left: 38px;	padding-right: 20px;}#content #project-pic {	float: left;	width: 372px;	text-align: center;	margin-right: 27px;}#content #project-pic p.closer {	text-align: right;	margin-right: 30px;}#content #project-pic p.mmf{	margin-right: 100px;}#content #project-pic p.hack {	margin-right: 75px;}#content #project-pic.sitelist {	text-align: left;	padding-left: 38px;	width: 334px;}#content #project-description {	width: 320px;	float: left;}#contact-area {	width: 380px;	margin-top: 25px;	margin-left: 285px;}#contact-area input, #contact-area textarea {	padding: 5px;	width: 250px;	margin: 0px 0px 10px 0px;	border: 0px solid #ccc;	background-color: #C6C4C5;	opacity: 0.5;}#contact-area textarea {	height: 90px;}#contact-area textarea:focus, #contact-area input:focus {	border: -1px solid #599434;}#contact-area input.submit-button {	width: 90px;	float: right;	opacity: 0.85;	border: 1px solid #000;	margin-right: 5px;	cursor: pointer;}label {	float: left;	text-align: right;	margin-right: 15px;	width: 100px;	padding-top: 5px;}#footer {	clear: both;	margin-top: 15px;	text-align: center;}.description {	text-align: left;	margin-top: 50px;}.hidden {	display:none;}
