body, table { 
	color: #fff; 
	font-size: 12px; 
	font-family: trebuchet ms, arial, sans-serif;
	background: url('images/bg.jpg') repeat-y #FFE78B top left;
	cursor: default; 
}



#layout {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#content {
	position: absolute;
	left: 330px;
	top: 100px; 
	width: 267px; 
	border: 0px;
	z-index: 2;
	text-align: justify;
}

.header {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	font-family: arial, sans-serif;
	background: url('images/header.jpg') no-repeat left;
	height: 20px;
	padding-bottom: 7px;
	padding-left: 27px;
	text-align: left;
	font-style: italic;
	margin-bottom: 3px;
	text-transform: lowercase;
}

.credit { 
	font-size: 9px;
	text-transform: uppercase;
}

.codesort {
	text-align: left;
}

.codesort img { 
	border: 3px #fff solid;
}
.code {
	border: 3px #fff solid;
	margin-right: 5px;
}

img { 
	border: 0px;
}

a:link { 
	color:#fff;
	text-decoration: underline; 
	font-weight:bold;
} 

a:visited {
	color: #f5b52f; 
	text-decoration: line-through;
	font-weight: normal;
} 

a:active {
	color: #2352c4; 
	text-decoration: underline; 
} 

a:hover {
	color: #f5b52f; 
	cursor: help;
	text-decoration: none;
}

input, textarea, select {
	font-family: trebuchet ms, tahoma, arial, sans-serif; 
	font-size: 12px;
	background: transparent;
	border-top: 0px;
	border-left: 0px; 
	border-right: 0px;
	border-bottom: #fff 1px solid;
	color: #fff; 
}
