body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center; /* Kludge to get IE to properly center the site on the page.*/
}

img {
	border: 0;
}

br.clear {
	clear: both;
	padding-bottom: 5px;
}

div#page {
	width: 760px;
	text-align: left; /* Sets the align back to default, after IE site centering kludge sets to center*/
	margin: auto;
}

div#headersection {
	background-image:  url(../images/header.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 760px;
  height: 126px;
  margin-bottom: 5px;
}

p.pricelist {
	padding-top: 15px;
	clear: both;
}

div#speciallede {
	text-align: center;
	color: #ff0000;
}

div#item {
	float: left;
	font-size: .9em;
}

div#price {
	float: right;
	font-size: .9em;
}

div#special {
	text-align: center;
}

div#agentname {
	text-align: left;
	color: #ff0000;
}

div#companyname {
	text-align: left;
	color: #0000ff;
}

div#mainsection {
	float: left;
	margin-left: 7px;
}

div#mainoutlinetop {
	height: 6px;
	width: 579px;
	background-image:  url(../images/main_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
}

div#mainoutlinemiddle {
	width: 579px;
	background-image:  url(../images/main_middle.gif);
  background-position: top left;
  background-repeat: repeat-y;
  margin: 0;
}

div#mainoutlinebottom {
	height: 10px;
	width: 579px;
	background-image:  url(../images/main_bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  margin: 0;
}

div#maincontent {
	padding: 1px 15px 15px 15px;
}

div#maincontent h1 {
	font-size: 125%;
	padding: 0;
	margin: 0;
}

div#maincontent p {
	padding: 0;
	margin-top: 3px;
}

div#navsection {
	float: left;
}

div#navoutlinetop {
	width: 174px;
	height: 6px;
	background-image:  url(../images/nav_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
}

div#navoutlinemiddle {
	width: 174px;
	background-image:  url(../images/nav_middle.gif);
  background-position: top left;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

div#navoutlinebottom {
	width: 174px;
	height: 10px;
	background-image:  url(../images/nav_bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  margin: 0;
}

div#navcontent {
	padding: 1px 0 0 5px;
	margin: 0;
	
}

div#footer {
	width: 761px;
	height: 40px;
	background-image: url(../images/footer_outline.gif);
  /* background-position: top left; */
  background-repeat: no-repeat;
  padding: 5px;
}

div#footer p {
	margin-top: 15px;
	font-size: 8pt;
	text-align: center;
}

div#navcontent ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-size: 10pt;
	margin-top: 3px;
}

div#navcontent ul li {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	width: 165px;
	height: 27px;
	margin-bottom: 5px;
}

div#navcontent ul li#selected {
	background-image: url(../images/button_selected.gif);
	background-repeat: no-repeat;
}

div#navcontent ul li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 0 0 5px;
	width: 155px;
}

img#specialoffer {
	margin: -5px 0 0 55px;
}

dt {
	font-weight: bold;
}

