@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #151a15;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        height:100%;
        font-size:90%;
}
p {
   padding:0px;
   margin:0px;
}
.wrap {
        background-color:#FFF;
       height:100%;
        width: 872px;
	margin: auto;
}
.header {
	background-color: #151a15;
	width: 872px;
	margin: auto;
	background-image: url(images/headerimg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu {
	float: right;
	padding-top: 106px;
}
.menuitem {
	float: left;
	background-image: url(images/menuitem.gif);
	background-repeat: repeat;
	height: 24px;
	width: 102px;
	text-align: center;
	padding-top: 6px;
        cursor: pointer;
}
a.menulinks {
	color: #000;
        text-decoration: none;

}
a.menulinks:hover {
        text-decoration: underline;
	color: #000;
}
.content {
	background-color: #FFF;
	width: 872px;
	margin: auto;
}
.pagecontent {
  padding:30px;
  padding-top:0px;
}
h1 {
  font-weight:normal;
}
