body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(background.gif);
	background-repeat: repeat-x;
}

h1 {
	display: none;
}

#title_y {
	background-image: url(title.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
	background-position: 0px 0px;
}

#title_b {
	background-image: url(title.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
	background-position: 0px -70px;
}

#title_r {
	background-image: url(title.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
	background-position: 0px -210px;
}

#title_g {
	background-image: url(title.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
	background-position: 0px -140px;
}

#site-dimensions{
	width: 900px;
	margin: 0 auto 0 auto;
	margin-top: 35px;
}

#navdimensions{
	width: 960px;
	margin: 0 auto 0 auto;
}

#monkee{
	width: 400px;
	margin-top: 85px;
	float: right;
	height: 370px;
	background-image: url(monkee.png);
	background-repeat: no-repeat;
}

#contentarea {
	color: #525252;
	text-align: justify;
	line-height: 22px;
	width: 450px;
	margin-top: 50px;
	height: 350px;
}

#contentarea p {
	margin-bottom: 22px;
	margin-top: 0px;
}

#contentarea li {
	display: inline;
	margin-right: 12px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

#clear {
	clear: both;
}

#formColLeft {
	width: 225px;
	float: left;
}

#formColRight {
	width: 225px;
	float: left;
}

#formRow {
	margin-bottom: 8px;
}

.label {
	color: #007d28;
}

.inputField {
	width: 190px;
	padding: 4px;
	border: 1px solid #333;
	margin-top: 2px;
	background-color: #0B0B0B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #525252;
	font-size: 11px;
}

.inputField:focus {
	border: 1px solid #007d28;
	background-color: #000000;
	color: #FFFFFF;
}

.inputTextArea {
	background-color: #0B0B0B;
	border: 1px solid #333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #525252;
	font-size: 11px;
	padding: 4px;
	height: 70px;
	width: 300px;
}

.inputTextArea:focus {
	border: 1px solid #007d28;
	background-color: #000000;
	color: #FFFFFF;
}

#send  {
	width: 70px;
	float: right;
	margin-right: 30px;
	margin-top: 47px;
}

#send a {
	height: 28px;
	margin:0;
	padding:0;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	display: block;
	width: 70px;
	background-color: #0B0B0B;
	line-height: 28px;
	border: 1px solid #333;
	color: #007d28;
}

#send a:hover  {
	background-color: #000000;
	border: 1px solid #007d28;
}

#feedback  {
	color: #007d28;
}
