body {
	background-image: url('../images/head-bg.png');
	background-repeat: repeat-x;
	font-family: Tahoma, sans-serif;
	color: #0d506a;
}

body a {
    color: #0d506a;
}

div.wrapper {
	width: 865px;
	margin: 0 auto;
	min-height: 500px;
}

div.footer {
	clear: both;
	width: 996px;
	height: 18px;
	padding-top: 2px;
	margin: 10px auto;
	background-image: url('../images/foot.png');
	background-repeat: no-repeat;
	font-size: 9pt;
}

div.header {
	width: 100%;
	height: 206px;
	background-image: url('../images/head.jpg');
	background-repeat: no-repeat;
}

div.menu {
	float: left;
	margin-left: 7px;
        _margin-left: 3px;
	width: 230px;
	background-color: #e3e3e3;
	min-height: 250px;
	background-image: url('../images/menu-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

div.content {
	float: right;
	width: 605px;
	min-height: 340px;
	margin: 10px 0 10px 0;
        font-size: 10pt;
}

div.advertisement {
	float: left;
	clear: left;
	margin: 5px 0 15px 7px;
	width: 230px;
        min-height: 100px;
	text-align: center;
        font-size: 10pt;
}

div.menu ul {
	padding: 0;
	margin: 10px 0 20px 35px;
        font-size: 10.5pt;
}

div.menu ul li {
	list-style-image: url('../images/menu-item.png');
	list-style-position: outside;
	border-bottom: 1px solid #e6cdc6;
	padding: 5px;
}

div.menu ul li:hover {
	list-style-image: url('../images/menu-item-active.png');
}

div.menu ul li.active {
	list-style-image: url('../images/menu-item-active.png');
}

div.menu ul li a {
	text-decoration: none;
        &margin: -3px -8px 3px 8px;
        width: 100%;
        display: block;
}

div.menu ul li a.adminlink {
    display: inline;
    margin: 0 4px;
}

div.menu ul li a:hover {
	text-decoration: none;
}

div.gitterbox {
	float: left;
	margin-left: 124px;
        _margin-left: 67px;
	width: 300px;
}

div.adminnav {
	float: left;
}

div.adminnav a {
	text-decoration: none;
}

div.adminnav a:hover {
	text-decoration: underline;
}

div.designby {
	float: right;
	margin-right: 90px;
}

h1 {
	padding: 0 0 0 30px;
	background-image: url('../images/h1.png');
	background-repeat: no-repeat;
	font-size: 12pt;
        clear:both;
}

p {
    font-size: 11pt;
}

.header h1
{
    display:block;
    background:none;
    color:#a5c7d4;
    margin-left:320px;
    margin-top:150px;
    margin-bottom:0px;
    font-weight:900;
}

a.homelink {
    position: absolute;
    display: block;
    margin: 10px 0 0 8px;
    width: 230px;
    height: 150px;
}