* {margin:0; padding:0}
body
{ 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 background-color: #FFFFFF;
}
body.main
{
background-color:#3266CC;
 background-position: bottom;
 background-image: url(cssImages/bodyBack2.jpg);
 background-repeat: repeat-x;
  padding: 0px 0px 5px 0px;

}
#container
{
 border-style: solid solid none solid;
 border-width: 1px;
 border-color: #4B78D2;
 width: 890px;
 margin: auto;
 min-height: 400px;
 background-color: #FFFFFF;
 padding: 5px;
}
#pageHome
{
 min-height: 400px; 
 background-position: left bottom;
 background-image: url('../Images/General/gull_small.jpg');
 background-repeat: no-repeat;
}
#pagePestControl
{
 min-height: 400px; 
 background-position: left bottom;
 background-image: url('../Images/General/brownrat_small.jpg');
 background-repeat: no-repeat;
}
#pageTraining
{
 min-height: 400px; 
 background-position: left bottom;
 background-image: url('../Images/General/training_small.jpg');
 background-repeat: no-repeat;
}
#pageOtherServices
{
 min-height: 400px; 
 background-position: left bottom;
 background-image: url('../Images/General/training_small.jpg');
 background-repeat: no-repeat;
}
#pageContactUs
{
 min-height: 400px; 
 background-position: left bottom;
 background-image: url('../Images/General/training_small.jpg');
 background-repeat: no-repeat;
}
#header
{
 margin: auto;
 background-position: left;
 width: 900px;
 background-image: url('cssImages/headerImg1.jpg');
 height: 141px;
 background-repeat: no-repeat;
  border: solid 1px #4B78D2;
}
#menu
{
 border-style: solid;
 border-color: #323539;
 width: 900px;
 margin: auto;
 height: 26px;
 background-color: #323539;
 border-right-width: 1px;
 border-left-width: 1px;
}
#helpdesk
{
 position: relative;
 height: 54px;
 width: 181px;
 top: 79px;
 left: 7px;
 color: #000000;
 font-size: 2em;
}
#Services
{
	border: 1px dotted #CCCCCC;
	position: relative;
	height: 30px;
	left: 548px;
	height: 18px;
	width: 343px;
	top: 60px;
	color: #FFFFFF;
	list-style-type: circle;
	list-style-position: inside;
	margin:2px;
	text-align:center;
	font-size: 1.2em;
}
#PageContainer
{
 background-position: bottom;
 background-image: url(cssImages/headerBack.jpg);
 background-repeat: repeat-x;
 height:100%
}
#footer
{
 width: 898px;
 margin: auto;
 height: 26px;
 background-color: #3266CC;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-right-color: #FFFFFF;
 border-bottom-color: #FFFFFF;
 border-left-color: #FFFFFF;
 color:#FFFFFF;
 font-size:0.8em;
 text-align:center;
 margin-bottom:5px
}
.Column
{
 padding:5px;
 
}
#logos
{
 text-align: center; 
 background-color: #FFFFFF; 
 width: 900px; 
 margin: auto;
 border-style: none solid none solid; 
 border-width: 1px; border-color: #4B78D2;
}
#logos .a
{
 margin-right:50px;
}
#login
{
 margin-top:50px;
 margin-left:auto;
 margin-right:auto;
 width:300px;
 border: solid 2px #3266CC;
}