	* {
		margin: 0px;
		padding: 0px;
	}
	body {
		background: #000;
	}
	#wrapper {
		width: 760px;
		margin: 0 auto;
	}
	h1 {
		background: url(images/header_n_f.jpg);
		height: 64px;
		width: 760px;
		text-indent: -9999em;
	}
	#navigation {
		list-style-type:none;
		color: #FFF;
		margin: 0 0 0 15px;
		width: 100px;
		float:left;
	}
	#navigation li {
		text-indent: -9999em;
		float:left;
		clear:both;
	}
	#navigation li a {
		float: left;
		width: 100px;
	}
	#navigation li a:hover {
		background-position:right;
	}

	#aboutus a {
		background: url(images/aboutus_back.gif);
		height: 28px;
	}
	#aboutus_sel a {
		background: url(images/aboutus_back.gif);
		height: 28px;
		background-position:right;
	}

	#services a {
		background: url(images/core_principles_back.gif);
		height: 30px;
	}
	#services_sel a {
		background: url(images/core_principles_back.gif);
		height: 30px;
		background-position:right;
	}

	#clients a {
		background: url(images/clients_back.gif);
		height: 30px;
	}
	#clients_sel a {
		background: url(images/clients_back.gif);
		height: 30px;
		background-position:right;
	}

	#contactus a {
		background: url(images/contactus_back.gif);
		height: 29px;
	}
	#contactus_sel a {
		background: url(images/contactus_back.gif);
		height: 29px;
		background-position:right;
	}
	#home a {
		background: url(images/home_back.gif);
		height: 30px;
	}
	#flash {
		/*background: url(images/front_test.jpg);*/
		height: 135px;
		width: 558px;
		margin: 25px 0 50px 144px;
	}
	#footer {
		width: 760px;
		background: url(images/footer_backpage.gif) no-repeat;
		margin: 0 auto;
		clear:both;
		height: 75px;
	}
	#footer_text {
		margin: 25px 15px 0 0;
		float:right;
	}
	#footer p {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #c5c5c5;
	}
	#footer ul {
		list-style-type:none;
		float:left;
		color:#c5c5c5;
		font-size: 10px;
		padding: 25px 0 0 10px;
	}
	#footer li {
		float: left;
		padding: 0 0 0 5px;
	}
	#footer li a{
		color: #c5c5c5;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	#footer li a:hover{
		text-decoration:underline;
	}