/*  Professional Pest solutions*/

body {
	background-color:#F0BD34;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:2px;
	}

a {
	text-decoration:none;
	color:#BC8C0E;
	}
a:hover {
	text-decoration:underline;
	}

#wrap {
	margin:0 auto;
	width:740px;
	background:#ffffff;
	font-size:1.20em;
	border:1px solid #ffffff;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;

	}
#head {
	height:150px;
	background:url(images/bg-header.jpg) no-repeat;
	}
	#topimage {
	height:100px;
	background:url(images/topimage.jpg) no-repeat;
	}
#menu {
	height:30px;
	line-height:30px;
	background:#F0BD34;
	padding:0 0px;
	}
#main {
    margin-top:15px;
	width:500px;
	float:left;
	}
	#contentabout {
    margin-top:15px;
	width:720px;
	float:left;
	}
	#contentright {
    margin-top:15px;
	width:220px;
	float:right;
	padding-left:15px;
	border-left: 1px solid #F0BD34;
	}
#footer {
	clear:both;
	height:25px;
	background:url(images/bg-footer.jpg) no-repeat;
	color:#FFFFFF;
	padding-left:15px;
	padding-top: 5px;
	}
	
	#footer a {
    clear:both;
	height:25px;
	color:#FFFFFF;
	padding-left:15px;
	text-decoration:underline;
	}
	#footer a:hover {
    clear:both;
	height:25px;
	background:url(images/bg-footer.jpg) no-repeat;
	color:#FEFDCD;
	padding-left:15px;
	text-decoration:underline;
	}

.mainentry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.maintitle {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#BC8C0E;
	}
	
#menu ul {
	list-style-type:none;
	float:right;
	}
#menu li {
	float:right;
	width:144px;
	text-align:center;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	border-left:1px solid #ffffff;
	}
	#menu li a:hover {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	text-decoration:underline;
	}
	
h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}