html, body {
	margin: 0px;  
	background: #0b172a url('bg.jpg') repeat-x;
}

h3 {
	padding-right: 24px;
	color: #8a8a8a;
	font-size: 20px;
	font-family: Georgia;
	margin-bottom: 3px;
	font-variant: small-caps;
	text-align: right;
	text-transform: uppercase; 
	letter-spacing: 4px; 
}

#container {
	margin: 0 auto 0 auto;
	width: 802px;
	background-color: #2a2a2a;
} 

#content {
	background-color: #2a2a2a;
	width: 802px;
} 

#footer {
	clear: both;
	border-top: 1px dotted #2e1d0a;
	margin: 20px 10px;
	text-align: center; 
	font-size: 10px;
	font-family: Times New Roman; 
	line-height: 16px; 
} 


#header {
	background: url('angelhead.jpg');
	width: 802px;
	height: 131px;
} 

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

#menu {
	text-align: center;
	letter-spacing: 1px;
	font-family: Georgia, "Trebuchet MS", serif; 
}




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


#menu a:hover {
	color: #000000;
}


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



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

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

#footer a:visited, #footer a:link { 
	color: #444444; 
	text-decoration: none;  
}

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

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


b, strong{
	color: #c0c0c0;
}

i, em{
	color: #8a8a8a;
}

.codesort img {
	padding: 2px; 
	border: 1px solid #232323;
	margin: 1px;
}
