/* COLOUR SCHEME
Grey: #666
Purple: #660099
Red: #ee3344
Blue: #1b3e94
Gold: #ffd600
'Tekton Pro Ext',  'Comic sans MS', Helvetica, 
*/

body {
  font-family: 'Microsoft Sans Serif', Arial, 'Trebuchet MS', Verdana, sans-serif;
	background: #ddd url(../furniture/haxagonal_cells.png) top left;
	color: #000;/**/
	margin: 0;
	padding: 0;
}

#page{
	width: 100%;
	color: #000;
}


#header .manchester_logo{
	float: right;
}

#header h1 {
	clear: left;
	margin: 0;
	color: #1b3e94;
}
#header h2 {
	clear: left;
	margin: 0;
	color: #336699;
	font-size: 80%;
}

#menu {
	display: none;
}

.content {
	width: 100%;
	padding: 10px;
	font-size: 90%;
	margin: 0;
}

.content p, li {
	text-align: justify;
}

.content li {
	margin-top: 3px;
}

.content ul {
	list-style-image: url(../furniture/bullet.png);
	list-style-type: disc;
}

.content h1, h2, h3, h4, h5, h6 {
  color: #666;
}

#footer {
  clear: both;
	padding: 30px 10px 10px 10px;
	font-size: 70%;
	font-weight: lighter;
	color: #999;

}

#footer2 {
  font-size: 60%;
}

/* ================================================================================ */

/*anchors*/

a:link {color: #336633; background: transparent; text-decoration: none;}
a:visited {color: #7b2b84; background: transparent; text-decoration: none;}
a:active {color: #e31b25; background: transparent; text-decoration: none;}
a:hover {color: #fff; background: #666; text-decoration: none;}

p.link {
  padding-left: 20px;
	background: url(../furniture/link.png) top left no-repeat;
}

p.print{
  padding-left: 20px;
	background: url(../furniture/printer.png) top left no-repeat;
}

img {
  border: 0px;
}

.right{
  clear: right;
	float: right;
	margin: 0 0 10px 10px;
}
.left{
  clear: left;
	float: left;
	margin: 0 10px 10px 0;
}
.center{
  margin: 0 auto;
	text-align: center;
}


.ref{
  font-size: smaller;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 2px 0 5px 0;
}

.spot_text {
  font-family: 'Times New Roman', serif;
	color: #336633;/*BLUE VARIANT 3366aa*/
	font-size: 130%;
	font-style: italic;
}

.ragged {
  text-align: left;
}

.quote {
  clear: both;
	text-align: left;
	padding: 10px;
	font-family: serif;
	font-style: italic;
}


.comment {
  clear: both;
	border: 1px solid #336699;
	background: #cceeff;
	padding: 10px 20px;
	font-size: 80%;
}