body, table, td { 
	color: #949779; 
	font-size: 11px; 
	font-family: trebuchet ms, tahoma, arial, sans-serif;
	background: url('images/aitai_06.jpg') repeat-y #DCD8B8; 
	cursor: crosshair; 
}

#layout {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
	z-index: 1;
}

#content {
	position: absolute;
	left: 6px;
	top: 465px;
	width: 488px; 
	overflow: none; 
	z-index: 2;
	text-align: justify;
}

#nav {
	position:absolute;
	font-size: 11px;
	left: 24px;
	top: 438px;
	height: 20px; 
	width: 450px; 
	overflow: none; 
	border: 0px;
	z-index: 2;
	text-align: center;
}

.header:first-letter {
	color: #82b096;
	font-size: 15px;
	padding-right: 3px;
}

.header {
	font-size: 14px; 
	font-family: arial, sans-serif;  
	color: #afb391; 
	text-transform: uppercase;
	padding-bottom: 2px;
	font-style: italic;
	background: url('images/header.jpg') no-repeat left;
	padding-left: 50px;
	font-weight: bold;
	text-align: left;
	margin-bottom:3px;
}

blockquote {
	background: url('images/quote.jpg') repeat-y left #ddd9c1;
	color: #a19e8d;
	padding: 5px 5px 5px 15px;
	text-align: center;
	width: 350px;
	margin-left: 74px;
	font-style: italic;
	margin-bottom: 5px;

}

.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img {
	background-color: #ddd9c1;
	border: 3px #ddd9c1 solid;
}

.code {
	background-color: #ddd9c1;
	border: 3px #ddd9c1 solid;
}

img { 
	border: 0px;
}

#nav a:link {
	color: #ECE3C3; 
	background: #82B096;
	padding: 1px 1px 0px 3px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
} 

#nav a:visited {
	color: #ECE3C3; 
	background: #82B096;
	padding: 1px 1px 0px 3px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: line-through;
	font-weight:bold;
} 

#nav a:active {
	color: #ECE3C3; 
	background: #82B096;
	padding: 1px 1px 0px 3px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
} 

#nav a:hover {
	color: #54816E; 
	background: #CB967E;
	padding: 1px 1px 0px 3px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px #54816E dashed;
	font-weight: bold;
}

a:link {
	color: #82B096; 
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #629680; 
	text-decoration: line-through;
	font-weight: bold;
} 

a:active {
	color: #933C2B;
	border-bottom: 1px #933C2B solid;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #CB967E;
	border-bottom: 1px #CB967E dashed;
	text-decoration: none;
	font-weight: bold;
}

input, textarea {
	font-family: tahoma, arial, sans-serif; 
	font-size: 10px; 
	background-color: #D7DA9C; 
	color: #89B28F; 
	border: #89B28F 1px solid;
}
