html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	background-image: url(ea_core/bg.jpg);
	background-repeat: repeat;
}
img {
	border-style: none;
}
a:focus {
	outline: none;
}
#wrapper {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-style: normal;
	margin: 0 auto 0px;
	width: 1085px;
	padding: 0px;
}
#header {
	padding: 0;
	background-image: url(ea_core/ea_shadow01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	position: relative;
	margin: 0px auto;
	width: 1075px;
}
#container {
	width: 1075px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	background-image: url(ea_core/ea_shadow03.png);
}
#sidebar {
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(ea_core/logo_graphic.gif);
	height: 545px;
	background-repeat: no-repeat;
	background-position: left 140px;
	position: relative;
	top: -5px;
	right: 35px;
	z-index: 2;
	float: right;
}
#sidebar h3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 200px;
	color: #A6B827;
	float: right;
}
#sidebar img {
	border-style: none;
	margin-bottom: 10px;
}
#menu/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/ {
	width: 210px;
	position: absolute;
	bottom: 0px;
	margin-left: 10px;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
#menu a:hover {
	color: #A2E86C;
}
#menu .accordionContent a {
	display: block;
	margin-left: 10px;
	font-size: 0.9em;
	color: #D6D6D6;
}
#menu .accordionContent a:hover {
	color: #A2E86C;
}
#menu #m2 {
	display: none;
}
.menutitle {
	float: left;
	background: #003366;
	cursor: pointer;
	width: 100%;
	display: block;
}
.menucontent {
	width: 100%;
	float: left;
	display: none;
}
#mainContent {
	padding: 0px;
	margin-top: 5px;
	margin-left: 20px;
	width: 802px;
	min-height: 533px;
	position: relative;
	top: 0px;
	float: left;
	z-index: 99;
	margin-bottom: 11px;
	background-color: #595951;
}
xxx#mainContent h1  {
	margin: 20px 0px 0px;
	padding: 0px 15px;
}
#mainContent p {
	margin: 20px 0px 0px;
	padding: 0px 15px;
}
#mainContent form {
	padding: 20px;
}
#mainContent #who {
	position: relative;
	float: left;
	color: #FFFFFF;
	line-height: 120%;
	background-color: #595951;
	border-right: 2px solid #2F2F2B;
	height: 550px;
}
#who a {
	color: #FFFFFF;
}
#who a:hover {
	color: #A2E86C;
}
#who ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#who li {
	line-height: 120%;
}
#who      h1  {
	text-align: center;
	width: 690px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFFFFF;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
}
#who h2 {
	text-align: center;
	color: #A2E86C;
	font-weight: normal;
	margin-top: 50px;
	font-size: 16px;
}
#who #photostrip {
	height: 500px;
	width: 110px;
	float: left;
	margin-top: 0px;
	padding-bottom: 0px;
}
#who  #photostrip img {
	border: 1px solid #000000;
}
#who #emmy {
	float: left;
	width: 340px;
}
#who #aaron {
	width: 340px;
	float: left;
}
#who #about {
	width: 680px;
	float: left;
	margin-top: 10px;
}
#who  #about p {
	padding-right: 35px;
	padding-left: 35px;
}
#mainContent #contact {
	position: relative;
	float: left;
	color: #E8E8E8;
	background-color: #595951;
	width: 100%;
	height: 535px;
	border-right: 2px solid #2F2F2B;
}
#contact  input, #contact textarea {
	background-color: #505048;
	border: 1px solid #2F2F2B;
	color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contact ul {
	list-style: none;
	margin: 0px 15px;
	padding: 0px;
}
#contact li {
	line-height: 120%;
}
#footer {
	background-image: url(ea_core/ea_shadow05.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	width: 1075px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #757575;
	width: 820px;
	text-align: center;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
