body
{
	background-color:#000000;
}
#Banner
{
	position:relative;
	left:0px;
	top:5px;
	margin-left:50%;
	float:right;
	clear:right;
}
#Header
{
	position:absolute;
	top:0;
	left:0;
	bottom: 70%;
	width:70%;
}
#Links
{
	position:absolute;
	top:30%;
	left:0;
	bottom: 0px;
	width:20%;
}
#Archive
{
	position:absolute;
	top:40%;
	left:85%;
	bottom: 0px;
	width:15%;
}
#Blog
{
	position:absolute;
	top:30%;
	left:20%;
	bottom: 0px;
	width:60%;
}
#Loading
{
	position:absolute;
	top:50%;
	left:45%;
	width:200px;
	height:25px;
	padding-top:15px;
	text-align:center;
	background-image:url(image/entryheader.gif);
	border:groove 3px #B89C38;
	color:#1D1312;
	display:none;
	font-family:Georgia,Arial,Sans-Serif;
	font-size:14px;
	z-index:100;
}
A { COLOR: #ff0000 }
A:visited { COLOR: #ff0000 }
A:hover { COLOR: red }
