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


	/*__________________________________________SERVICES PAGE_____________________________________________*/
		
	body {
		}
		
	#wrapper {
		width: 655px;
		height: auto;
		margin: 0px auto;
		margin-top:150px;
		}
		
	#servicestopborder {
		width: 655px;
		height: 15px;
		background-image:url(images/box2_03.gif);
		background-repeat:no-repeat;
		}
		
	#servicespixel {
		background-image:url(images/box2_06.gif); /*I need a conditional style sheet for IE6*/
		background-repeat:repeat-y;
		margin-top: 0px;
		margin-bottom: 0px;
		height:360px;
		width: 655px;
		min-height:300px;
		}
		
	#servicestitle {
		margin-left:15px;
		}
		
	#servicescontent {
		height:350px;
		margin-left:10px;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 655px;
		}
		
	#servicesleft {	
		width: 100px;
		height: 350px;
		float:left;
		margin-left:15px;
		margin-top:20px;
		}

		
	#servicesright {
		width: 460px;
		height: 350px;
		float: left;
		margin-left: 30px;
		margin-top:30px;
		background-image:url(images/services_calibri.gif);
		background-repeat:no-repeat;

		}
		
	#left h2 {
		margin-left: 30px;
		}
		
	#right h2 {
		margin-left: 30px;
		}
		
	#left {
		width:220px;
		height:290px;
		float:left;
		line-height:20px;
	}
	
	#right {
		width:220px;
		height:290px;
		float:left;
		line-height:20px;
	}
		
	
		
	#servicesbottomborder {
		width: 655px;
		height: 16px;
		background-image:url(images/box2_08.gif);
		background-repeat:no-repeat;
		
		}
	
