body {
	background-color: #181818;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 14px;
	overflow-y: scroll;
}

a
{
	color: #00f;
	font-style: italic;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #66f;
}

a:active {
  border: 0 none;	
}

li {
	margin: 0.5em 0;
}
 	
ul {
	list-style: none;
}
h1, h2, h3, h4, dt
{
	font-family: Georgia, serif;
	color: #114411;
	font-weight: normal;
}

hr
{
	border: 0px none;
	height: 10px;
}

dt
{
	margin-top: 1.0em;
	font-size: 1.2em;
}

dd
{
	margin: 0.4em 0;
	padding: 0;
}

#content b, #content i {
	color: #114411;
}

img {
	border: 0px none;
}

#menu div {
	float: left;
}

#menu div.active{
	 background-image: url('../gfx/british_tab.png');
	 background-repeat: no-repeat;
}

#footer {
		text-align: center;
		color: #333;
		font-size: 0.9em;
		letter-spacing: 1px;
		margin-top: 0.6em;
	}
	
#gmap
{
	margin: 0px auto;
	text-align: center;
}
