body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 2px;
}

#placeholder {
  margin: auto;
  position: relative;
  width: 738px;

}

#top {
 	postion: absolute;
 	left:0px;
	top:0px;
}

#menubar {
 	postion: absolute;
 	left:0px;
	top:112px;
}

#menuleft {
	position: absolute;
	top: 175px;
	left: 13px;
	width: 150px;
}

#content img {
	padding: 5px;
	margin: 2px;
	border: 1px solid #cccccc;
	margin-left:5px;
	clear:both;
}


#content {
	position: absolute;
	left: 180px;
	top: 175px;
	width: 530px;
	padding: 5px;
	padding-top: 0px;
	font-size: 13px;
	color:#999999;
	letter-spacing: 2px;
}

.menuitemheader {
	padding: 5px;
	background-color: #C4F08C;
	color: #5D812F;
	font-weight: bold;
	border-left: 4px solid #772A1A;
	margin-bottom: 5px;
	padding-left: 8px;
	
}

a {
	color: #5D812F;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;

}

a:hover {
	color: #5D812F;
	text-decoration: none;
	border-bottom: 1px solid #5D812F;
}

ul {
	list-style-type: square;
	margin-left: 20px;
	border: 1px dotted #CCCCCC;
	list-style-position: outside;
	background-color:#F2F2F2;
	padding:5px;
}
