body{
	padding:5px;
}

p{
	display: block;
	
	padding-top: 10px;
	padding-bottom: 10px;
}

#header{
	position: absolute;
	left: 330px;
	top: 42px;
}

#header a{
	font-family: arial;
	font-size: 75%;
	
	text-decoration: none;
	color: white;
	
	padding-left: 25px;
}

#header a:hover{
	color: #EEEEEE;
	
	text-decoration: underline;
}

#antspecialist{
	position:absolute;
	top:11px;
	left:400px;
}

#phone{
	font-family: arial;
	font-size: 90%;
	font-weight: bold;
	
	position:absolute;
	top:15px;
	left:850px;
}

#pestmenu{
	display: none;

	padding: 5px;

	background-color: #e4e4e4;
	border: solid #898989 1px;;

	width: 150px;
	height: 70px;

	position:absolute;
	top:22px;
	left:65px;
}

#pestmenu a{
	padding: 0px;
	
	font-family: arial;
	font-size: 75%;
	
	text-decoration: none;
	color: #db1f27;
}

#pestmenu a:hover{
	color: #000000;
	
	text-decoration: underline;
}

#pestmenu_hotspot{

	width: 168px;
	height: 84px;

	position:absolute;
	top:22px;
	left:86px;
}

#sidebar{
	padding: 10px;
	line-height: 90%;
}

#sidebar a{
	display: block;
	line-height: 150%;

	font-family: arial;
	font-size: 75%;
	
	text-decoration: none;
	color: white;
}

#sidebar a:hover{
	color: #EEEEEE;
	
	text-decoration: underline;
}

#giantant{
	position:absolute;
	top:580px;
	left:550px;
}

#footer{
	position: absolute;
	left: 740px;
	top: 685px;
}

#footer a{
	font-family: arial;
	font-size: 70%;
	
	text-decoration: none;
	color: black;
}

#footer a:hover{
	color: #333333;
	
	text-decoration: underline;
}

#badge{
	position: relative;
	left: 15px;
	top: 120px;
}

.main{
	font-family: arial;
	font-size: 90%;

	padding-left:15px;
	padding-right:15px;
}

.main h1{
	font-size: 250%;
	font-weight: bold;

	text-align: center;
	color: #db1f27;
	
	padding-bottom: 20px;
}

.bold{
	font-weight: bold;
}

th{
	text-decoration: underline;
}