html{height: 100%;}

body
{ font: 62.5%/1.4 Helvetica, Verdana, Arial, 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.6em;
  letter-spacing: .16em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: bold;
}

h2
{ font-size: 1.3em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
}

h3
{ font-size: 1.0em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: bold;
  color:#444;
}

h4
{ font-size: 0.7em;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;               
  font-weight: normal;
  color:#444;
}

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: #666;
	padding: 0px 0px 2px 0px;
}
a:active {
	text-decoration: none;
	background: #ffff00;
	color: #333333;
}

img
{ border: 1px #eee dashed; 
  margin: 0px; 
  padding: 3px; 
}


/* 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: 1024px;
 height: auto;
 border: 0px dotted;
 border-color:#ff0000;
}

/* logo */
#logo
{ width: 900px;
  height: 133px;
  border: 0px dotted;
  background: #ffffff url(logo.jpg) no-repeat top left;
}


/* navigation menu */
#menubar
{ height: 10px;
  width: 1022px;
  border: 0px dotted;
  background: #111;
} 


/* main content */
#site_content
{ overflow: hidden;
  padding: 0px 0px 0px 0px;
  width: 900px;
  height: auto;
  border: 0px dotted;
  border-color: #330099;
  background: #ffffff;
}

/* sidebar */
.sidebar
{ float: right;
  width: auto;
  height: 400px;
  padding: 25px 5px 5px 15px;
  border: 0px dotted;
  background: #fff;
}


/* page content */
#content
{ text-align: left;
  float: left;
  width: 510px;
  height: auto;
  padding: 4px;
  border: 0px dotted;
}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
{ font-size: 0.8em;
  height: 20px;
  width: 1022px;
  margin: 0px;
  text-align: center;
  border-top: 1px solid; 
  padding: 8px 0px 0px 0px;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

