/* CSS Document 
Author: pentangled
Email:penn@pentangled.co.uk
www.pentangled.co.uk
(C) pentangled 2008*/

/* --- Print Style Sheet --- */

body {
	font:12pt/120% Georgia, serif;
	margin:0;
	padding:0; 
	color: #000;
	background-color:#fff;
	width:100%;
 	}
h1 {
	font-size: 14pt;
	text-decoration:underline;
	}
h2, h3, h4 {
	font-size: 13pt;
	margin:0;
	padding:0;
	text-align:left;
	}
p, ul, ol {
	font-size: 12pt;
	text-align: left;
	margin:10px 0;
	padding:0;
	}
ul.rules li {
	margin:0 0 0 30px; 
	}
ul.links {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;	
	}
.logo {
	display:none;
	}
.img-left {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #555;
	width:20%;
	height:20%;
	}
.img-right {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #555;
	width:20%;
	height:20%;
	}
.img-row {
	float:left;
 	}
.img-row img {
	margin-right:3px;
	border:1px solid #555;
	width:20%;
	height:20%;
	}
.img-row img.end {
	margin:0 0 0 3px;
	}
.cent {
	text-align:center;
	margin:0 auto;
	}
.cent img {
	margin:0 3px;
	border:1px solid #555;
	width:20%;
	height:20%;
	}
.clear {
	clear:both;
	}
.clear-left {
	clear:left;
	}
.clear-right {
	clear:right;
	}
table.pricelist {
	text-align:left;
	width:400px;
	margin:0;
	}	
table.pricelist td {
	line-height:100%;
	}
dl.prices {
	text-align:left;
	}
dl.prices dt {
	font-size:12pt;
	text-decoration: underline;
	padding:0;
	}
dl.prices dd {
	padding:0;
	margin:0;
	}
/*LAYOUT*/
#container {
	width:95%;
	margin: 0;
	}
#header {
	font-family:Tahoma, sans-serif;
	letter-spacing:1px;
	background-image:none;
 	background-color:#fff;
	color:#000;
	margin:0;
	}
#header dl.menu dd {
	display:none;
	}
#header dl.menu dt { 
	font-size:13pt;
 	line-height:130%;
	}		
#footer {
	clear:both;
	font-family:verdana, san-serif;
	font-size:9pt;
	color:#666;
	text-align:center;
	border-top: 1px dashed #666;
	}  
 #footer a {
 	text-decoration:none;
	color:#777;
	}
