* {
	margin: 0;
	padding:0;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin: auto;
	width: 970px;
	height: 585px;
}

#home #wrapper {
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#services #wrapper {
	background-image: url(images/services_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contact #wrapper {
	background-image: url(images/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#pricing #wrapper {
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#agentlogin #wrapper {
	background-image: url(images/clients.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#logins #wrapper {
	background-image: url(images/logins_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#forms #wrapper {
	background-image: url(images/forms_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#main_menu {
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 950px;
  height: 25px;
  /*
  border: 1px solid #CCCC00;*/
}

html>body #main_menu {
	padding-left: 5px;
}

#masthead {
  margin: 0px;
  padding: 0px;
/*  width: 950px;
  height: 200px;*/
  /*
  background-color: #FFFFFF;
  border: 1px solid #00CCFF;*/
}

/*hack so firefox displays properly*/
/*html>body #masthead {
	padding-left: 3px;
}*/

#content_wrapper {
	text-align: left;
}

#home #box-left {
	float: left;
	width: 285px;
	height: 200px;
	margin-left: 35px;
	border: 1px solid #4682B4;
}

#home #box-center {
	float: left;
	width: 285px;
	height: 200px;
	margin-left: 20px;
	border: 1px solid #4682B4;
}

#home #box-right {
	float: left;
	width: 285px;
	height: 200px;
	margin-left: 20px;
	border: 1px solid #4682B4;
}

#home #box-bottom {
	float: left;
	width: 900px;
	height: 100px;
	margin: 10px 0px 0px 35px;
	background-image: url(images/boxfade.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #4682B4;
}

.ghostbox1 {
	width: 440px;
	height: 80px;
	margin: 10px;
	float: left;
	border-right: 1px solid #777777;
}

.ghostbox2 {
	width: 400px;
	height: 80px;
	margin: 10px 10px 10px 5px;
	float: left;
	overflow: auto;
}

#home #content-right {
	float: right;
	width: 700px;
	height: 325px;
	overflow: auto;
	margin: 0px 20px 0px 0px;
}

#services #content-right {
	float: right;
	width: 500px;
	height: 325px;
	overflow: auto;
	margin: 0px 20px 0px 0px;
}

#contact #content-left {
	float: left;
	width: 275px;
	height: 325px;
	margin-left: 200px;
	text-align: left;
	overflow: auto;
}

#contact #content-right {
	float: right;
	width: 400px;
	height: 325px;
	overflow: auto;
	margin: 0px 20px 0px 0px;
}

#pricing #content-left {
	float: left;
	width: 400px;
	height: 325px;
	margin-left: 50px;
	text-align: left;
	overflow: auto;
}

#pricing #content-right {
	float: right;
	width: 400px;
	height: 325px;
	overflow: auto;
	margin: 0px 20px 0px 0px;
	padding-top: 100px;
}

#clients #content-left {
	float: left;
	width: 400px;
	height: 325px;
	margin-left: 25px;
	text-align: left;
	overflow: auto;
}

#agentlogin #content-left {
	float: left;
	width: 600px;
	height: 325px;
	margin-left: 25px;
	text-align: left;
	overflow: auto;
}

#logins #content-left {
	float: left;
	width: 250px;
	height: 325px;
	margin-left: 300px;
	text-align: left;
	overflow: auto;
}	

#logins #content-right {
	float: right;
	width: 300px;
	height: 325px;
	overflow: auto;
	margin: 0px 20px 0px 0px;
}

#forms #content-right {
	float: right;
	width: 600px;
	height: 325px;
	overflow: auto;
	margin: 0px 20px 0px 0px;
}

#footer {
	margin: auto;
	padding-left: 10px;
	width: 970px;
	text-align: left;
}

#footer img {
	float: right;
	margin-right: 10px;
}

.floater {
	float: right;
	margin-right: 10px;
}