body, table { 
	color: #6D7D46; 
	font-size: 11px; 
	font-family: MS Serif, new york, georgia, times new roman, serif;
	background:url('images/bg.jpg') repeat-y left #ebdcba;
	cursor: default; 
}

#layout {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: 0px;
}

#content {
	position:absolute;
	left: 315px;
	bottom: 70px; 
	width: 305px; 
	height: 495px;
	overflow: auto;
	padding-right: 4px;
	z-index: 1;
	text-align: justify;
}

.header:first-letter {
	color: #37966a;
}

.header {
	font-size: 25px;
	color: #859d51;
	background:url('images/head.jpg') no-repeat left;
	padding-left: 25px;
	font-family: times new roman, serif;
	text-align: left;
	margin-bottom: 3px;
}

b {
	color: #b0a38b;
}


.credit { 
	font-size: 9px;
	text-transform: uppercase;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background: #e5eed3;
	border: 3px solid #e5eed3;
}
.code {
	background: #e5eed3;
	border: 3px solid #e5eed3;
}

img { 
	border: 0px;
}

a:link { 
	color:#527128;
	text-decoration: none; 
	font-weight:bold;
} 

a:visited {
	color: #5d5153; 
	text-decoration: underline;
	font-weight: normal;
} 

a:active {
	color: #b0a38b; 
	text-decoration: underline; 
} 

a:hover {
	color: #298e62; 
	cursor: help;
	text-decoration: none;
}

input, textarea, select {
	font-family: MS Serif, new york, georgia, times new roman, serif; 
	font-size: 10px;
	background-color: #b0a38b;
	border: 0px;
	color: #6D7D46; 
}
