	body {
		margin: 0;
		padding: 0;
		
		width: 476px;
		height: 366px;
		
		font-family: arial;
		font-size: 100%;

		overflow: hidden;
		
	/*	background-color: #790000;
	*/
	
	background-color: #480000;
	}
	
	div, p, img, form, ul, li {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	#container {
		width: 476px;
		height: 366px;
		
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -238px;
		margin-top: -183px;
		
		background-color: white;
	}
	
	#topbar {
		height: 60px;
		
		background-image: url('/images/global/header_s.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		
		overflow: hidden;
		
		margin-bottom: 1px;
	}
	
	
	
	
#cont_leftnav {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;
	
	height: 275px;
	width: 155px;
	
	z-index: 90;	
	position: relative;
	float: left;
	text-align: center;
	
}

#cont_leftnav #nav {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;	
	text-align: center;
	height: auto;
}

#cont_leftnav #nav li {
	display: inline;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-align: left;
	position: relative;
	float: left;
	clear: left;
}

#cont_leftnav #nav a {
	display: block;
	height: 34px;
	clear: none;
	float: left;
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 0;
	width: 155px;	
	
	border: 0;
}

#cont_leftnav #nav a:link {
	color: white;
}

#cont_leftnav #nav a:visited {
	color: white;
}

#cont_leftnav #nav a:hover {
	color: white;
	background-color: #666;
	background-image: url('http://www.deanandsheena.co.uk/img/navg_ovr.jpg');
	background-repeat: repeat-x;
}
	
#footer {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 337px;
	height: 29px;
	width: 100%;
	background-color: #790000;
}
	
#footer p {
	color: white;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	margin: 6px 10px;
}	
	
.panels {
	position: absolute;
	top: 61px;
	left: 156px;
	width: 320px;
	height: 275px;
	
	padding: 0;
	
	overflow: scroll-y;
	
	visibility: hidden;
}

	
	.boxheader {
		font-family: arial;
		font-size: 12pt;
		font-weight: bold;
		margin: 0 0 1px 0;
		height: 34px;
		line-height: 33px;
		text-indent: 11px;
		color: white;
		
		background-color: navy;
		background-repeat: repeat-x;
		background-position: top left;
	}
	
	.boxheader.red {
		background-image: url('/images/global/layout/head_red_dark.jpg');
		background-color: red;
	}
	
	.boxheader.blue {
		background-image: url('/images/global/layout/head_blue_dark.jpg');
		background-color: navy;
	}
	
	.boxheader.black {
		background-image: url('/images/global/layout/head_black_dark.jpg');
		background-color: black;
	}
	
	.panels p {
		margin: 17px 20px;
		
		font-size: 10pt;
	}
	
	
	.button {
		display: inline;
		width: 26px;
	}
	
	.formbutton {
	color: white;
	border: 2px groove #BBB;
	padding: 3px 6px 4px 6px;
	text-align: center;
	font-size: 9pt;
	background-image: url('/images/global/layout/head_red_dark.jpg');
	background-color: red;
	background-repeat: repeat-x;
}

#waittext {
line-height: 25px;
}
