body { 
	color: #472F29; 
	font-size: 11px; 
	font-family: tahoma, times new roman, serif;
	background-image: url('images/bg.jpg'); 
	background-repeat: repeat-y;
	background-color: #f3eeea;
	cursor: crosshair; 
}

.header {
	font-size: 15px; 
	font-family:times new roman, serif;  
	color: #472F29;  
	border-bottom: #472F29 double;
	padding; 1px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

#nav {
	position: absolute;
	left: 295px;
	top: 483px;
	height: 500px; 
	width: 273px; 
	overflow: none; 
	border: 0px;
	z-index: 3;
	text-align: justify;
}

#layout {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
	z-index: 1;
}

#content {
	position: absolute;
	left: 5px;
	top: 475px;
	height: 500px; 
	width: 273px; 
	overflow: none; 
	border: 0px;
	z-index: 2;
	text-align: justify;
}

img { 
	border: 0px;
}

.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

a:link {
	color: #472F29; 
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
} 

a:visited {
	color: #52453F; 
	text-decoration: line-through; 
	font-weight: none;
} 

a:active {
	color: #52453F; 
	text-decoration: none; 
} 

a:hover {
	color: #472F29; 
	cursor: se-resize;
	font-style: none;
	border-left: 2px #472F29 solid;
	border-right: 2px #472F29 solid;
	border-bottom: 1px #472F29 solid;
	padding: 1px;
}

input, textarea {
	font-family: georgia, times new roman, serif; 
	font-size: 8pt;
	background-color: #EBE5DF; 
	color: #472F29; 
	border: 0px;
}
