html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #fff;
	font: 62.5%/1.6 "arial", "helvetica", sans-serif;
	overflow-y: scroll;
}

#header {
	background: url(../graphics/header_background.png) repeat-x;
	border-bottom: 4px solid #b02100;
	height: 100px;
	width: 100%;
}

#inner_header {
	margin: 0 auto;
	width: 900px;
}

#contact_form {
	width: 100%;
}

#contact_form a {
	background: url(../graphics/contact_form_button.png) no-repeat;
	color: #fff;
	float: right;
	font-size: 1.4em;
	margin: 0 auto;
	padding: 1px 35px 3px 14px;
}

#inner_contact_form {
	background: url(../graphics/contact_form_background.png) repeat;
	border-bottom: 4px solid #b02100;
	height: 325px;
	width: 100%;
}

#actual_contact_form {
	margin: 0 auto;
	width: 900px;
}

#actual_contact_form p {
	color: #fff;
	font-size: 1.4em;
	margin: 15px 0px 15px 0px;
	position: relative;
	top: -10px;
}

#actual_contact_form h4 {
	color: #fff;
	float: right;
	font-size: 3.0em;
	margin: 0px;
	position: relative;
	text-decoration: none;
	top: 65px;
}

form {
	float: left;
	left: 25px;
	position: relative;
	top: 15px;
	width: 400px;
}

input {
	float: right;
	position: relative;
	top: -20px;
	width: 225px;
}

textarea {
	float: right;
	position: relative;
	top: -20px;
}

#submit {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-size: 1.0em;
	left: 230px;
	position: relative;
	top: 130px;
	width: 50px;
}

#inner_header h1 {
	height: 100px;
	width: 600px;
}

#my_name {
	color: #9ae2ff;
	font-weight: bold;
}

#content {
	background: url(../graphics/content_background.png) repeat-y;
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 900px;
}

#content #main_content {
	float: left;
	margin: 10px 0px 10px 10px;
}

#content #information {
	float: right;
	margin: 10px 10px 10px 0px;
}

#content #clear {
	clear: both;
}

#main_content div, #information div {
	margin: 0px 0px 10px 0px;
}

#content #portfolio {
	height: 250px;
	width: 660px;
}

#content #services {
	height: 200px;
	margin: 0px 0px 20px 0px;
	width: 660px;
}

#content #services p {
	color: #222;
	font-size: 1.3em;
	padding: 5px 85px 5px 20px;
	text-align: justify;
}

#content #services h4 {
	color: #b02100;
	font-size: 1.8em;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}

#content #about {
	background-color: #ededed;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 422px;
	width: 200px;
}

#about p {
	color: #222;
	font-size: 1.2em;
	padding: 6px 10px 6px 10px;
	text-align: justify;
}

.important_bio_info {
	font-weight: bold;
}

#portfolio .portfolio_item {
	border: 5px solid #222;
	height: 100px;
	float: left;
	margin: 10px 10px 0px 0px;
	width: 175px;
}

.portfolio_item_link {
	height: 100px;
	width: 200px;
}

#inplace {
	background: url(../graphics/inplace.png) no-repeat;
}

#mvev {
	background: url(../graphics/mvev.png) no-repeat;
}

#baumans {
	background: url(../graphics/baumans.png) no-repeat;
}

#dwd {
	background: url(../graphics/dwd.png) no-repeat;
}

#bentarrow {
	background: url(../graphics/bentarrow.png) no-repeat;
}

#mpt {
	background: url(../graphics/mpt.png) no-repeat;
}

#footer {
	height: 65px;
	width: 100%;
}

a {
	color: #222;
	display: block;
	font-size: 2.0em;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	padding: 0px 0px 10px 0px;
}

h2 {
	color: #222;
	font-size: 2.0em;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}

h3 {
	color: #b02100;
	font-size: 1.8em;
	font-weight: normal;
	padding: 15px 0px 10px 10px;
}

h4 {
	color: #222;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: underline;
}