body	{
	margin:0px;
	padding:0px;
	background:#FFF url(images/bk_01.gif);
	background-repeat:repeat-y;
	font-family:arial,helvetica,sans-serif;	
	color:#666;
	/* The code below is a CSS hack to control font sizes in different versions of IE */
	font-size:x-small;      /* This will be used by IE 5 and 5.5 */
	voice-family: "\"}\""; 	voice-family:inherit;               /* These statement are not undertood by IE 5 and 5.5 and therefore they skip to the next selector */
	font-size:75%; 	/* This is the real font size to be used by all other browsers */
	}
a:link {
	color:#666;
	text-decoration:underline;
	}
a:visited {
	color:#666;
	text-decoration:underline;
	}
a:hover {
	color:#d61469;
	text-decoration:none;
	}
#menu a:link {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
#menu a:visited {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
#menu a:hover {
	color:#d61469;
	text-decoration:none;
	}
#kiosk {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:left;
	width:780px;
	min-width:780px; /*stops content sliding off to the left in opera when the browser window is small*/
	}
#logo {
	float:left;
	padding:0px 16px 0px 34px;
	margin:0px 1px 0px 0px;
	width:175px;
	height:150px;
	border-bottom:1px solid #CCC;
	}
#header {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px;
	width:542px;
	height:150px;
	border-bottom:1px solid #CCC;
	}
#menu {
	float:left;
	padding:30px 23px 0px 23px;
	margin:0px 1px 0px 0px;
	width:179px;
	}
#holder {
	float:left;
	padding:0px;
	margin:0px;
	width:542px;
	}
#content {
	float:left;
	padding:30px;
	margin:0px;
	width:482px;
	}
ul	{
	padding:0px;
	margin:0px;
	}
li {
	display:list-item;
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
#menu li {	
	display:list-item;
	list-style-type:none;
	border-bottom:#CCC 1px solid;
	padding:6px 0px 6px 12px;
	}
#menu li.last {
	border-bottom-style:none;
	}
#content li, #holder li {	
	display:list-item;
	list-style-type:disc;
	padding:6px;
	margin:6px 6px 6px 16px;
	}
label {
	display:none;
	}
.hide {
	display:none;
	}