body{
	margin:0;
	padding:0;
	font: 11px verdana,sans-serif;
	background-color: #cccfd8
	}
p{
	margin:0 10px 10px
}
a{	color: #000;
	text-decoration: none;
}

a.easy  {
	color: #777777;
	}
#deadman body{
	margin:0;
	padding:0;
	font: 11px verdana,sans-serif;
	background-color: #5d5d5d
	}


div#topleft{
	height: 400px;
	background: url(/graphics/snow_left3.jpg) top;
	background-color:#cccfd8;
	float:left;
	width:300px;
	margin-left:-100%
}
div#topright{
	height: 400px;
	background: url(/graphics/snow_right3.jpg) top;
	background-color: #cccfd8;
	float:left;
	width:300px;
	margin-left:-300px
}

div#footer{
	background: #cccfd8; 
	color: #000;
	clear:both;
	position: absolute;
	margin-top: -100px;
	width:100%;
}

div#bottomleft{
	background-color:#cccfd8;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0px;
	padding: 10px
}

div#bottomright{
	background-color:#cccfd8;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	padding: 10px
}

div#wrapper{
	float:left;
	width:100%
}

div#title{
	margin: 0 300px;
	height: 400px;
	width: "100%";
	background: url(/graphics/snow_center3.jpg) repeat-x top
}
#logoimage { 
	margin-top: 0px;
	padding-top: 100px;
	padding-bottom: 25px;
	background-image: url(/graphics/runedlogo2.jpg);
	background-repeat: no-repeat;
	background-position: center
}
#linkage {
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
	text-transform: uppercase
}
#linkage p {
	text-align: center
}

.content {
	float: left;
	position: absolute;
	top: 0;
	left: 0px;
	margin: 0px 300px 20px 300px;
	padding: 10px
}
.clear {
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}

#deadman p{
	text-align: justify
}

ul#homemenu {
  width: 180px;
  list-style-type: none;
  margin: 10px;
  padding: 0px;
}

ul#menu {
  width: 220px;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

ul#menu li {
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#homemenu a:hover {
  color: #aaaaaa;
}

ul#menu a:hover {
  color: #aaaaaa;
}

ul#menu a.active {
  text-decoration: underline;
}

a.internal { 
  text-decoration: underline;
  margin: 10px
}

