body {
	margin: 20px;
	padding: 0 0 20px;
	color: #BC825A;
	background: url(../images/bg.png);
	font: 14px Helvetica, sans-serif;
}
#logo {
	background: url(../images/logo.png) no-repeat top left;
}
#logo a {
	width: 245px;
	height: 290px;
	display: block;
}
.hide {
	display: none;
}
#content_panel a, #content_panel_fill a, #submit a {
	color: #BC825A;
	text-decoration: none;
	border-bottom: 1px dotted #2D1E0F;
}
#content_panel a:hover, #content_panel_fill a:hover, #submit a:hover {
	background: #2D1E0F;
}
p {
	margin: 0 0 18px;
}
h2 {
	font-size: 16px;
}
h4 {
	margin-top: 8px;
}
.navlist li {
	list-style-type: square;
}
.t-space-info ul {
	list-style-type: none;
	margin-top: 3px;
	color: #805634;
}
.foot-text {
	font-size: 14px;
	color: #23170C;
	float: right;
	text-align: right;
}
.foot-text a:hover {
	text-decoration: underline;
}
.inputtextarea {
	border: 1px solid #23170C;
}
.inputtextarea_req {
	border: 1px solid #6D4425;
}
.inputfield {
	border: 1px solid #23170C;
}
.inputfield_req {
	border: 1px solid #6D4425;
}
.inputfield_small {
	width: 160px;
	display: block;
	padding: 4px;
	color: #6D4425;
	border: 1px solid #23170C;
	background: #2D1E0F;
	font: 14px/1.5em Helvetica, sans-serif;
}
.inputbutton {
	padding: 3px;
	background: #2D1E0F;
}
#sent {
	background: #6D4425;
	color: #2D1E0F;
	margin-bottom: 15px;
	display: table;
	azimuth: center;
	text-align: center;
	padding: 7px;
	width: 655px;
}
.required {
	margin-left: 6px;
	border: 1px solid #6D4425;
	padding: 3px;
	color: #6D4425;
	font: 14px Helvetica, sans-serif;
}
#nav-a, #nav-a_active, #nav-p, #nav-p_active, #nav-t, #nav-t_active, #nav-c, #nav-c_active {
	width: 245px;
	height: 41px;
	display: block;
}
#nav-a_active {
	background: url(../images/about_active.png) no-repeat top left;
}
#nav-a a {
	background: url(../images/about_inactive.png) no-repeat top left;
	display: block;
	width: 245px;
	height: 41px;
}
#nav-a a:hover {
	background: url(../images/about_hover.png) no-repeat top left;
}
#nav-p_active {
	background: url(../images/projects_active.png) no-repeat top left;
}
#nav-p a {
	background: url(../images/projects_inactive.png) no-repeat top left;
	display: block;
	width: 245px;
	height: 41px;
}
#nav-p a:hover {
	background: url(../images/projects_hover.png) no-repeat top left;
}
#nav-t_active {
	background: url(../images/testimonials_active.png) no-repeat top left;
}
#nav-t a {
	background: url(../images/testimonials_inactive.png) no-repeat top left;
	display: block;
	width: 245px;
	height: 41px;
}
#nav-t a:hover {
	background: url(../images/testimonials_hover.png) no-repeat top left;
}
#nav-c_active {
	background: url(../images/contact_active.png) no-repeat top left;
}
#nav-c a {
	background: url(../images/contact_inactive.png) no-repeat top left;
	display: block;
	width: 245px;
	height: 41px;
}
#nav-c a:hover {
	background: url(../images/contact_hover.png) no-repeat top left;
}
.foot-text a, .inputbutton {
	text-decoration: none;
	color: #6D4425;
}
.inputtextarea, .inputtextarea_req {
	width: 335px;
	padding: 4px;
	color: #6D4425;
	margin: -8px 0 0;
	overflow: auto;
	background: #2D1E0F;
	font: 14px Helvetica, sans-serif;
}
.inputfield, .inputfield_req {
	width: 335px;
	display: block;
	padding: 4px;
	color: #6D4425;
	background: #2D1E0F;
	font: 14px/1.5em Helvetica, sans-serif;
}
#sent, .inputbutton {
	border: none;
	font: bold 14px Helvetica, sans-serif;
}
#nav-a, #nav-a_active, #nav-p, #nav-p_active, #nav-t, #nav-t_active, #nav-c, #nav-c_active, #logo, h2, h3, h4, img, .t-space-info ul {
	margin: 0;
	padding: 0;
	border: 0;
}