html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #outer{
	height:100%;
}

#outer{
	min-height:100%;
}

#header {
	width:100%;
	height:231px;
	overflow:hidden;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header-up {
	padding-top: 100px;
	padding-left: 55px;
	width: 330px;
	text-align: center;
}

#header-down {
	padding-left: 230px;
	margin-top: 30px;
}

#header-left {
	background-image: url(images/header-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 204px;
}

#header-right {
	background-image: url(images/header-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 204px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d0c1;
}

#header-centre {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7d0c1;
	height: 24px;
}

#header-pic {
	background-image: url(images/header-marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
}

#header-menu {
	height: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d7d0c1;
	background-color: #0000bb;
}

#left {
	margin-top: 5px;
	margin-bottom: 5px;
}

#left-left {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#left p {
	background-image: url(images/left-marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#left ul {
	margin: 0px;
	padding-top: 35px;
	padding-bottom: 70px;
	padding-right: 0px;
	padding-left: 0px;
}

#footer {
	width:100%;
	clear:both;
	height:109px;
	background-color: #00006b;
	position: relative;
}

#footer-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 25px;
}

#footer-right {
	width: 175px;
	padding-right: 40px;
	position: absolute;
	right: 0px;
	top: 50px;
}

#centrecontent {
	padding-top: 10px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#centrecontent-put {
}

#centrecontent-down {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0000bb;
	border-bottom-color: #0000bb;
	border-left-color: #0000bb;

}

#centrecontent-centre {
	background-color: #0000bb;
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	border: 1px solid #000000;
}

#centrecontent p {
	padding-top: 15px;
	padding-bottom: 15px;
}
#logo{
	font-size: 9px;
	color: #0066FF;
}
#logo a{
	font-size: 9px;
	color: #0066FF;
	text-decoration: none;
}
#logo a:hover{
	color: #FFFFFF;
}
#counters{
	text-align: center;
}