body {
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#000;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
ul, p {
	margin:0px 5px 5px 5px;
	}
ul {
	font-size: 1.1em;
	margin-left:35px;
	list-style:circle;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left:5px;
	}
a:link, a:visited {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.2em;
	}
				
#wrapper {
	width:800px;
	min-height:545px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0;
	border:1px dashed #333;
	background-color:#000;
	color:#FFF;
	}

#banner {
	background:#000;
	background-image:url(images/banner.jpg);
	height:210px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:209px;
	}

#leftcontent {
	/*position: absolute;*/
	width:96px;
	height:344px;
	background:#000;
	background-image:url(images/left.jpg);
	float: left;
	margin-left:-96px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin:0;
	}
	
#centercontent {
	background:#000;
	background-image:url(images/centre_strip2.jpg);
	background-repeat:repeat-x;
	margin-left:98px;
	margin-right:91px;
	width:611px;
	min-height: 347px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 96px;
	margin-right:91px;
	}
html>body #centercontent {
	margin-left: 96px;
	margin-right:91px;
	}

#rightcontent {
	position:relative;
	/*right:10px;
	top:50px;*/
	width:92px;
	height:344px;
	background:#000;
	background-image:url(images/centre_strip.jpg);
	background-repeat:repeat-x;
	float:right;
	margin-top:-369px;
	margin-right:1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-top:-346px;
	}

#footer {
	text-align:center;
	font-size:0.8em;
	}

#rotator {
	width:259px;
	float:right;
	margin:5px 10px 10px 10px;
	}

#shop {
	width:200px;	
	margin:5px;
	float:right;
	position:fixed;
	top: 0;
	right: 0;
	z-index:1000;
	}
#shop img {
	border:0;
	}
#shop a:hover {
	/*background-color:#000;*/
	}
		
