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

h1 {
	padding-left: 10px;
	color: #c0a3b7;
	font-size: 20px;
	font-family: Times New Roman;
	margin-bottom: 0px;
	font-variant: small-caps;
	text-align: center;
	text-transform: uppercase; 
	letter-spacing: 4px; 
}

h2 {
	padding-left: 14px;
	color: #a25e8d;
  	font-size: 10px;
	font-family: Trebuchet MS;
	margin-top: -30px;
	margin-bottom: 2px;
	font-variant: small-caps;
	text-align: right;
	text-transform: uppercase; 
	letter-spacing: 2px; 
	border-bottom: thin dashed #3b2835;
}
blockquote {
	margin: 10px; 	
	font-size: 10px; 
}

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

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

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

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

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

#menu {
	position: absolute;
	top: 18px; 
	left: 884px; 
	text-align: center;
	letter-spacing: 1px;
	font-family: Georgia, "Trebuchet MS", serif; 
}

#content { 
	position: absolute; 
	top: 109px; 
	left: 438px; 
	width: 425px; 
	line-height: 18px; 
}

ul {
	margin: 0;
	padding: 0;
} 

ul li {
	margin: 0px 0px 0px 10px;
	padding: 2px 0px; 
	list-style: none;
	display: block;
}

li a {
	text-decoration: none;
	color: #fdbdd9;
}

html>body li a {
	width: auto;
}

li a:hover {
	color: #ffffff;
}

#footer {
	border-top: 1px dashed #e36a97;
	margin: 20px 10px;
	text-align: center; 
	font-size: 10px;
	font-family: Times New Roman; 
	line-height: 16px; 
}

b, strong, em, i {
	color: #c475a8;
}

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

blockquote {
	margin: 1em 20px;
	padding-left: 85px;
	padding-right: 15px;
	background: transparent url(blockquote.jpg) center no-repeat; 
	border-right: 5px solid #c475a8; 
	}
