body {
	padding: 0;
	background: #7d7d7d url(../images/background2.jpg) repeat-y center;
	text-align: center;
	margin: 0;
}

#container {
	width: 859px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#header {
	width: 859px;
	background-color: #391e17;
	background-image: url(../images/header_background.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 108px;
}

#logo {
	height: 108px;
	width: 198px;
	float: left;
	background: #391e17 url(../images/wright_logo.jpg) no-repeat -1px;
}

#contact_header {
	height: 50px;
	float: left;
	background-image: none;
	margin-left: 15px;
	margin-top: 35px;
	width: 275px;
	color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

#contact_header p {
	margin: 0;
	padding-bottom: 5px;
}

#photo_header {
	height: 108px;
	width: 368px;
	float: right;
	background: black url(../images/gavel.jpg) no-repeat;
	border-right: 1px solid black;
}

#nav {
	width: 816px;
	height: 36px;
	background: url(../images/nav_background.jpg) repeat-x;
	float: right;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 1px;
	margin: 0;
}
#tabs {
	width: 816px;
	height: 36px;
	padding: 0;
	margin: 0;
}


#tabs li {
	display: inline;
	list-style: none;
	float: left;
	height: 36px;
	margin-left: 0;
	width: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#tabs a {
	text-decoration: none;
	color: white;
	height: 12px;
	font: 13px/10px Arial, Helvetica, sans-serif;
	margin-right: 1px;
	border-left: 1px solid #333;
	float: left;
	margin-left: 0;
	padding: 12px 17px 12px 30px;
}

#tabs a.active {
	background: url(../images/a_wedge.jpg) no-repeat 15px 13px;
	color: white;
	margin-left: 0;
}

#tabs a:hover {
	background: url(../images/h_wedge.jpg) no-repeat 15px 13px;
	color: white;
}


#main_body {
	width: 815px;
	float: right;
	position: relative;
	margin: 0;
	height: auto;
}

#main {
	width: 800px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

#main h1 {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 90%;
	border-bottom: 1px solid silver;
	margin-right: auto;
	margin-left: 30px;
	margin-top: 20px;
}

#main h2 {
	margin-left: 25px;
	margin-right: 25px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main p {
	margin-left: 25px;
	margin-right: 25px;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#main img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button {
	background: url(../images/download_button.jpg) no-repeat;
}

.button:hover {
	background: url(../images/download_button_f2.jpg) no-repeat;
}

.atty_photo {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#sidebar {
	height: auto;
	float: right;
	padding: 0;
	width: 253px;
	margin: 0 0 0 1px;
	display: block;
	border-left: 1px solid black;
}

#photo {
	width: 252px;
	background-color: silver;
	height: 252px;
	padding: 0;
	margin: 0;
	background-image: url(../images/indy_photo.jpg);
}

#sidebar_header {
	width: 252px;
	height: 29px;
	background-color: black;
	padding: 0;
	margin: 0;
}

#sidebar_header h3 {
	color: white;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin: 0;
	padding: 5px 15px 0;
}

#sidebar_text {
	width: 252px;
	height: 50px;
	padding: 0;
	margin: 0;
	text-align: left;
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar_text p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-top: 10px;
	margin: 0;
}

#footer {
	text-align: center;
	margin-top: 15px;
	width: 800px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	padding-bottom: 30px;
	padding-top: 20px;
}

#footer p {
	margin-right: 50px;
	margin-left: 50px;
}