@charset "utf-8";
/* CSS Document */

	*{
		margin: 0px;
		padding: 0px;
	}
	body{
		background: #000 url(images/bg_repeat.jpg);
	}
	#wrapper h1 {
		background: url(images/header-home.jpg) no-repeat top left;
		width: 769px;
		height: 172px;
		text-indent: -9999em;
		margin: 75px 0 0 0;
		float: left;
	}
	#images {
		float: left;
		clear: both;
	}
	#lights {
		background: url(images/lights.png) repeat-x;
		height: 138px;
		position: absolute;
		z-index: 10;
		margin: 0 0 0 0;
		width: 100%;
	}
	#wrapper {
		width: 769px;
		margin: 0 auto;
		background: url(images/wrapper.png) repeat-y;
	}
	#inner-wrapper {
		margin: 0 0 0 9px;
	}
	#nav {
		list-style-type: none;
		width: 669px;
		height: 66px;
		background-color: #c03088;
		padding: 0 0 0 100px;
		clear: both;
	}
	#nav li a {
		float: left;
		text-indent: -9999em;
		height: 66px;
		margin: 0 20px 0 0;
	}
	#home a{
		background: url(images/nav-home.gif) no-repeat top left;
		float: left;
		width: 47px;
	}
	#gallery a{
		background: url(images/nav-gallery.gif) no-repeat top left;
		float: left;
		width: 57px;
	}
	#products a{
		background: url(images/nav-products.gif) no-repeat top left;
		float: left;
		width: 138px;
	}
	#faq a{
		background: url(images/nav-faq.gif) no-repeat top left;
		float: left;
		width: 36px;	
	}
	#contract a{
		background: url(images/nav-contract.gif) no-repeat top left;
		float: left;	
		width: 70px;
	}
	#contactus a{
		background: url(images/nav-contact.gif) no-repeat top left;
		float: left;	
		width: 88px;
	}
	#column1{
		width: 380px;
		float: left;
		margin: 0 9px 0 0;
	}
	#column2{
		width: 380px;
		float: left;
	}
	#contract-content {
		width:900px;
		margin: 0  auto;
		clear: both;
	}
	#contract-inner {
		margin-left: 59px;
	}