html {overflow: -moz-scrollbars-vertical;}

h1 { 
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc; 
	font-size: medium; 
	font-weight:normal;
	margin:0 0 70px 0;
	padding:2px;
}

h2{font-size: small; }

h3{font-size: small; margin-bottom:0;}

em{color:#f00;}

body {
	background: #666;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin-left: 0px;
	margin-top: 0px;
	text-align:center;
}

img { border:0; margin:0;}

a { color: #4762A9; text-decoration:none; }
a:hover { color: #9A99FF; }

ul {  list-style:none; padding:0; margin:0 0 20px 0;}

.nav {width:170px;}

.nav li{
	background-image:url(gfx/bullet.png);
	background-repeat:no-repeat;
	background-position: 0 0.4em;
	border-bottom: 1px solid #eee; 
	padding-left:20px;
}

.listfirst{border-top: 1px solid #eee;}

.submenu { margin-left:25px; }

.centred{ 
	font-weight:bold;
	margin-top:20px;
	text-align:center; 
}

#wrapper{
	background: #fff;
	border: 1px solid #000000;	
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	width:950px;
}

#header{
	width: 950px;
	height: 105px;
	border:1px #000;
	background: #FFDDA5;
	background: url(gfx/header.jpg);
	text-align: center;
}

#subheader{
	background: url(gfx/subheader.gif);
	border-bottom:2px solid #ccc;
	height:30px;
	width: 950px;
}

#navigation{
	background: #fff;
	border-right:2px solid #ccc;
	float: left;
	padding:15px;
	vertical-align: bottom;
  	width:200px;
}

#navigation p {margin-bottom:0;}

#content
{
	background: url(gfx/content-bg.jpg) no-repeat top #fff;
	display:inline;
	float:right;
	padding:30px 50px 50px 50px; 
	width:600px;
}

.inpage
{
	float:right;
	margin:0 0 10px 20px;
}

.middle
{
	text-align:center;
}

#footer
{
	background-color:#fff;
	float:right;
	font-size:small;
	padding-left:200px;
	text-align:left;
	width: 750px; 
}

#subfooter
{
	background-color:#fff;
	border-top:2px solid #ccc;
	clear:both;
	display:block;
	padding:5px;
	padding-left:200px;
	text-align: left;
	width:745px;
}

#subfooter img {vertical-align:middle;}

label{float:left; width:150px;}

legend{font-size:medium;color:#000;}

.fieldstyle
{
	margin-bottom:5px;
}

.enq{display:block;}

fieldset{padding:20px;border:1px solid #ccc;}

.req{color:#f00;}

submit
{
	button: #fff; 	
	font-size: 14px; 
	color: #000; 
	border:1px solid #000; 
}
textarea{font-family:Arial, Helvetica, sans-serif; font-size:small; }

input, textarea{padding:2px;}