* {
	margin: 0;
	padding: 0;
	}

body {
	border-bottom: 15px solid #ffffff;
	border-top: 15px solid #3f341d;
	color: #85795f;
	font-family: Georgia, serif;
	font-size: 18px;
	padding: 18px 24px;
	}

h1, h2 {
	font-weight: normal;
	text-transform: lowercase;
	}

h1 {
	color: #85795f;
	font-size: 78px;
	line-height: 60px;
	text-align: center;
	}

h2 {
	color: #80cceb;
	font-size: 42px;
	margin-top: 10px;
	}

h2#special {
	color: #cfc3a7;
	font-size: 36px;
	font-style: italic;
	line-height: 27px;
	margin: 6px 0 9px 270px;
	text-align: center;
	text-indent: 30%;
	}

div#intro, div#portfolio, div#contact {
	width: 49%;
	}

div#intro, div#contact {
	clear: left;
	float: left;
	}

div#portfolio {
	clear: right;
	float: right;
	}

p {
	line-height: 1.5em;
	margin-bottom: 6px;
	text-indent: 1.5em;
	}

p#footer {
	clear: both;
	font-size: 14px;
	padding-top: 15px;
	text-align: center;
	text-indent: 0;
	}

strong {
	color: #cfc3a7;
	font-size: 27px;
	font-weight: normal;
	}

a:link {
	color: #80cceb;
	}

a:visited {
	color: #cfc3a7;
	}

a:hover, a:active {
	color: #3f341d;
	}


/* Portfolio thumbs */

div#portfolio-thumbs {
	text-align: center;
	}

div#portfolio-thumbs a {
	margin: 0;
	padding: 0;
	}

div#portfolio-thumbs a:link img,
div#portfolio-thumbs a:visited img {
	border: 5px solid #ffffff;
	margin: 0;
	padding: 2px;
	}

div#portfolio-thumbs a:hover img,
div#portfolio-thumbs a:active img {
	border-color: #cfc3a7;
	}


/* Contact form */

form fieldset {
	border: none;
	margin-bottom: 6px;
	}

form label {
	float: left;
	text-align: right;
	margin: 2px 10px 2px 0;
	width: 90px;
	}

form input,
form textarea {
	background-color: #e2debf;
	border: none;
	color: #85795f;
	font-family: Georgia, serif;
	font-size: 17px;
	margin: 2px 0;
	padding: 2px;
	width: 60%;
	}

form br {
	clear: left;
	}

form.zemContactForm legend {
	display: none;
	}

form.zemContactForm input.zemSubmit {
	background-color: #cfc3a7;
	font-weight: bold;
	margin: 2px 0 2px 100px;
	text-transform: lowercase;
	}

div.zemThanks,
ul.zemError {
	color: #cfc3a7;
	font-size: 24px;
	font-weight: normal;
	}