
	/*	MARK-UP	*/
	
	body {
		margin: 0px;
		padding: 0px;
		background: #777777;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 18px;
		text-align: center;
		color: #2d2d2d;
	}
	h1, h2, p, ul, li {
		margin: 0px;
		padding: 0px;
	}
	ul, li {
		list-style-type: none;
	}
	
	/*	IDs	*/
	
	#wrapper {
		width: 715px;
		margin: 20px auto 20px auto;
		padding-top: 100px;
		text-align: left;
		background: url('../img/bg_main.gif') no-repeat top left;
	}
	#content {
		width: 675px;
		Xborder:1px solid red;
		margin: 0px 20px 0px 20px;
		position: relative;
		padding-bottom: 50px;
	}
	#menu {
		width: 254px;
		height: 415px;
		background: url('../img/bg_nav.gif') no-repeat top right;
		position: absolute;
		left: 13px;
		top: 0px;
		text-align: right;
	}
	#menu li {
		font-size: 10px;
		font-weight: bold;
		color: #9e2921;
		margin: 0px;
		padding: 0px;
	}
	#menu li a {
		color: #2d2d2d;
		text-decoration: none;
	}
	#menu li a:hover {
		color: #9e2921;
		text-decoration: none;
	}
	#li_home {			
		position: absolute;
		top: 6px;
		right: 8px;
	}
	#li_services {			
		position: absolute;
		top: 54px;
		right: 8px;
	}
	#li_contacts {			
		position: absolute;
		top: 106px;
		right: 8px;
	}
	#text {
		margin: 15px 15px 0px 303px;			
	}
	#text p {
		margin: 20px 20px 20px 2px;
		font-size: 11px;
		line-height: 18px;
		font-weight: normal;
	}
	#text h1 {
		margin: 0px 0px 30px 0px;
		font-size: 26px;
		font-weight: normal;
		color: #9e2921;
	}
	#text h2 {
		margin: 10px 0px -10px 0px;
		font-size: 12px;
		font-weight: bold;
		color: #2d2d2d;
	}
	h2#companyName {
		margin: 20px 0px 0px 0px;
		padding-top: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #2d2d2d;
	}
	#text h3 {
		margin: 2px 0px -10px 0px;
		font-size: 11px;
		font-weight: bold;
		color: #2d2d2d;
	}
	#text ul {
		margin: -5px 0px 20px 10px;
	}
	#banner24 {
		display: block;
		margin: 30px 0px -10px 2px;
	}
	#img_24hr_van {
		display: block;
		margin: 50px 0px 0px 300px;
	}
	#footer {
		width: 715px;
		height: 55px;
		background: url('../img/bg_bottom.gif') no-repeat bottom left;
		margin-top: 0px;
		position: relative;
	}
	#footer h2 {
		width: 350px;
		position: absolute;
		top: -17px;
		left: 323px;
		font-size: 10px;
		color: #9e2921;
	}
	#footer address {
		display: block;			
		font-size: 9px;
		color: #e0e0e0;
		position: absolute;
		top: 8px;
		left: 330px;
		font-style: normal;
	}
	#img_bathroom {
		position: absolute;
		bottom: -44px;
		left: -13px;
		z-index: 10;
	}
	#contactAddress {
		margin: 60px 10px 20px 10px;
		font-weight: bold;
		font-style: normal;
	}
	#contactAddress a {
		color: #9e2921;
		text-decoration: none;
	}
	#contactAddress a:hover {
		color: #2d2d2d;
		text-decoration: underline;
	}
	
	
	/*	CLASSES	*/
	
	.home {
		background: url('../img/bg_content_van.jpg') no-repeat 10px bottom;
		height: 450px;
	}
	.services {
		height: 470px;
	}
	.contacts {
		height: 470px;
	}