	body
	{
		margin: 0;
		padding: 0;
		font: 80% arial, helvetica, sans-serif;
		background: #1B62A1;
		color: #000;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 800px;
		background: url(images/home/background.gif) repeat-y;
	}
	
	#nav
	{
		float: left;
		width: 284px;
		display: inline;
		/*margin-left: 25px;*/
		padding: 0 0 0 20px;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}
	
	#nav li
	{
		background: url(images/home/bullet.gif) no-repeat 0 50%;
		padding: 0 0 5px 25px;
		margin: .2em 0;
		font-weight:bold;
	}
	
	#content
	{
		float: left;
		width: 494px;
		/*margin-left: 45px;*/
		/*padding: 15px 0;*/
	}
	
	#footer
	{
		clear: both;
		background: #1B62A1;
		color: #000;
	}
	
  #nav h2,h3 
	{
    font-stretch: ultra-condensed;
font-weight: normal;
color: #1B62A1;} 

.home a:img {background: url("images/home/home_off.gif") no-repeat;}
.home a:active img {background: url("images/home/home_act.gif") no-repeat;}
.home a:hover img {background: url("images/home/home_on.gif") no-repeat;}


a#contacts img {background: url("images/home/contacts_off.gif") no-repeat;}
a#contacts:hover img {background: url("images/home/contacts_on.gif") no-repeat;}
a#contacts:active img {background: url("images/home/contacts_act.gif") no-repeat;}

a#about img {background: url("images/home/about_off.jpg") no-repeat;}
a#about:hover img {background: url("images/home/about_on.jpg") no-repeat;}


a#services img {background: url("images/home/services_off.jpg") no-repeat;}
a#services:hover img {background: url("images/home/services_on.jpg") no-repeat;}


a#staff img {background: url("images/home/staff_off.jpg") no-repeat;}
a#staff:hover img {background: url("images/home/staff_on.jpg") no-repeat;}


a#clients img {background: url("images/home/clients_off.jpg") no-repeat;}
a#clients:hover img {background: url("images/home/clients_on.jpg") no-repeat;}


a#links img {background: url("images/home/links_off.jpg") no-repeat;}
a#links:hover img {background: url("images/home/links_on.jpg") no-repeat;}
