@charset "utf-8";
/* CSS Document */

	body,
	html {
		margin:0px;
		padding:0px;
	}

	
	#topbar {
		width:100%;
		height:5px;
		background:#009ddb;
	}
	
	#wrap {
		background:#ffffff;
		width:900px;
		height:800px;
	}
	
	#logo {
		background:url(Images/logo.jpg);
		background-repeat:no-repeat;
		width:900px;
		height:96px;
		float:left;
	}
	
	#mainimage {
		width:900px;
		height:300px;
		float:left;
	}
	
	hr{
		color:#009ddb;
		width:100%;
		height:2px;
		float:left;
	}
	
	#welcome {
		width:280px;
		height:300px;
		padding-right:20px;
		float:left;
	}
	
	#services {
		
		width:280px;
		height:300px;
		padding-right:20px;
		padding-left:20px;
		float:left;
	}
	
	#contact {
		
		width:260px;
		height:300px;
		padding-left:20px;
		float:left;
	}
	
	
	.header {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009DDB;
	text-decoration: none;
}
	.maincopy {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
	a {
	color: #009DDB;
	text-decoration: none;
}

	a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	a:visited {
		color:#CCC;
		text-decoration:none;
	}
