/* pei_style.css - 2007 style sheet Packaging Enterprises Inc*/


body  {
       background: #c0c0c0;
       margin: 0;
       font-family:"Arial";
       font-size:"10pt";
       font-variant:"small-caps";

		}

/*the following will limit the page to a section of the screen*/
#container {
            position: relative;
	    width: 850px; /* width + border for IE 5.x */
	    w\idth: 850px; /* real width */
	    border: solid #036;
	    border-width: 0 0px;
	    margin: auto;
            background-image: url(backgrounds/diamonds.jpg);/*background image for center*/

		}

table   {
         font-size:"11pt";
         font-variant:"small-caps";
}

p       {
         margin-left:"1em";
         margin-right:"1em";

}

ul     {
        margin-left:"15em";

}

ul#spec     {
        margin-left:"5em";

}

address  {
         margin-left:"4em";
}

/*Heading adjustments*/
h1    {
       color:"#FF0000";

}

h2     {
        font-weight:"bold";
        font-size:"14pt";
        color:"#6666FF";

}

h3      {
         font-weight:"bold";
         font-size:"14pt";
         color:"#FF0000";

}