a:link, a:visited, a:active
{
	color: #808080;
}

#navbar
{
	width: 150px;
	text-align: center;
	margin-top: 10px;
	font-size: 0.8em;
	border: 0px #808080 solid;
}


#navbar ul li a:hover, #navbar ul li a.active
{
	background-color: #808080;
	color: #EEEEEE;
	display: block;
}


#navbar ul li
{
	width: 150px;
	list-style-type: none;
	display: block;
	margin-left: -15px;
	margin-top: 10px;
	background-color: #EEEEEE;
	border: 1px #808080 solid;
	text-decoration: none;
}

#frame
{
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	margin: 20px auto;
	width: 720;
	length: 1px;
	text-align: left;
}

#header
{
	position: relative;
	top: 3px;
	left: 200px;
	color: rgb(93,220,245);
	text-align: left;
	font-size: 1.8em;
	font-style: italic;
}

#links
{
	
}

#team
{
	background-image: url("images/the_Team1.jpg");
	background-repeat: no-repeat;
	height: 188px;
}

#logo
{
	background-image: url("images/ids_logo.jpg");
	background-repeat: no-repeat;
	height: 51px;
}

#header_image
{
	background-image: url("images/test1.jpg");
	background-repeat: no-repeat;
	height: 143px;
	position: static;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#content
{
	position: relative;
	width: 700px;
	margin-left: 40px;
	color: grey;
}

#main_text
{
	position: relative;
	top: -350;
	left: 225;
	width: 400;
	margin-bottom: -60px;	
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: grey;
}

#main_text ul li
{
	position: relative;
	top: -258;
	left: 225;
	width: 400;
	margin-bottom: -60px;	
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: grey;
}



table.tab
{
	font-size: 1em;
	width: 102%;
	border-style: none none none none;
	background-color: white;
}


#map
{
	background-image: url("images/Sunderland_map_tn.GIF");
	background-repeat: no-repeat;
	width: 432px;
	height: 400;
	margin-bottom: -60px;
}

#footer
{
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.6em; 
	color: #000000;
	text-transform: uppercase;
}

body
{
	text-align: center;
	color: grey;
	background-image: url("images/stack.jpg");
	font-family: helvetica;
}

h1
{
	color: #808080;
	font-size: 1em;
	text-align: left;
	letter-spacing: 5px;
	text-decoration: underline;
	left: 225;
	text-transform: uppercase;
}

h2
{
	font-size: 1em;
	text-decoration: underline;
}

h3
{
	font-size: 1em;
}

#highlight
{
	text-decoration: blink; 
}