body {
	margin:0px;
	font-family:Arial;
	font-size:14px;
	color:white;
	background-color:black;
}
h3 {
	color:white;
}
#header {
	position:relative;
	padding:5px;
	padding-left:10px;
	width:100%;
	height:100px;
	background: url(images/header.png) repeat-x;
	background-color:black;
	font-size:48px;
	font-weight:bold;
}
.blue {
	color:blue;
}
.link {
	border: 0px;
}
#headerText {
	padding-left:20px;
	padding-top:10px;
	font-size:48px;
	font-weight:bold;
}
#headerTextExtended{
	padding-left:20px;
	padding-top:10px;
	font-size:23px;
	font-weight:bold;
}
#wrapper {
	position:relative;
	top:-19px;
	width:800px;
}
#blue {
	color:blue;
}
#menu {
	position:relative;
	top:-2;
	text-align:center;
	height:30px;
}
	#button {
		position:relative;
		height:30px;
		font-size:18px;
		padding:4px;
		padding-left:15px;
		padding-right:15px;
		border: 1px solid white;
		background: url(images/button.png) repeat-x;
		background-color:black;
		color:black;
		text-decoration:none;
	}
	#endRight {
		position:relative;
		height:31px;
		width:15px;
		padding:4px;
		background: url(images/buttonEndRight.png) no-repeat;
		color:black;
	}
	#endLeft{
		position:relative;
		height:31px;
		width:15px;
		padding:4px;
		background: url(images/buttonEndLeft.png) no-repeat;
		color:black;
	}
	#endPre {
		background-color:white;
		width:1px;
		height:29px;
	}
#mainwrap {
	width:750px;
	background-color:rgb(100,100,100);
	text-align:left;
	/*text-indent:10px; */
}
.roundtop {
	background: url(images/TR.gif) no-repeat top right;
}
.roundbottom {
	background: url(images/BR.gif) no-repeat bottom right;
}
img.corner {
	width:10px;
	height:10px;
	border:none;
	display:block;
}
	#mainitemL {
		margin-left:10px;
		margin-right:2px;
		margin-bottom:2px;
		padding:10px;
		float:left;
		width:438px;
		height:199px; /* 1 less than half of mainitemR*/
		text-align:left;
		border: 1px solid white;
		background-color:black;
	}
	#mainitemR {
		border: 1px solid white;
		margin-bottom:2px;
		margin-right:10px;
		padding:10px;
		float:right;
		width:240px;
		height:422px;
		text-align:left;	
		background-color:black;		
	}
	#contactDetails{
		margin-left:10px;
		margin-right:2px;
		margin-bottom:2px;
		padding:10px;
		float:left;
		width:338px; 
		height:300px; 
		text-align:left;
		border: 1px solid white;
		background-color:black;
	}
	#contactForm{
		margin-left:1px;
		margin-right:2px;
		margin-bottom:2px;
		padding:10px;
		float:left;
		width:345px;
		height:300px; 
		text-align:left;
		border: 1px solid white;
		background-color:black;
	}
	#emanagement{
		margin-left:10px;
		margin-right:2px;
		margin-bottom:2px;
		padding:10px;
		float:left;
		width:680px;
		height:300px; 
		text-align:left;
		border: 1px solid white;
		background-color:black;
	}
#columnwrap {
	width:757px;
}
#columns {
	padding:10px;
	float:left;
	text-align:left;
	width:222px;
	height:50px;
	margin-left:5px;
	margin-right:5px;
	background-color:rgb(100,100,100);
}
#footer {
	position:relative;
	clear:both;
	bottom:0;
	height:40px;
	width:100%;
	background-color:black;
	text-align:center;
	font-size:9px;
}