@charset "UTF-8";
/*
Initial CSS
*/

/* Neutralize styling:
Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-color: #008836;
}

/* Neutralize styling:
Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

/* Apply left margin:
Only to the few elements that need it: */
li, dd, blockquote {
margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
cursor: pointer;
}
fieldset {
border: none;
}
input, select, textarea {
font-size: 100%;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #83D11D;
	border-right-color: #83D11D;
	border-bottom-color: #83D11D;
	border-left-color: #83D11D;
}
#banner {
	height: 149px;
	text-align: left;
	background-color: #9C3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#header {
	font-size: 24px;
	background-color: #FFF;
}
#mainContent {
	background-color: #FFF;
}
#leftContent {
	float: left;
	width: 370px;
	background-color: #FFF;
}
#rightContent {
	float: right;
	width: 370px;
	background-color: #FFF;
}
#footer {
	clear: both;
	background-color: #9C3;
}
.photoHolder {
	float: left;
	height: auto;
	width: auto;
	margin-right: 5px;
}
#banner h1 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}
#wrapper #header p {
	font-size: 16px;
	text-align: left;
}
#header ul {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.inner {
	margin: 7px;
}
