html{height: 100%;}

body
{ font: 62.5%/1.4 Trebuchet MS, Verdana, Arial, sans-serif;
  background: #eee url(bg.jpg) no-repeat center;
  padding: 0px;
  margin: 2px;
  font-size: 1em;
}

p
{ padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 0.9em;
  letter-spacing: .09em;
}

h1
{ font-size: 1.9em;
  letter-spacing: .14em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: bold;
  color:#333;
}

h2
{ font-size: 1.4em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
   color:#333;
}

h3
{ font-size: 1.1em;
  padding: 6px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color:#333;
  background: #ccc;
}

h4
{ font-size: 1.0em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
}

h5
{ font-size: 0.8em;
  padding: 6px 0px 6px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
}
h6
{ font-size: 0.7em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 4px 18px 0px 2px; 
}

a{outline: none;}

a:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #333;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #333;
	}
a:hover {
	text-decoration: none;
	color: #ff0000;
	background: #000000;
}
a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #ff0000;
}


/* 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: 902px;
 height: auto;
 border: 0px dotted;
 border-color:#ff0000;
}

/* logo */
#logo
{ width: 900px;
  height: 210px;
  border: 0px dotted;
  background: #ffffff url(logo.jpg) no-repeat top left;
}

#logo h4
{ font-size: 1.0em;
  padding: 6px 6px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
}

/* navigation menu */
#menubar
{ height: 35px;
  width: 876px;
  border: 0px dotted;
  background: #ccc url(menu.gif) no-repeat;
  padding: 6px 18px 6px 6px;
} 

#menubar h4
{
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

/* main content */
#site_content
{ overflow: hidden;
  padding: 0px 0px 0px 0px;
  width: 900px;
  height: auto;
  border: 0px dotted;
  border-color: #330099;
  background: #ffffff url(mainback.png) no-repeat top left;
}

/* sidebar */
.sidebar
{ float: left;
  width: 174px;
  height: 520px;
  padding: 10px 5px 5px 15px;
  border: 0px dotted;
  background: #ffffff url(sidebar.gif) repeat-x;
}

/* 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
{background: #fff url(content.gif) no-repeat;
text-align: left;
  float: left;
  width: 620px;
  height: auto;
  padding: 6px 30px 30px 40px;
  border: 0px dotted;
}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ font-size: 1.0em;
  height: 50px;
  width: 888px;
  margin: 0px;
  text-align: center;
  border: 0px dotted; 
   background: #999 url(footer.gif) no-repeat;
   padding: 6px;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

