body {
	margin: 0;
	padding: 0;
	background: url('images/bg.gif') repeat-x #dfdfdf;
	font-family: Helvetica, Arial, Verdana;
	font-size: .8em;
	color: #4d4943;
}

* {
	outline: none;
}

p {
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #000;
}

a img {
	border: 0px;
}

.clear_div {
	clear: both;
    height: 1px;
    overflow: hidden;
}

.min_height {
	float: right;
	width: 1px;
}

#container {
	position: relative;
	margin: 30px auto 0 auto;
	padding: 21px 0 20px 0;
	width: 843px;
	/* background: url('images/paper_bg.gif') no-repeat; Keep GIF matte #ECECEC */
}

#inner_container {
	margin: 0 0 0 8px;
}

#header_container {
	margin: 0 8px;
	width: 836px;
	height: 145px;
}

#header_shadow_left {
	float: left;
	width: 18px;
	height: 145px;
	background: url('images/header_shadow_left.png');
}

#header_shadow_right {
	float: right;
	width: 19px;
	height: 145px;
	background: url('images/header_shadow_right.png');
}

h1#header {
	position: relative;
	margin: 0 0 0 18px;
	padding: 10px 0 0 0;
	height: 145px;
	background: url('images/header_bg.jpg') no-repeat;
	text-indent: -9999px;
}

#header a {
	display: block;
	width: 330px;
	height: 120px;
	margin: 0 auto;
}

#content_container{
	margin: 0 0 0 8px;
	width: 836px;
	background: url('images/content_shadow.png') repeat-y;
}

#content {
	margin: 0 0 0 18px;
	min-height: 315px;
	padding: 5px 50px 20px 39px;
	background: url('images/content_bg.jpg') repeat-y;
	line-height: 18px;
}

ol#menu {
	margin: 0 0 15px 132px;
	padding: 0;
	height: 25px;
	list-style: none;
}

ol#menu li {
	float: left;
	margin: 0;
	height: 25px;
	width: 50px;
	background: url('images/menu_sprite.gif') no-repeat;
}

ol#menu li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
}

ol#menu li#about {
	width: 94px;
}

ol#menu li#about:hover, ol#menu li#about.active {
	width: 94px;
	background-position: 0 -27px;
}

ol#menu li#services {
	width: 124px;
	background-position: -94px 0;
}

ol#menu li#services:hover, ol#menu li#services.active {
	width: 124px;
	background-position: -94px -27px;
}

ol#menu li#press {
	width: 95px;
	background-position: -332px 0;
}

ol#menu li#press:hover, ol#menu li#press.active {
	width: 95px;
	background-position: -332px -27px;
}

ol#menu li#contact {
	width: 123px;
	background-position: -427px 0;
}

ol#menu li#contact:hover, ol#menu li#contact.active {
	width: 123px;
	background-position: -427px -27px;
}

#content h2, #content h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 140%;
	font-weight: normal;
}

#content p {
	padding: 8px 0;
}

#content ul {
	margin: 0;
	padding: 5px 20px;
	list-style: square;
	font-size: .95em;
	color: #6a645c;
}

#content #bio_pic {
	float: left;
	margin: 0 6px 6px 0;
	padding: 4px;
	border: 1px solid #c9c3bc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content ul#press {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

#content ul#press li {
	float: left;
	margin: 6px;
	padding: 4px;
	border: 1px solid #c9c3bc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content ul#press li a {
	display: block;
}

#pressy {
	background: red;
}

#content form {
	margin: 10px 0;
}

#content form label {
	display: block;
	font-weight: bold;
}

#content form .text, #content form textarea {
	display: block;
	margin-bottom: 15px;
	padding: 3px;
	width: 400px;
	border: 1px solid #4d4943;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 18px;
	color: #6a645c;
}

#content form .submit {
	border-top: 2px solid #989086;
	border-right: 2px solid #4d4943;
	border-bottom: 2px solid #4d4943;
	border-left: 2px solid #989086;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 17px;
	color: #302e2a;
}

#content form .submit:active {
	border-top: 2px solid #4d4943;
	border-right: 2px solid #989086;
	border-bottom: 2px solid #989086;
	border-left: 2px solid #4d4943;
}

#content #thanks {
	display: none;
	margin: 5px 0;
	padding: 3px;
	color: #777;
	font-style: italic;
	border-left: 5px solid #989086;
}

#footer {
	margin-left: 16px;
	padding: 0 10px;
	height: 57px;
	background: url('images/footer_bg.png') no-repeat;
	text-align: center;
	color: #a5a4a4;
	font-size: 11px;
}

#footer p {
	padding-top: 10px;
}

#footer p a {
	
}
