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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}

body{
	background-color:#000000;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding: 0px 5px 0px 5px;
	font-family:Verdana;
	font-size:12px;
	line-height:24px;
	color:#282828;
}

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

h1 {
	padding: 0px 5px 0px 5px;
	font-family:Verdana;
	font-size:20px;
	line-height:24px;
	color:#282828;
}
h2 {
	padding: 0px 5px 0px 5px;
	font-family:Verdana;
	font-size:16px;
	line-height:20px;
	color:#282828;
}
h3 {
	padding: 0px 5px 0px 5px;
	font-family:Verdana;
	font-size:14px;
	line-height:18px;
	color:#282828;
}

ol, ul {
	padding-left:20px;
	margin-left:25px;
	font-family:Verdana;
	font-size:12px;
	line-height:24px;
	color:#282828;
}
table {
	font-family:Verdana;
	font-size:12px;
	line-height:24px;
	color:#282828;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	color:#828282;
}


/* HEADER */

#header_wrapper {
	width:990px;
	margin:0 auto;
}



/* CONTENT */

#content_wrapper {
	width:964px;
	margin:0px 7px 0px 9px;
	padding:5px;
	background-color:#FFFFFF;
}
#left_image {
	float:left;
	width:260px;
}
#right_content {
	float:right;
	width:700px;
}



/* FOOTER */

#footer_wrapper {
	width:990px;
	padding:5px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	background-image:url(images/footer_bg.jpg);
	font-family:Verdana;
	font-size:11px;
	line-height:14px;
	color:#0D0D0D;
	text-align:center;
}

#footer_wrapper a {
	color:#0D0D0D;
	text-decoration:none;
}
#footer_wrapper a:hover {
	text-decoration:underline;
}



/* FLASH */

#pest_gallery {
	height:400px;
	width:550px;
}
 
 
 
/* PROMOTION LINKS */
 
a.promotion_link {
	color:#D95200;
	text-decoration:none;
}
a.promotion_link:hover {
	text-decoration:underline;
}