@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: #333;
}
div#pageWrapper {
	margin-top: 200px;
	height: 400px;
	background: #E97D10 url(/images/homepage_bg_gradient.jpg) left top repeat-x;
}
div#contentWrapper {
	height: 400px;
	width: 800px;
	margin: 0 auto;
}
div#headerWrapper {
	height: 320px;
	width: 398px;
	float: left;
	margin: 40px 30px 40px 0;
	border-right: 2px solid #000;
}
h1 {
	width: 100%;
	line-height: 320px;
	text-indent: -9999px;
	background: transparent url(/images/studio625_logo.png) 120px 100px no-repeat;
}
div#bodyWrapper {
	margin: 0 30px;
	font-size: .85em;
}
h2 {
	display: none;
}
ul {
	list-style-type: none;
	padding-top: 40px;
}
li {
	padding: 5px;
}
input.field {
	width: 300px;
}
textarea {
	height: 100px;
	width: 300px;
}