/* CSS Document */
.header {
  position: absolute;
  top: 0px;
  left: 100px;
  width: 763px;
  height: 92px;
}
.header2 {
  position: absolute;
top: 92px;
  left: 100px;
  width: 763px;
  height: 146px;
}
.leftcol {
  position: absolute;
  top: 238px;
left:100px;
  width: 217px;
  height: 637px;
}
.leftcol1 {
  position: absolute;
  top: 238px;
left:100px;
  width: 217px;
  height: 1300px;
}
.content {
  background: #EFF0DE;
  position: absolute;
  top: 258px;
  left: 350px;
  width: 510px;
  height:597px;
}
.footer {
  position: absolute;
  top: 875px;
  left: 100px;
  width: 763px;
  height: 25px;
}
.footer1 {
  position: absolute;
  top: 1537px;
  left: 100px;
  width: 763px;
  height: 25px;
}
.navigation {
	font-family: Copperplate Gothic bold, verdana bold;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #284F73;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 190px;
}
.article {
	font-family: Copperplate Gothic bold, verdana bold;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #A78031;
}
.epic {
	font-family: Copperplate Gothic bold, verdana bold;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D3B47B;
}
.articletxt {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #A78031;
}
/* CSS Document */

.navigation:hover {
	font-family: Copperplate Gothic bold, verdana bold;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #A87E2C;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 190px;
}


