﻿body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 100%; /*was 130 */
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

body td {
	background-color: #eee;
	}
	
}
h2 {
	width: 760px;
	margin-left: 15px;
	clear: right;
	color: #af2121; /*#666; */
 	padding-bottom: 3px;
	border-bottom: 1px solid #888; /* #af2121;    /* a0c80e; */
	font-size: 140%;
	letter-spacing: -1px;
}

#header {
	background: url('images/website/banner.jpg') center no-repeat;
	width: 790px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	border: none;

	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #eee url('images/website/wrapper.png') center no-repeat;  /* 88ac0b  */
	width: 790px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: none;
	font-size: 90%;

}

#wrapper-menu ul {
	margin:0; 
	padding:0;
	width: 790px; 
	list-style: none;

}

#wrapper-menu li { 
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
}

#wrapper-menu a:link, #wrapper-menu a:visited {
	background: transparent;
	color: white;
	text-decoration: none;
}

#wrapper-menu a:hover {
	color: black;
}

#emphasisedcontent {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 5% 1% 1% 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: red;
}

#content-top {
	background: #eee  url('images/website/top.png') bottom no-repeat;  /* 88ac0b  */
	width: 790px;
	height: 17px;
	margin: 0 auto;
	border: none;
	padding-bottom: 0px;
}

#content-bottom {
	background: #eee url('images/website/bottom.png') center no-repeat;  /* 88ac0b  */
	width: 790px;
	height: 15px;
	margin: 0 auto;
	border: none;
	padding-top: 0px;
	clear: both;
}

#content {
	background: url('images/website/middle.png') center repeat-y;  /* 88ac0b  */
	width: 790px;
	margin: auto;
	padding-top: 0px;
	font-size: 80%;
	text-align: left; 
	clear: both;
}

.emphasisedpicchunk {
	clear: left;
}

.emphasisedpicchunk img{
	padding: 0px 1% 10px 1%;
    float: left;
}
.picchunk {
	clear: right;
}

.picchunk img{
    float: right;
    margin-right: 15px;
    margin-bottom: 10px;
}
    
.picremain {
	clear: right;
	text-align: center;
}

.picremain img{
    margin: 5px 5px 5px 5px;
}    

#content table {
	text-align: left;
}


.advert {
	background: url('images/website/advert-middle.png') no-repeat center; width: 306px;
	text-align: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.advert h2 {
	margin: 10px 0px 0px 0px;
	background: #eee url('images/website/advert-top.png') top no-repeat;
	text-align: center;
	font-size: 150%;
	border: none;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.advert .last {
	background: #eee url('images/website/advert-bottom.png') bottom no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center; 
}

img { border: 0px none; }

a:link, a:visited, a:hover {
	color: #2d4676;
	text-decoration: none;
}

p { margin-left: 1em;
    margin-right: 1em;
}

p.dhtitle {text-align: center;
           font-weight: bold; }
           
p.dh { text-align: left; 
        }
img.dh { text-align: right;
          }
h4.dh { text-align: center; }

.zg_div {margin:0px 5px 5px 0px; width:117px;
         float: right}
.zg_div_inner {border: solid 1px #000000; background-color:#ffffff;  color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;}





