/* Colours used */
/*----------------

blue			#4879AE
dark grey		#666666
light grey		#BEBDBD

------------------*/

/*@import	url(other_pages.css);*/

/* Main elements
------------------*/
*	{
	margin:0;
	padding:0;
}

body	{
	font-family:Arial, "Trebuchet MS", sans-serif;
	background:#FFF;
	color:#666;
	font-size:62.5%;
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}
h1,h2,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:2.2em;
}

h2	{
	font-size:1.8em;
}

h3	{
	font-size:1.6em;
}

h4	{
	font-size:1.4em;
}
h5	{
	font-size:1em;	
}
p	{
	font-size:1.7em;
}
a	{
	text-decoration:none;
	color:#666666;
}
a:hover	{
	text-decoration:underline;
	color:#4879AE;
}
a img	{
	border:0;
}
li	{
	list-style:none;
}
/*
============================
main divs
============================
*/

#disclaimer {
	font-size:1.2em;
	padding-left:30px;
	margin-top:25px;
	float:left;
	clear:left;
	width:530px;
}
#disclaimer li	{
	list-style:outside disc;
	margin-bottom:10px;
	width:510px;
}

#footer	{
	margin-top:70px;
	margin-bottom:40px;
	float:left;
	clear:left;
	border-top:1px solid #BDBDBD;
	width:100%;
}
#main #footer p	{
	margin-top:10px;
	font:1em "Trebuchet MS";
}
#header	{
	background-repeat:no-repeat;
	background-position:top;
	height:300px;
	width:100%;
}
/*#header.who	{
	background-image:url(../images/header5-1.jpg);
}
#header.what	{
	background-image:url(../images/header1.jpg);
}
#header.contact	{
	background-image:url(../images/header4-2.jpg);
}
#header.malcom	{
	background-image:url(../images/header2-3.jpg);
}*/
#logo	{
	width:550px;
	margin:0 auto;
	padding-top:30px;
}
#main	{
	width:550px;
	margin:0 auto;
}
#main h1,
#main p {
	clear:left;
	float:left;
	margin-top:30px;
	width:100%;
}

#main h1	{
	color:#4879AE;
}
#nav	{
	float:left;
	margin-top:10px;
}
#nav li	{
	float:left;
	background:#FFF;
	margin-right:4px;
}
#nav li.none	{
	margin-right:0;
}
#nav a	{
	color:#BEBDBD;
	font:1.4em "Trebuchet MS";
	padding:3px 12px;
	display:block;
	border:1px solid #BEBDBD;
}
#nav a:hover	{
	text-decoration:none;
	color:#666;
	background:#EFEFEF;
	border:1px solid #999;
}
#wrapper	{
	background:url(../images/grad.jpg) repeat-x top left;
	float:left;
	width:100%;
}

/*
============================
classes
============================
*/

	.bold	{
		font-weight:bold;
	}
	.bold_italic	{
		font-style:italic;
		font-weight:bold;
	}
	.clear	{
		clear:both;
	}
	.disclaimer p	{
		font-size:1.2em;
	}
	.link	{
		color:#4879AE;
		text-decoration:underline;
	}
	.underline	{
		text-decoration:underline;
		color:#888;
	}