body {
	color: #89e4da; 
	font-size: 12px; 
	font-family: trebuchet ms, arial, sans-serif;
	background: url('images/bg.jpg') repeat-x #DDF7F4 top left;
	cursor: default; 
}

#layout {
	position: absolute;
	left: 0px;
	top: 0px;
}

#content {
	position: absolute;
	overflow: auto;
	left: 415px;
	top: 60px;
	width: 400px;
	height: 75%;
	padding-right: 10px;
	border: 0px;
	z-index: 2;
	text-align: justify;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 65px;
	text-align: center;
	color: #b8eb41;
	font-size: 10px;
	background: #ddf79e;
	z-index: 2;
}

#footer a {
	color: #89e4da;
}

#footer a:visited {
	font-weight: bold;
}

#footer a:hover {
	background: transparent;
	text-decoration: underline;
	font-style: normal;
}

#nav {
	position: absolute;
	left: 100px;
	top: 515px;
	letter-spacing: 1px;
	font-size: 13px;
	text-transform: lowercase;
	text-align: center;
}

#nav a {
	font-weight: normal;
	color: #1ae7f1;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 1px;
	margin-right: 1px;
}

h1 {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #1ae4ed;
	font-family: arial narrow, arial, sans-serif;
	height: 20px;
	text-align: left;
	margin-bottom: 3px;
	text-transform: lowercase;
	margin-top: 2px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 50px;
	margin-top: -4px;
	font-family: arial, sans-serif;
	font-style: italic;
	color: #b8eb41;
	margin-bottom: 8px;
}

.credit { 
	font-size: 9px;
	text-transform: uppercase;
}

.codesort {
	text-align: left;
}

.codesort img { 
	border: 3px #cbf3ef solid;
}
.code {
	border: 3px #cbf3ef solid;
	margin-right: 5px;
}

img { 
	border: 0px;
}

a:link { 
	color: #ddc8af;
	text-decoration: none; 
	font-weight: bold;
} 

a:visited {
	color: #b8eb41; 
	text-decoration: line-through;
	font-weight: normal;
} 

a:active {
	color: #b8eb41; 
	text-decoration: underline; 
} 

a:hover {
	color: #f7f821;
	font-style: italic;
	font-weight: bold; 
	cursor: help;
	text-decoration: none;
	background: #effdfc;
}

input, textarea, select {
	font-family: trebuchet ms, tahoma, arial, sans-serif; 
	font-size: 12px;
	background: #effdfc;
	border: 0px;
	color: #89e4da; 
}
