body.body {background-color: #c2272d;
	background-image:url('content.png');
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 77px 180px;}
body.splash {background-color: #c2272d;
}
div.header {
  position: absolute;
  padding-top:20px;
  

  top: 0px;
  left: 75px;
  width: 741px;
  height: 189px;
}

div.menu {
  position: absolute;
	  top: 189px;
  width: 741px;
  height: 648px;
  left:55px;
  z-index:1;
  padding-top:22px;
  padding-left:50px;
}
div.content {
  position: absolute;
	 left:100px;
   top: 250px;
   width: 684px;
  height: 545px;
   overflow:auto;
   z-index:3;
   padding-right:15px;
 

}

a {text-decoration:none;
	border:none;
	color: black;
}
a:hover {text-decoration:underline;
		color:black;}
img {
	border:none;
}
p {font-size:11px;
	font-family:trebuchet,arial;}
h3{font-family:trebuchet,arial;
	font-size:14px;}
h4{font-family:trebuchet,arial;
	font-size:12px;}
#date {
	font-family:trebuchet,arial;
	font-weight:bold;
	font-size:medium;
}
#headline{
	font-family:trebuchet,arial;
	font-weight:bold;
	font-size:large;
}
