body {
	color: #222;
	background: #e3e2d5 url(../images/bg-texture.png);
	font-family: 'Panefresco500wtRegular', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

a {
	color: #9D5925;
	outline: none;
}

a:hover, a:focus {
	color: #d96834;
}

header {
	margin: 0 auto;
	width: 940px;
	padding: 40px 0;
}

h1 {
	font-family: 'Panefresco999wtRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #9D5925;
	font-size: 30px;
}

h2 {
	font-family: 'Panefresco500wtItalic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 18px;
	margin-top: 5px;
}
	
section, footer {
	width: 940px;
	margin: 0 auto 50px;
}
	
	section header {
		position: static;
		border-bottom: 2px dotted #666;
		background-image: none;
		margin: 0 0 20px;
		padding: 0;
		height: auto;
		width: 940px;
		overflow: hidden;
	}
	
	section h1 {
		font-size: 24px;
		color: #687833;
		margin: 0 0 10px;
		position: relative;
		top: 1px;
	}
	
section#portfolio ul {
	margin: 0 -20px -20px 0;
	position: relative;
	overflow: hidden;
	width: 960px;
}
	
	section#portfolio li {
		list-style: none outside;
		margin: 0 20px 20px 0;
		width: 220px;
		float: left;
		overflow: hidden;
	}
	
	section#portfolio img {
		display: block;
		border: 1px solid #99a374;
		background-color: #fff;
		padding: 5px;
	}
	
	section#portfolio ul ul {
		margin: 5px 0 0;
	}
	
	section#portfolio li li {
		margin: 0 4px 0 0;
		width: auto;
		padding: 1px 5px;
		background-color: #fff;
		color: #9D5925;
		font-size: 10px;
		text-transform: uppercase;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		font-weight: bold;
		border: 1px solid #99a374;
	}
	
section#about {
	overflow: hidden;
}

	section#about p {
		text-align: justify;
	}

	section#about p.col1 {
		width: 460px;
		float: left;
		margin-right: 20px;
	}
	
section#contact {
	overflow: hidden;
}
	
	section#contact aside,
	#contact-info {
		width: 220px;
		float: left;
		margin-right: 20px;
	}
	
	#contact-body {
		width: 460px;
	}
	
	section#contact li {
		margin-bottom: 16px;
		list-style: none outside;
		position: relative;
		height: auto;
	}
	
	section#contact label {
		color: #888;
		position: absolute;
		top: 8px;
		left: 8px;
	}
	
	section#contact input,
	section#contact textarea{
		width: 204px;
		border: 1px solid #99a374;
		padding: 7px;
		height: 19px;
		display: block;
		font-size: 12px;
	}
	
	section#contact textarea {
		width: 444px;
		height: 70px;
	}
	
	section#contact button {
		background-color: #9D5925;
		color: #fff;
		text-transform: uppercase;
		height: 33px;
		margin: 1px 0;
		width: 100px;
		border: none;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		display: block;
		font-weight: bold;
		cursor: pointer;
	}
	
	section#contact button:hover {
		background-color: #d96834;
	}
	
	#contact-error {
		position: absolute;
		right: 0;
		top: 4px;
		padding: 2px 10px;
		background-color: #900;
		color: #fff;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		display: none;
	}
	
	#contact-success {
		padding: 2px 10px;
		background-color: #99a374;
		color: #000;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		display: none;
	}
	
footer {
	border-top: 2px dotted #666;
	padding-top: 20px;
}

	footer aside {
		float: right;
		width: 460px;
		text-align: right;
	}
