@import 'main.css';
body{
	font: 1em garamond, 'times new roman';
	background: #9cf url('heavenbg.png') repeat-x;
	cursor: url('heaven.cur'), auto;
}
h1{
	color: #ff6;
	font-style: italic;
}
h2, h3, h4{
	color: #99f;
	font-style: italic;	
}
ul{
	list-style-image: url(heavenul.png);
}
pre{
	background: #ffc;
	border:1px dotted #f90;
}
a:link, a:visited{
	color:#fff;
	background:#00f;
}
a:hover{
	color:#000;
	background:transparent;
}
a:active, a:focus{
	color:#00f;
	background:#fff;
}
#logo{
	position:absolute;
	margin:16px;
	background: transparent url(heavenlogo.png) no-repeat;
	width:64px;
	height:64px;
}
#main{
	background:#fff url(ft.png) repeat-x;
	border-left:1px solid #aaa;
}
#head, #bottom{
	color:#fff;
	border: 1px solid #69c;
}
#menu a{
	font: 1em garamond, 'times new roman';
	border-bottom: 1px solid #fff;
}
#menu ul li ul{
	margin-top:-25px;
}
.submenu a{
	border-bottom: 1px solid #ccc;
}
.submenu a:link, .submenu a:visited{
	color: #333;
	background: #ff9;
}
.submenu a:hover, .submenu a:active, .submenu a:focus{
	color: #333;
	background: #999;
}
.hr{
	background: transparent url(heavenul.png) repeat-x;
	width: 100%;
}