    body {
     font-family: verdana;
     font-size: 9pt;
     background-color: #9f9f9f;
     margin: 0;
     padding: 0;
    }

    div#topcontainer {
    	width: 100%;
	     background-color: #eee;
	     background-image: url(images/prb_bg.gif);
	     background-repeat: repeat-x;
	     margin: 0;
	     padding: 0;

    }

    div#container {
    	width: 773px;
    	margin: 0 auto;
    	margin-top: 0px;
    	padding: 0;
    }

	div#toprail_left, div#topmain, div#toprail_right {
		float: left;
	}

	div#maincontent {
		clear: left;
		float: left;
		width: 773px;
		background-image: url(images/prb_bg_19.gif);
		background-repeat: repeat-y;
		padding-left: 36px;
		padding-right: 32px;
	}

	div#maincontent_container {
		width: 100%;
		background-image: url(images/prb_mainpage_bg.jpg);
		background-repeat: no-repeat;
	}

	div#contentleft {
		float: left;
		width: 205px;
		padding-top: 32px;
	}

	div#contentright {
		float: left;
		padding-top: 32px;
		padding-left: 32px;
		padding-right: 48px;
		width: 400px;
	}


	div#bottom {
		text-align: center;
		padding-bottom: 45px;
	}


	h2 {
	      font-family: Palatino Linotype, helvetica;
	      font-size: 17px;
	 	 color: #9d9d9d;
	 	 letter-spacing: 0.01em;
	 	text-transform: uppercase;
	 	margin-top: 0;
	 	padding-top: 0;
	}
	
	p {
		font-family: verdana, helvetica;
		font-size: 12px;
		line-height: 1.5em;
		margin-bottom: 16px;
	}
	
	blockquote {
	  padding: 0;
	  margin: 0 4px;
	  background: transparent url(images/quotes_left.gif) left top no-repeat;
	}
	blockquote div {
	  padding: 0 25px;
	  background: transparent url(images/quotes_right.gif) right bottom no-repeat;
	  
	  font-family: Palatino Linotype, times;
	  font-size: 14pt;
	  font-weight: bold;
	  line-height: 1.4em;
	  font-style: italic;
	  color: #9d9d9d;
	}

	p.author {
	  padding-top: 0;
	  margin-top: 8px;
	  font-family: verdana;
	  font-size: 10px;
	  color: #d7b30d;
	  font-style: italic;
	  font-weight: bold;
	  padding-left: 30px;
	}
	
	ul li {
	  margin-bottom: 4px;
	  line-height: 1.2em;
	  color: #7f7f7f;
	  font-style: italic;
	}
	
	span.phonenum {
	  font-weight: bold;
	  letter-spacing: 1px;
	  color: #7f7f7f;
	}