/* @group Layout */

*,img {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font: 76% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 1em;
	text-align: left;
	background-color: #deebb0;
}

#wrapper {
	margin: 0 auto;
	width: 770px;
	background-color: #b4c547;
}

#header {
	height: 120px;
	width: 770px;
}

#navigation {
	background-color: #b4c547;
	padding: 0 0 0 1em;
	font-size: .9em;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	font-weight: bold;
	padding: .1em;
	text-decoration: none;
}

#navigation a:link:hover, #navigation a:visited:hover {
	color: #edfe82;
}

#navigation p.divider {
	color: #93a331;
	margin: 0;
	padding: 0;
}

#contentarea {
	padding: 2em 1em 3em 1em;
	background-color: white;
}

#contentarea-portfolio {
	width: 770px;
	height: 460px;
}

#contentarea a {
	font-weight: bold;
	text-decoration: underline;
}

#footer-bar {
	color: white;
	font-size: .9em;
	font-weight: bold;
	padding: .3em 0 .3em 0;
	text-align: center;
	background: #b4c547 fixed;
}

.creator {
	font-size: .9em;
	margin: 2em;
	text-align: center;
}

/* @end */

/* @group General Styling */

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: .75em;
}

p>em {
	font-size: .9em;
	line-height: 1.25em;
	margin-bottom: 50px;
}

h1 {
	color: black;
	font-size: 1.5em;
	margin-bottom: 1em;
}

h2 {
	color: #767f41;
	font-size: 1.2em;
	margin-bottom: .75em;
	margin-top: 1.25em;
}

li, ul {
	line-height: 1.25em;
	margin-left: 1em;
	margin-bottom: .5em;
}

a:link {
	color: #767f41;
}

a:visited {
	color: #767f41;
}

.photo {
	margin: .5em 0 1.5em 1.5em;
	float: right;
}

/* @end */

/* @group Form */

/* @group Styles */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding-top: .5em;
	margin: 1em 0 1em;
	border: none;
}

legend {
	padding: 0 .5em 0 0;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold;
}

label {
	float: left;
	width: 6em;
	padding: 0em 1em 0 0;
	text-align: right;
	height: 2em;
}

fieldset div {
	margin-bottom: .75em;
	padding: .1em;
	display: block;
}

fieldset div input {
	width: 17em;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div textarea {
	width: 17em;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	width: 13em;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 0em;
	text-align: left;
	margin-left: 7em;
}


input:focus, textarea:focus {
	background: #e6f0fe;
	color: #000;
}

/* @end */

/* @group required fields - does not work in IE */

fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:after {
	content: "";
}

/*  @end */



/* @end */