html{height: 100%;}

body
{ font: 62.5%/1.4 Trebuchet, Arial, Helvetica, sans-serif;
  background: #ffffff;
  padding: 0px;
  margin: 23px;
  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.8em;
  font:Georgia, Times New Roman, Times, serif;
  letter-spacing: .3em;
  padding: 12px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  background: #333;
  color: #cecece;
}

h2
{
	font-size: 1.4em;
	padding: 12px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #666666;
	background: #cecece;
}

h3
{
	font-size: 0.9em;
	padding: 18px 0px 12px 18px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #666666;
	background: #dedede;
}

h4
{
	font-size: 1.4em;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #666;
}

h5
{
	font-size: 0.85em;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color: #999;
	background: #ffffff;
}


img
{ border: 0px; 
  margin: 0px; 
  padding: 0px 0px 0px 0px; 
}

a{outline: none;}


/* 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: 1px dotted;
	border-color:#cecece;
}

/* logo */
#logo
{ width: 900px;
  height: 6px;
  border: 0px dotted;
  background: #ffffff url(HERE.jpg) no-repeat top left;
}


/* navigation menu */
#menubar
{ height: 35px;
  width: 1022px;
  border: 0px dotted;
} 


/* 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: 124px;
  height: 363px;
  padding: 5px 5px 5px 5px;
  border: 0px dotted;
}

/* 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: 632px;
  height: auto;
  padding: 6px;
  border: 0px dotted;
}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ font-size: 0.8em;
  height: 40px;
  width: 900px;
  margin: 0px;
  text-align: center;
  border: 0px dotted; 
}

#content a,  #footer a
{
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted;
}

#content a:hover, #footer a:hover
{
	color:#000000;
	background: #FFFF00;
}