html {
 margin: 0;
}

body {
	margin: 10px 0;
	padding: 0;
	background: #023567 url("images/bgrepeat.jpg") bottom repeat-x;
}

table {
	font-size: 11px;
	font-family: tahoma;
}

#navtble {
	background: #003366 url("images/nvrepeat.gif") top repeat-y;
}

.nav {
	background: url("images/linkbg.gif") bottom no-repeat;
	padding-left: 10px;
}

a.nav2 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.nav2:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.email {
	color: #003662;
	text-decoration: none;
}

a {
	color: #003662;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

#head {
	background: url("images/wolstenholme.gif") top no-repeat;
	height: 100px;
	vertical-align: bottom;
	padding: 0 10px 10px 0;
}

#contentbody {
	padding: 20px;
}

#latestproject {
	background-color: #F0F0F0;
	padding: 20px;
	color: #000000; 
}

#latestproject2 {
	background-color: #F0F0F0;
	padding: 20px;
	color: #000000; 
}

#botfoot {
	background: url("images/bodfoot.gif") top no-repeat;
}

#foot {
	height: 50px;
	background: url("images/foot.gif") no-repeat;
	padding: 0 20px 20px 0;
}
 
h1 {
	margin: 0 0 0 20px;
	font-size: 1.2em;
	color: #FFFFFF;
}

h2 {
	margin: 0;
	font-size: 1.2em;
	color: #000000;
}

.textarea {
	border: 1px solid #003366;
	width: 100%;
	padding: 2px;
	font-family: tahoma;
	font-size: 11px;
}

.formbox {
	border: 1px solid #003366;
	width: 100%;
	padding: 2px;
	font-family: tahoma;
	font-size: 11px;
}
ul {
	margin-left: 10px;
	padding: 0;
}

li {
	margin-bottom: 10px;
}

.img {
	margin: 0 0 6px 10px;
}