html, body {
	scrollbar-track-color: #02010C;
	margin: 0px;  
	background-color: #02010C; 
}

h1 {
	padding-left: 15px;
	color: #8A939F;
	letter-spacing: 5px; 
	font-size: 10px;
	font-family: Georgia;
	text-transform: uppercase; 
	border-bottom: 1px dashed #393D43;
	line-height: 17px;
}

blockquote {
	padding: 10px;
	margin: 10px; 	
}

body, tr, td { 
	font-size: 11px; 
	font-family: Arial; 
	text-align: justify; 
	color: #C0BAB8; 
}

a:visited, a:link { 
	color: #377A8C; 
	text-decoration: none; 
	font-weight: bold; 
}

a:hover { 
	color: #A15B36; 
	text-decoration: none;
	font-weight: bold; 
}

input, textarea, select { 
	background-color: #FFFFFF;
	font-family: Trebuchet MS; 
	font-size: 11px;
	color: #333841;
	border: 2px solid #F3CCCC;
	padding: 2px;
	letter-spacing: 1px; 
}

#bg {
	position: absolute;
	right: 0px;
	top: 0px;
}

#menu {
	position: absolute;
	right: 470px;
	top: 380px;
	font-size: 10px;
	line-height: 18px; 
	border-right: 1px dashed #393D43;
	text-align: right;
	text-transform: uppercase; 
}

#content { 
	position: absolute;
	right: 30px;
	top: 330px;
	width: 410px;
	line-height: 18px; 
	padding-bottom: 30px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
li {
	margin: 0px 20px 5px 0px;
	padding: 1px 1px 1px 1px;
}

li a {
	background: url('images/flower_off.gif') no-repeat left; 
	display: block;
	text-decoration: none;
	width: 100%;
}

html>body li a {
	width: auto;
}

li a:hover {
	background: url('images/flower_on.gif') no-repeat left; 
}