html, body {
	margin: 0px;  
	background-color: #1b292b;
}

h1 {
	color: #e6e0ad;
	font-size: 25px;
	text-align: right; 
	font-family: Courier New;
	border-right: 5px solid #fef48b;
	padding-right: 5px;
	margin: 10px 0 0 0; 
	font-style: italic; 
}

blockquote {
	margin: 10px; 	
	font-size: 10px; 
}

body, tr, td { 
	font-size: 12px; 
	font-family: Georgia, "Trebuchet MS", serif; 
	text-align: justify; 
	color: #efedcc; 
}

#content a:visited, #content a:link { 
	color: #fef48b; 
	text-decoration: none;  
}

#content a:hover { 
	color: #1fc4dc; 
	text-decoration: none; 
}

input, textarea, select { 
	background-color: #1b292b;
	font-family: Georgia, "Trebuchet MS", serif; 
	font-size: 11px;
	color: #ffffff; 
	border-left: 1px solid #1fc4dc; 
	padding: 2px;
	letter-spacing: 1px; 
}

#top {
	position: absolute;
	top: 0px;
	left: 0px; 
}

#menu {
	position: absolute;
	top: 10px; 
	left: 200px; 
	text-align: center;
	font-size: 36px;
	letter-spacing: 1px;
	text-shadow: 0 0 0.2em #343434;
	font-style: italic;
	font-family: Tahoma, "Trebuchet MS", serif; 
}

#content { 
	position: absolute; 
	top: 550px; 
	left: 10px; 
	width: 762px; 
	line-height: 22px; 
}



#menu a {
	text-decoration: none;
	color: #f4f0c8;
}

html>body li a {
	width: auto;
}

#menu a:hover {
	color: #2a6cde;
}

#footer {
	color: #ddeeee;
	border-top: 1px dotted #88bbcc;
	text-align: center; 
	font-size: 10px;
	font-family: Cambria; 
	line-height: 16px;
}

div#footer p {
	text-align: center;
	font: 10px Verdana, Tahoma, Arial;
	color: #88bbcc;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 90%;
}

b, i {
	color: #eee35c;
}

.code {
	padding: 5px; 
	border: 1px dashed #eee35c;
	margin: 2px;
}

