/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/bg.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
}
#wrapper {
	width: 932px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
 width: 932px;
 color: #333;
 background-image: url(../images/halliday_02.png);
 background-repeat: no-repeat;
 height: 346px;
}
#header-services {
	width: 932px;
	color: #333;
	background-image: url(../images/halliday-header04_02.png);
	background-repeat: no-repeat;
	height: 346px;
}
#header-equipment {
	width: 932px;
	color: #333;
	background-image: url(../images/halliday-header01_02.png);
	background-repeat: no-repeat;
	height: 346px;
}
#header-places {
	width: 932px;
	color: #333;
	background-image: url(../images/halliday-header02_02_02.png);
	background-repeat: no-repeat;
	height: 346px;
}
img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.img {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content {
	width: 932px;
	color: #333;
	margin: 0px 0px 0px 0px;
	height: auto;
	background-image: url(../images/halliday_04.png);
	background-repeat: repeat;
	float:left;
}
#footer {
	width: 932px;
	height:115px;
	color: #333;
	background-image: url(../images/halliday_05.png);
	background-repeat: no-repeat;
	clear:both;
}
#bodytxt{
	font-family: calibri;
	font-size: 13px;
	font-weight: normal;
	color: #6b6b6b;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	height:auto;
	float:left;
}
#bodytxt h1{
	font-family: calibri;
	font-size: 26px;
	color: #333;
	font-style: italic;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

#headertxt{
	height: 250px;
	width: 415px;
	float: right;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: calibri;
	font-size: 17px;
	color: #FFF;
	font-style: italic;
}
#headertxt a{
	font-family: calibri;
	font-size: 17px;
	color: #FFF;
	font-style: italic;
}
#headertxt h1{
	font-family: calibri;
	font-size: 26px;
	color: #FFF;

}

#footermenu {
	padding-top: 10px;
	color: #666;
}


#leftcolumn { 

 background: #FFF;
 height: auto;
 width: 50%;
 float: left;
}
#rightcolumn { 
 float: right;

 background: #FFF;
 height: auto;
 width: 50%;
 display: inline;
 position: relative;
}
ul{
	list-style-position: inside;
}
a{
	color: #666;
}