/*
	
	Colours:
		light-ish grey: #666666
		
		purple: #FC1F66
		light purple: #FBC1DB
		


*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper { 
	margin: 0 auto;
	width: 760px;
	border: solid 1px #999;
}
#cols {
	margin-bottom: 5px;
	overflow: auto;
	width: 100%
}
#header {
	color: #333;
	width: 760px;
	height: 200px;
	margin: 0px 0px px 0px;
	border-bottom: solid 1px #999;
}
#menu { 
	display: inline;
	color: #333;
	margin-top: 10px;
	padding: 0px;
	width: 195px;
	float: left;
}
	#menu .menutitle {
		text-align: center;
		font-weight: bold;
		color: #404f42;
		font-size:1.2em;
	}
	#menu ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		border:solid #ccc 1px;
		border-bottom: 0px;
	}
	#menu li {
		display: block;
		margin: 0;
		padding: 0;
	}
		#menu li a {
			display: block;
			width: 178px;
			margin: 0;
			font-weight: bold;
			text-decoration: none;
			color: black;
			padding:5px;
			padding-left:10px;
			border-bottom:solid #ccc 1px;
			background-color: #D2DDDF;
		}
		#menu li a:hover {
			background: #fafad2;
		}
		
		
#main { 
	float: right;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 525px;
	display: inline;
	position: relative;
}
#footer { 
	width: 740px;
	clear: both;
	background: #EDEDED;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	border-top: solid 1px #404f42;
}
.clear {
	clear: both;
	background: none; 
}
#contactform {
	
}
	#contactform td.label {
		font-weight: bold;
		vertical-align: top;
	}

h1, h2, h3 {
	margin-top:0;
	color: #000;
}
h1 {
	font-size: 2em;
	margin-bottom:5px;
	text-align: center;
}
h2 {
	margin-bottom:5px;
}
p {
	margin-top:0;
}
img {
	border: 0;
}
a:hover {
	text-decoration: none;
}