html{height: 100%;}

body
{ font: 62.5%/1.4 Georgia, Arial, Helvetica, sans-serif;
  background: #fff url(bg.gif) repeat;
  padding: 0px;
  margin:2.3px;
  font-size: 0.95em;
}

p
{ padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  letter-spacing: .09em;
}

h1
{
	font: 62.5%/1.4  Arial, Helvetica, sans-serif;
	font-size: 1.85em;
	padding: 0px 0px 0px 23px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #990000;
	
}

h2
{
   	font-size: 1.15em;
	padding: 8px 12px 8px 23px;
	margin: 8px 20px 8px 0px;
	font-weight: normal;
	color: #777;
	letter-spacing: 0.1em;
	border-top: 1px dotted #ddd;
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
	border-bottom: 1px dashed #ddd;
	background: #fffafa;
}

h3
{
	font-size: 0.85em;
	padding: 0px 23px 0px 23px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #111;
		line-height: 1.8em;

}

h4
{ font-size: 1.2em;
  padding: 0px 0px 0px 45px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color: #ddd;
}

h5
{ font-size: 1.5em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color: #111;
}

h6
{ font-size: 0.7em;
  padding: 0px 30px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color: #888;
  padding:2px;
}

img
{ border: 1px #eee solid; 
  margin: 3px; 
  padding: 3px; 
}

imgz
{ border: 1px #ddd dotted; 
  margin: 0px 0px 23px 40px; 
  padding: 4px;
}

img01
{ border: 0px dashed #ccc; 
  margin: 1px; 
  padding: 100px 0px 50px 35px; 
}

img02
{ border: 0px dashed #ccc; 
  margin: 1px; 
  padding: 100px 0px 50px 35px; 
}

img03
{ border: 0px dashed #ccc; 
  margin: 1px; 
  padding: 10px 0px 50px 35px; 
}

img04
{ border: 0px dashed #ccc; 
  margin: 1px; 
  padding: 10px 0px 50px 35px; 
}

img05
{ border: 0px dashed #ccc; 
  margin: 1px; 
  padding: 10px 0px 50px 35px; 
}

a:link {
	text-decoration: none;
	color: #222;
	border-bottom: 1px #ccc dotted;
	padding: 2px 4px 2px 4px;
}

a:visited {
	text-decoration: none;
	color: #222;
	border-bottom: 1px #ccc dotted;
	padding: 2px 4px 2px 4px;
}

a:hover {
	color: #fff;
padding: 2px 4px 2px 4px;
	border-bottom: 0px #ccc dotted;
	background: #990000;
}

a:active {
	text-decoration: none;
	background: #000;
	color: #fff;
	padding: 2px 4px 2px 4px;
}


/* unordered list */
ul
{ margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul li
{ list-style-type: circle;
  margin: 0px 0px 0px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{width: 1000px;
 height: auto;
 border: 0px solid;
 border-color:#eee;
}

/* logo */
#logo
{ width: auto;
  height: 162px;
  border-top: 5px solid #990000;
  background: #fff; 
}

#logo2
{ width: 1000px;
  height: 162px;
  border-top: 0px solid #990000;
  background: #fff url(logo3b.gif) no-repeat; 
  margin-left: auto; 
  margin-right: auto;
}

#logo h1 a:link {
		text-decoration: none;
	color: #ccc;
	border-bottom: 0px #fff dashed;
	padding: 4px;
	background:#fff;
}

#logo h1 a:visited {
	text-decoration: none;
	color: #ccc;
	border-bottom: 0px #fff dashed;
	padding: 4px;
		background:#fff;
}

#logo h1 a:hover {
	color: #990000;
	padding: 4px;
	border-bottom: 0px #ccc dotted;
	background:#fffafa;
}

#logo h1 a:active {
	text-decoration: none;
	color: #fff;
	padding: 4px;
		background:#000;
		border-bottom: 0px #ccc dotted;
}


/* navigation menu */
#menubar
{ height: 35px;
  width: 1000px;
    padding: 10px 0px 0px 0px;
	border-bottom: 5px solid #eee;
	border-top: 1px solid #eee;
	margin: 2px 0 0 0 ;
	background: #fff; 
	 margin-left: auto; 
  margin-right: auto;
} 


 

#menubar h4 a:link {
		text-decoration: none;
	color: #111;
	border-bottom: 0px #fff dashed;
	padding: 4px;
	background:#fff;
}

#menubar h4 a:visited {
	text-decoration: none;
	color: #111;
	border-bottom: 0px #fff dashed;
	padding: 4px;
		background:#fff;
}

#menubar h4 a:hover {
	color: #990000;
	padding: 4px;
	border-bottom: 0px #ccc dotted;
	background:#fffafa;
}

#menubar h4 a:active {
	text-decoration: none;
	color: #fff;
	padding: 4px;
		background:#000;
}


/* main content */
#site_content
{ overflow: hidden;
  padding: 0px 0px 0px 0px;
  width: 1000px;
  height: auto;
  border: 0px dotted;
  border-color: #330099;
  background: #ffffff;
}

/* sidebar */
.sidebar
{ float: right;
  width: 320px;
  height: auto;
  padding: 5px 5px 5px 5px;
   border-top: 0px solid #eee;
  background: #fff;
}

.sidebar h2
{
		font-size: 1.1em;
	padding: 8px 12px 8px 12px;
	margin: 0px 10px 0px 10px;
	font-weight: normal;
	color: #777;
	border-bottom: 1px dashed #ddd;
}


.sidebar h3
{
	font-size: 0.78em;
	padding: 2px 15px 0px 18px;
	margin: 0px 10px 0px 10px;
	font-weight: normal;
	color: #111;
}



/* page content */
#content
{ text-align: left;
  float: left;
  width: 590px;
  height: auto;
  padding: 6px 44px 6px 26px;
  border-right: 1px dashed #ddd;
  border-top: 0px solid #eee;
  background: #ffffff;
}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ font-size: 1em;
  height: 70px;
  width: auto;
  margin: 0px;
  text-align: center;
  border-top: 1px solid #eee; 
   border-bottom: 23px solid #fff5ee;  
  color: #eee;
  padding: 3px;
  background: #fff5ee;
}


#footer a:link {
	border-bottom: dashed 0px;
	text-decoration: none;
	color: #111;
	border-bottom: 1px #ccc dotted;
	padding: 1px;
}

#footer a:visited {
	text-decoration: none;
	border-bottom: dashed 0px #999;
	color: #111;
	border-bottom: 1px #ccc dotted;
	padding: 1px;
}

#footer a:hover {
	color: #cc0000;
	padding: 1px;
	border-bottom: 0px #ccc dotted;
	background: #fff;
}

#footer a:active {
	text-decoration: none;
	background: #cc0000;
	color: #fff;
	padding: 1px;
}

