html{height: 100%;}

body
{ font: 62.5%/1.4 Tahoma, Arial, Helvetica, sans-serif;
  background: #fffff0 url(bg.gif)repeat;
  padding: 0px;
  margin: 12px;
  font-size: 0.75em;
}

p
{ padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  letter-spacing: .09em;
}

h1
{ font-size: 2em;
  padding: 12px 0px 0px 24px; 
  margin: 0px 0px 0px 0px;  
  color:#4C88BE; 
}

h2
{
	font-size: 1.3em;
	padding: 2px 6px 0px 24px;
	margin: 0px 0px 0px 0px;
	color:#333366;
}

h3
{
	font-size: 1.1em;
	padding: 2px 24px 0px 24px;
	margin: 0px 0px 0px 0px;
	color: #835C74;
}

h4
{
	font-size: 1.05em;
	padding: 2px 12px 0px 24px;
	margin: 0px 0px 0px 0px;
	color: #835C74;
	font-weight: normal;
}

a:link {
	border-bottom: dotted 1px;
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	border-bottom: dotted 1px #999;
	color: #666666;
}

a:hover {
	background-color:#eee;
	color: #0066CC;
	padding: 0px 0px 2px 0px;
}
a:active {
	text-decoration: none;
	background: #ffff00;
	color: #333333;
}

img
{ border: 1px #ddd; 
  margin: 0px; 
  padding: 12px 10px 12px 10px; 
}

img01
{ border: 1px; 
  margin: 0px; 
  padding: 12px 0px 0px 24px; 
}


/* 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: 880px;
 height: auto;
 border: 0px dotted;
border:16px solid #4C88BE; 

}

/* logo */
#logo
{ width: 880px;
  height: 75px;
  border: 0px dotted;
  background: #ffffff url(logo.jpg) no-repeat top right;
}


/* navigation menu */
#menubar
{ height: 46px;
  width: 880px;
  border: 0px dotted;
  background: #ddd6d0 url(menu.gif);
  padding:6px 0px 6px 0px;
} 


/* main content */
#site_content
{ overflow: hidden;
  padding: 0px 0px 0px 0px;
  width: 880px;
  height: auto;
  border: 0px dotted;
  border-color: #330099;
  background: #fffff0;
}

/* sidebar */
.sidebar
{ float: right;
  width: 264px;
  height: auto;
  padding: 5px 5px 5px 5px;
  background: #fffff0;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 162px;
  float: left;
  margin: 6px;
}


.sidebaritem ul
{ width: 156px; 
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 0px 0px; 
}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  font-size: 0.9em;
  letter-spacing: .09em;              
  font-weight: bold;
  text-transform: uppercase;
} 

.sidebaritem li a.current, .sidebaritem li a.current:hover
{ color: #6c6c6c;
}

/* page content */
#content
{ text-align: left;
  float: left;
  width: 560px;
  height: auto;
  padding: 6px;
  background:#fffff0;
}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{  height: 34px;
  width: 880px;
  margin: 0px;
  text-align: center;
   background: #000 url(strip.jpg) right no-repeat;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

