body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial;
	background-color: black ;
	color: rgb(211,196,134);
	text-align: left;
	font-family: Arial;
	}

#all {
	top:0px;
	left:0px;
	width:900px;
	position:relative;
	margin:0 auto;
	z-index: 4;
	}
	
#page{
	position:relative;
	z-index:2;
	}

#logo {
	top:0px;
	position: relative;
	width:100%;
	z-index:2;
	}
	
#content {
	background-repeat: repeat-y;
	table-layout:auto;
	top:0px;
	color: rgb(211,196,134);
	}
	

#navi {
	width: 100%;
	position: relative;
	}

	
#navi a {
	text-decoration:inherit; 
	color: rgb(181,161,81);
	font-size: 14px;
	font-stretch: wider;
	font-weight: bold;
	font-family: Arial;
	
	}
	
#navi a:hover {
	font-style: oblique;
	}


a, h2 a:hover, h3 a:hover {
	color: rgb(181,161,81);
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#sidenavi {
	vertical-align: top;
	padding-top: 5px;
	color: rgb(181,161,81);
	padding-left: 5px;
	line-height: 23px
	}

#sidenavi a{
	vertical-align: top;
	color: rgb(181,161,81);
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	padding-left: 24px;
	}
	
/* Begin Structure */

.entry {
	color: rgb(211,196,134);
	}

.narrowcolumn {
	width:100%;
	margin-top:0px;
	text-align: left;
	overflow:visible;
	padding-right:0px;
	font-size: 14px;
	font-family: Arial;
	color: rgb(211,196,134);
	}

.widecolumn {
	padding: 10px 0 20px 0;
	}



