/* .box div holds the bottom image */


  .box {
	background: url(../images/boxBottom.jpg);



    background-repeat: no-repeat
    background-attachment: scroll left bottom;
	background-position: left bottom;
	margin-bottom: 10px;
	width: 730px;
	border: medium solid #0000CC;
	height: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
 }

 /*  this is the title h3 tag and contains the background
     image for the title	*/

  .box h3 {

    background: url(../images/box.jpg) repeat scroll 0 0;
    color: #000;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 15px;
  
 }

 /* The paragraph tag contains the side borders mark-up */

 .box p {

    background: #ffffff none repeat scroll 0 0;
    border-color: #FFFFFF;
    border-width: 0 1px;
    border-style: solid;
    color: #444444;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0;
    padding: 15px 14px 0;
    width: 650px;
 }
  
