h1.companyName {
	width: 351px;
	height: 101px;
	position: relative;
	}
	h1.companyName {
		background: url(images/logo.gif) no-repeat;
		width: 100%;
		height: 100%;
		text-indent:-9999px
	}


h2{
	font-family:GillSans, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:30px;
	font-weight:100;
	letter-spacing:1px;
}


p{
	font-family:GillSans, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:140%;

}

span.pinkLight{
color:#e2017b;
}


a:link{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#e2017b;
}

.clear{
clear:both;
}


body{
	margin: 0 auto;
	width: 760px;
	background-color:#000000;
}

#wrapper{
	width:760px;
	height:auto;
	background:url(images/background.gif) top right no-repeat;
	margin-top:50px;
	}
    
#header{
	width:351px;
	height: 150px;
	margin-top:20px;
	position:absolute;
}

#services{
	width: 300px;
	float:left;
	margin-top:200px;
}


ul.service1 {
	margin: 0;
	padding: 0;
	font-family:GillSans, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

ul.service1 li.item1 {
	margin: 0;
	padding: 0px 0px 10px 20px;
	list-style: none;
	background: url(images/orangeBullet.gif)no-repeat;
	}
	
	ul.service1 li.item2 {
	margin: 0;
	padding: 0px 0px 10px 20px;
	list-style: none;
	background: url(images/yellowBullet.gif)no-repeat;
	}
	
	ul.service1 li.item3 {
	margin: 0;
	padding: 0px 0px 10px 20px;
	list-style: none;
	background: url(images/greenBullet.gif)no-repeat;
	}
	
	ul.service1 li.item4 {
	margin: 0;
	padding: 0px 0px 10px 20px;
	list-style: none;
	background: url(images/blueBullet.gif)no-repeat;
	}
	
	ul.service1 li.item5 {
	margin: 0;
	padding: 0px 0px 10px 20px;
	list-style: none;
	background: url(images/purpleBullet.gif)no-repeat;
	}
	
	ul.service1 li.item6 {
	margin: 0;
	padding: 0px 0px 10px 20px;
	list-style: none;
	background: url(images/redBullet.gif)no-repeat;
	}

        
        
#contact{
	width: 460px;
	height:200px;
	float: right;
	padding-top:110px;
	margin-top:200px;
}
