body {
	font-family: Verdana,  Arial, "Trebuchet MS";
	font-size:11pt;
	padding:0;
	margin:0;
	background-image:url(images/gr.gif);
	background-repeat:repeat-x;
	color:#666666;
	}
	
h1{
	text-align:center;
	}

h1#logo {
	font-family:"Trebuchet MS";
	color:#000000;
	font-style:italic;
	text-shadow: 2px 2px 2px #888;
	}

h4 {
	margin-top:0;
	}
	
h2 {
	margin-top:0;
	}
	
h3 {
	margin-bottom:5px;
	margin-top:0;
	}
	
p {
	margin-bottom:0;
	margin-top:5px;
	}

	
div#container {
	width:900px;
	margin:0 auto;
	}
	
div#header {
	margin-bottom:50px;
	text-align:center;
	background-image:url(images/prism_logo.gif);
	height:80px;
	padding-top:50px;
	background-repeat:no-repeat;
	background-position:left center;

	}
	
div#footer	{
	background-color:#FF9900;
	border-top:1px solid black;
	text-align:center;
	height:80px;
	text-shadow: 2px 2px 2px #888;
	}
	
div#header>img{
	float:left;
	}
	
div#sub-header {
	clear:both;
	}

div#header h1 {
 	display:inline;
	margin-top:20px;
	}
	
div#left {
	width:50%;
	float:left;
	}
	
div#right{
	width:50%;
	float:left;
	text-align:right;
	font-size:10pt;
	}
	
div#right a{
	text-decoration:none;
	color:#666666;
	}
	
div#right a:hover{
	color:#990000;
	}
	
div#body {
	clear:both;
	
	}
	
div.product {
	clear:both;
	margin-bottom:80px;
	border-bottom:1px solid #FF9900;
	padding:20px;
	}
	
div.product img  {
	float:left;
	}

div.product div {
	padding-left:170px;
	}

ul {
	list-style-type:none;
	padding:10px;
	}

ul li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	}
	
p.desc {
	font-size:10pt;
	width:50%;
	float:left;
	}
	
p.ing {
	font-size:10pt;
	padding-left:400px;
	}
	
p.small {
	font-size:10px;
	font-style:italic;
	text-align:right;
	}
dt {
	float:left;
	margin-left:40px;
	}
	
dd {
	padding-left:480px;
	}

dl {
	margin:0;
	font-size:10pt;
	}
	

