	
	
		body {
			background-color: #fff;
			color: #161616;
			text-align:center;
			border:0px;
			padding:0px;
			font-family: verdana, arial, helvetica;
		}
	
		/* centre the site */
		.container {
			position: relative;
			top: 0px; 
			width: 991px; 
			height: auto; 
			margin: 0 auto;
			text-align: left;
		}
		
		#footer {
			clear: both;
			position: relative;
			width: 991px; 
			height: auto; 
			margin: 0 auto;
			text-align: left;
		}
		/* HEADER STYLES */
		#header {
			position: relative;
			top: 0px; 
			width: 991px; 
			height: 122px;
			text-align: center;
		}
		
		#header #logo {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 105px;
		}
		
		#header #logo img {
			border: 0px;
		}
		
		#header #headerbanner {
			width: 468px;
			position: absolute;
			right: 0px;
			margin: 0 auto;
			text-align: left;
		}
		
		#header #headerbanner a, #header #headerbanner img {
			margin-top: 20px;
			border: 0px;
		}
		
		/* menu styles */
		#menulist {
			margin-left: 0px;
			padding-left: 0px;
			width: 991px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#menulist li {
			margin-left: 0px;
			padding-left: 0px;
			list-style: none;
			width: 141px;
			height: 31px;
			text-align: center;
			display: inline;
			
		}
		
		#menulist li a {
			color: black;
			display: block;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			width: 141px;
			height: 31px;
			padding-top: 8px;
			font-family: arial, helvetica;
			background-image: url(../images/menu_bg_main.gif);
			background-position: top left;
			background-repeat: no-repeat;
			float: left;
			text-align: center;
		}
		
		#menulist li.tab1 a { 
			background-image: url(../images/tab1.gif);
		}
		#menulist li.tab2 a { 
			background-image: url(../images/tab2.gif);
		}
		#menulist li.tab3 a { 
			background-image: url(../images/tab3.gif);
		}
		#menulist li.tab4 a { 
			background-image: url(../images/tab4.gif);
		}
		#menulist li.tab5 a { 
			background-image: url(../images/tab5.gif);
		}
		#menulist li.tab6 a { 
			background-image: url(../images/tab6.gif);
		}
		
		#menulist li.tab7 a { 
			background-image: url(../images/menu_bg_last.gif);
			width: 145px;
		}
		
		#menulist li a:hover {
			color: #fff;
		}
		
		/* end menu styles */
		
		/* breadcrumb trail navigation styles */		
		#breadcrumbtrail {
			margin-left: 0px;
			padding-left: 0px;
			margin-top: 0px;
		}
		
		#breadcrumbtrail li {
			display: inline;
			list-style: none;
			background-image: url(../images/pipe.gif);
			background-repeat: no-repeat;
			background-position: left;
			padding-left: 10px;
			font-size: 10px;
			font-weight: bold;	
			color: #838383;
		}
		
		#breadcrumbtrail li.first {
			background-image: none;
			padding-left: 0px;
		}
		
		#breadcrumbtrail li a {
			color: #838383;
			font-weight: bold;		
			text-decoration: none;
		}
		
		#breadcrumbtrail li a:hover {
			color: #ccc;
		}
		/* end breadcrumb trail styles */
		
		/* one column layout */
		#widecol {
			width: 960px;
		}
		
		/* general three column layout */
		#col1 {
			width: 147px;
			
			float: left;
		}
		
		#col2 {
			width: 661px;
			float: left;
			/* 
			border-right: 1px dotted #d0d0d0;
			border-left: 1px dotted #d0d0d0;
			*/
		}
		
		#col3 {
			width: 140px;
			text-align: center;
			float: right;
		}
		
		#col1 p, #col2 p, #col3 p, #col1 div, #col2 div, #col3 div, #col1 li, #col2 li, #col3 li, #widecol p, #widecol div, #widecol li, td {
			
			font-size: 11px;
			color: #161616;
			
		} 
		
		#col1 p, #col1 div { margin: 0 5px 5px 0px; font-weight: lighter;}
		#col2 p, #col2 div, #col2 table { margin: 0 10px 10px 10px; line-height: 160%;}
		#col3 p, #col3 div { margin: 0 0px 5px 5px; }
		#widecol p, #widecol div { margin: 0 0px 10px 0px; line-height: 160%;}
		
		#col2 ul, #widecol ul {
			margin-top: 0px;
			list-style-image: url(../images/legendary_pink_dot.gif);	
		}
		
		#col2 li, #widecol li {
			line-height: 160%; 
			list-style-image: url(../images/legendary_pink_dot.gif);	
		}
		
		#col2 hr, #widecol hr { height: 1px; width: 80%; color: #161616; margin: 20px 10% 20px 10%; }
		/* end three column styles */
		
		/* text and other general appearance styles */
		
		/* pullboxes */
		.pullbox {
			text-align: center;
			font-weight: bold;
			width: 125px;
			padding: 5px;
		}
		
		.pullboxright {
			width: 125px;
			padding: 5px;
			text-align: center;
			margin-left:13px;
		}
		
		.pullbox img, .pullboxright img { margin: 5px auto; }

		.pullbox ul { text-align: left;	}
		
		.pullbox a, .pullboxright a {
			color: #818286;
			text-decoration: none;
		}
		
		/* pullbox header styles */
		.pullbox h1, .pullboxright h1 { font-size: 18px; margin: 0px;font-weight : lighter; font-family: georgia, "times new roman", times, serif; }
		.pullbox h2, .pullboxright h2 { font-size: 16px; margin: 0px;font-weight : lighter; font-family: georgia, "times new roman", times, serif; }
		.pullbox h3, .pullboxright h3 { font-size: 14px; margin: 0px;font-weight : lighter; font-family: georgia, "times new roman", times, serif; }
		.pullbox h4, .pullboxright h4 { font-size: 11px; margin: 0px;font-weight : lighter; font-family: georgia, "times new roman", times, serif; }
		
		/* generally used for styling the pullboxes */
		.cyan {	background-color: #f1faf9; }
		.pink {	background-color: #fef5f6; }
		.palegreen { background-color: #e6eeda; }
		.pinktext { color: #ec59a0; }
		.bluetext { color: #4f5ca0; }
		.pinktext { color: #deb5d5; }
		.serif { font-family: georgia, "times new roman", times, serif; }
		
		/* if we need to wrap text around an image and caption */
		#col2 .imageandcaptionright, #widecol .imageandcaptionright  {
			text-align: center;
			margin: 0px 10px 10px 10px;
			font-size: 10px;
			float: right;
			color: #161616;
		}
		
		#col2 .imageandcaptionleft, #widecol .imageandcaptionleft {
			text-align: center;
			margin: 0px 10px 10px 10px;
			font-size: 10px;
			float: left;
			color: #161616;
		}
		
		/* general header styles */
		h1 { font-size: 24px; margin: 0px 0px 0px 10px; font-weight : lighter;font-family: georgia, "times new roman", times, serif}
		h2 { font-size: 18px; margin: 0px 0px 0px 10px;font-weight : lighter; }
		h3 { font-size: 16px; margin: 0px 0px 0px 10px;font-weight : lighter; }
		h4 { font-size: 14px; margin: 0px 0px 0px 10px;font-weight : lighter; }
		
		#printemail {
			clear: both;
		}
		
		#printemail a {
			position: relative;
			font-weight: bold;
			text-decoration: none;
			color: #1788d1;
			vertical-align: top;
		}
		
		/* advert column */
		#col3 .adhead {
			font-size: 9px;
			text-transform: uppercase;
			text-align: center;
			width: 100%;
		}
		
		#col3 div.adverts {
			width: 100%;
		}	
		
		#col3 div.adverts div {
			text-align: center;
			width: 113px;
		}
		#col3 div.adverts a img {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		#col3 div.adverts a {
			display: block;
			margin-left: auto;
			margin-right: auto;
			
			margin-bottom: 5px;
		}
		
		/* footer styles */
		#footer { clear:left;}
		#footermenu {
			
			margin: 0px 0px 0px -38px;
			padding-left: 0px;
		}
		
		#footermenu li {
			display: inline;
			list-style: none;
			background-image: url(../images/pipe.gif);
			background-repeat: no-repeat;
			background-position: left;
			margin: 0px 0px 0px 0px;
			padding-left: 10px;
			font-size: 10px;	
			color: #161616;
		}
		
		#footermenu li.first {
			background-image: none;
			padding-left: 0px;
			margin-left: 0px;
		}
		
		#footermenu li a {
			color: #161616;
			text-decoration: none;
		}
		
		#footermenu li a:hover {
			text-decoration: underline;
		}
		
		#footer #copyright {
			position: absolute;
			right: 0px;
			top: 0px;
			font-size: 10px;
		}
		
		#footer > #copyright {
			top: 5px;
		}
		
		/* home page styles */
		
		/* main splash */
		#homepagesplash {
			width: 675px;
		}
		
		#homepagesplash img.mainimage {
			margin: 0px 0px 0px 10px;
			float: right;
		}
		
		#homepagesplash #splashtext {
			
			padding: 5px;
			line-height: 180%;
		}	
		
		#container #homepagesplash #splashtext h1, #homepagesplash #splashtext h2, #homepagesplash #splashtext h3, #homepagesplash #splashtext p {
			font-weight: lighter;
		}
		
		#homepagesplash #splashtext p {
			font-size: 12px;
		}
		
		#homepagesplash #splashtext h1 {
			text-align: justify;
			font-size: 28px;
			margin-top: 10px;
			line-height: 28px;
		}
		#homepagesplash #splashtext h2 {
			font-family: georgia, "times new roman", times, serif;
		}
		
		#homepagesplash #splashtext a {
			display: block;
			text-align: center;
			color: #161616;
			text-decoration: none;
			font-size: 14px;
		}
		
		#homepagesplash #splashtext a:hover {
			color: #666;
		}
		
		#homepagesplash form select {
			font-size: 11px;
			margin-bottom: 5px;
		}
		
		#homepagesplash form label {
		clear: left;
			width: 70px;
			text-align: right;
			float:left;
			margin-bottom: 5px;
			
		}
		
		/* end main splash */
		
		/* highlights strapline */
		#strap {
			width: 675px;
			background-color: #eccac0;
		}
		#strap h2 {
			margin: 5px;
		}
		/* end highlights strapline */
		
		
		
		
		
		#headlinepanels {
			clear: both;
			width: 675px;
			text-align: left;
		}
		
		#col2 #headlinepanels div.headlinewidget {
			position: relative; 
			left:0px;
			width: 225px;
			float: left;
			margin: 0px 0px 12px 0px;
			padding: 0px;
		}
		
		#col2 #headlinepanels div.headlinewidget div.widtext p {
			line-height: 13px;
			color: #666;
			
		}
		
		#col2 #headlinepanels div.headlinewidget div.widtext h4 {
			letter-spacing: -0.5px;
			line-height: 15px;
			margin-bottom: 2px;
		}
		
		#col2 #headlinepanels div.headlinewidget div.widtext p a {
			line-height: 13px;
			color: #161616;
			font-weight: bold;
		}
		
		.headlinewidget img {
			float: left;
			margin: 0px 3px 0px 0px;
		}
		
		.headlinewidget div.widtext {
			margin: 0px 3px 0px 0px;
			line-height: 10px;
		}
		
		/* forms */
		#widecol label, #col2 label.buy {
			width: 100px;
			float: left;
		}
		
		#widecol input, #col2 label.buyinput {
			font-size: 11px;
			font-family: verdana, arial, helvetica;
		}
			
		/* competition form */
		.compform {
			float: left;
			width: 50%;
			font-size: 11px;
			font-family: verdana, arial, helvetica;
			line-height: 160%;
			margin-right: 10px;
		}
		
		.compform label {
			width: 120px;
			float: left;
			margin-left: 10px;
		}
		
		.compform input, .compform textarea {
			width: 180px;
			float: right;
			font-size: 11px;
			font-family: verdana, arial, helvetica;
			margin: 2px 0 2px 0;
		}
		
		.comprules {
			float: right;
		}
		
		/* ten item list pages */
		#col2 .tenitem {
		}
		
		#col2 .tenitem img {
			margin: 0px 5px 5px 0px;
			float: left;
		}
		
		#col2 .tenitem p {
			
		}
		
		#col2 .tenitem hr {
			height: 1px;
			color: #999;
			width: 100%;
			margin: 5px 0 5px 0;
			clear: both;
		}
		
		#col2 .tenitem a {
			line-height: 11px;
			color: #161616;
			font-weight: bold;
		}
		
		
		
		/* search results styles */
		#col2 td a, #col2 #searchagain a, #col2 #pages a, #col2 a {
			color: black;
			font-weight: bold;
			text-decoration: none;
		}
		#col2 td a:hover, #col2 #searchagain a:hover, #col2 #pages a:hover, #col2 a:hover {
			text-decoration: underline;
		}
		#col2 #pages { font-size: 14px;}
		
		.leftvenue {
			clear: both;
			width: 300px;
			height: 120px;
			float: left;
			display: inline;
			/*border-top: dashed 1px #666;
			border-right: dashed 1px #666;*/
			margin: 0px;
		}
		
		.leftvenueregion {
			clear: both;
			width: 300px;
			/*height: 120px;*/
			float: left;
			display: inline;
			/*border-top: dashed 1px #666;
			border-right: dashed 1px #666;*/
			margin: 15px 0 5px 0;
			font-size: 16px;
		}
		
		.rightvenue {
			float: right;
			width: 300px;
			height: 120px;
			display: inline;
			/* border-top: dashed 1px #666; */
			margin: 0px 10px 0px 0px;
			padding-left: 10px;
			
		}
		#browseregion a {
			font-weight: normal;
			text-decoration: none;
			padding-bottom: 0px;
			border-bottom: 1px dotted;
		}
		#browseregion a:hover {
			
			border-bottom: 0px dotted;
		}
		
		
		
		
		