body {
	margin-top: 3em;
	padding: 0;
	background: #775c3d;
}

a {
	text-decoration: none;
	color: #f7931e;
}

a:hover, a:active {
	text-decoration: underline overline;
}

#contact, #home, #portfolio {
	font: 12pt "Century Gothic", Verdana;
	padding: 1em;
	text-align: left;
}

p.details {
	font-size: 10pt;	
}

p.header {
	color: #f7931e;
	border-bottom: dotted #ffffff 1px;
}

p.detailInfo {
	font-size: 10pt;
	margin-bottom: -10px;
}

p.detailTagline {
	font-style: italic;
	font-size: 10px;
	margin-top: -18px;
}

p.detailsDate {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -18px;
}

#footer {
	font: 8pt "Century Gothic", Verdana;
	padding: 1em;
	color: #333333;
	text-align: center;
}

#btnSubmit {
	margin: .5em;
	padding: .5em;
	width: 5em;
	border-style: outset;
	background-color: #666666;
	color: #FFFFFF;
}
