body {
	background:url('images/bg.jpg');
	cursor: default;
} 

table, pre {
	color:#5dd7f5;
	font-size: 11px;
	font-family: arial, sans-serif;
}

blockquote {
	font-family: times new romans, serif;
	font-style: italic;
	font-size: 12px;
}

#content {
	background:url('images/closer_07.jpg') no-repeat #fff top;
	text-align: justify;
	width: 425px;
	padding-right: 10px;
		
}

#nav {
	background:url('images/closer_08.jpg') no-repeat #fff top;
	text-align: center;
	width: 115px;
	text-transform: lowercase;
		
}

#bar {
	background:url('images/closer_06.jpg') no-repeat #fff top;
	width: 10px;		
}

#bar2 {
	background:url('images/closer_09.jpg') no-repeat #fff top;
	width: 8px;		
}

#foot {
	background:url('images/closer_10.jpg') no-repeat #fff top;
	width: 445px;
	font-size: 9px;
}

#foot p {
	margin-left: 80px;
	margin-top: 10px;
}

#pad {
	margin-left: 20px;
}

#pad td {
	padding: 0px 3px 0px 3px;
}

#pad b {
	color: #0095e7;
}

.header:first-letter {
	color:#52aec3;
	font-size: 25px;
	font-family: times new roman, serif;
	text-transform: uppercase;
	font-weight: bold;
}

.header {
	color: #7dd1e4;
	font: 22px times new roman, serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 12px;
	padding-top: 2px;
	margin-top: 5px;
	margin-left: 6px;
	background: url('images/header.gif') no-repeat left;
}

img { 
	border: 0px;
}

b {
	color: #61b8b7;
}

p {
	padding-left: 20px;
	margin-top: -1px;
}

.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background-color: #65d5f3;
	border: 3px #65d5f3 solid;
}
.code {
	background-color: #65d5f3;
	border: 3px #65d5f3 solid;
}

a:link {
	color: #0095e7;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
} 

a:visited {
	color: #61b8b7;
	text-decoration: underline;
	font-weight: bold;
	text-transform: lowercase;
} 

a:active {
	color: #f9faba;
	text-decoration: underline;
	font-weight: bold; 
	cursor: help;
	text-transform: lowercase;
} 

a:hover {
	color: #92e4f9;
	text-decoration: underline;
	font-weight: bold; 
	cursor: help;
	text-transform: lowercase;
}

#nav a:link {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #65d5f3;
	margin-bottom: 2px;
	width: 70px;
	margin-left: 15px;
} 

#nav a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #65d5f3;
	margin-bottom: 2px;
	width: 70px;
	margin-left: 15px;
} 

#nav a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #09c7f3;
	margin-bottom: 2px;
	width: 70px;
	margin-left: 15px;
} 

#nav a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #09c7f3;
	margin-bottom: 2px;
	width: 70px;
	margin-left: 15px;
}

input, textarea {
	color:#fff;
	font-size: 11px;
	font-family: arial, sans-serif;
	background-color: #65d5f3;
	padding-left: 2px;
	border: 0px;
}
