/* CSS Document */

	
/************** page div styles *****************/
#maincell{
	position: absolute;
	left: 50%;
	margin-left: -404px;
	width: 809px;
	background-image: url(images/long-backgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}

#linkscell {
	width:258px;
	background-image: url(images/links.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #00274c;
	height: auto;
	float: left;
		
	}
	
#intcontent {
	width: 550px;
	height:auto;
	_height:450px;
	min-height:450px;
	background-color: #ffffff;
	background-image: url(images/init-bckgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1.4em;
	position:relative;
	float:right;
	}
	
#intcontent .about{
	background-image:url(images/abtbdkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#intcontent .services{
	background-image:url(images/init-bckgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#intcontent .contact{
	background-image:url(images/tractorbclgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#intcontent .team{
	background-image:url(images/init-bckgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
/************** main text styles *****************/

.int {
	padding: 15px;
	
	}
.intul {
	line-height:normal;
	list-style:square;
	margin-left: 60px;
	font-size:	 90%;
	}
.ilg {
	font-size:120%;
	font-style: italic;
	font-weight: bold;
	}