body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #FFF5E7;
	font-family: "Lucida grande", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
}
/* content blocks */
#container {
	width: 754px;
	padding: 2px;
	margin-top: 8px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
}
#header {
	width: 742px;
	height: 28px;
	padding: 29px 12px 29px 0;
	/*height: 86px;
	padding: 0 12px 0 0;*/
	background: url(http://www.kazum.co.uk/images/header.gif) no-repeat left top;
	text-align:right;
}
#content {
	background-color: #FFF;
	margin-left: 176px;
	margin-top: 1px;
	padding: 31px 8px 0 8px;
	min-height:450px;
}
#photostrip {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#photostrip img {
	margin-left: 4px;
	margin-right: 4px;
	border: 1px solid #000;
}
#nav {
	background-color: #e7e7e7;
	position: absolute;
	left: 0px;
	top: 89px;
	width: 176px;
	margin-left:2px;
	padding: 29px 0 20px 0;
	background-image: url(http://www.kazum.co.uk/images/bnav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer {
	border-top: 2px solid #FF9800;
	height: 45px;
	padding-top: 5px;
	text-align: center;
	color: #999;
	clear: both;
}
#swoosh {
	background: url(http://www.kazum.co.uk/images/swoosh.gif) no-repeat left top;
	position: absolute;
	width: 754px;
	height: 33px;
	border-top: 2px solid #FFF;
	margin-left: auto;
	margin-right: auto;
	top: 86px;
}

/* style definitions */
	
	/* navigation */
	#nav a {
		padding: 4px 4px 4px 16px;
		color: #FF9800;
		border-bottom: 1px solid #999;
		border-top: 1px solid #FFF;
		display: block;
		font-weight: bold;
		text-decoration: none;
		background-color: #F0F0F0;
		text-transform: uppercase;
	}
	#nav a:hover {
		background-color: #F3F3F3;
	}
	#nav a span {
		display: none;
		text-transform: none;
	}
	
	#nav a:hover span {
		display: block;
		position: absolute; 
		top: 324px; 
		left: 0; 
		width: 170px;
		padding: 0px; 
		margin: 0 5px; 
		z-index: 100;
		color: #999;
		text-align: center;
	}
	/* headings */
	h1, h2, h3 {
		margin: 3px 8px 3px 0;
	}
	/* paragraph styles */
	#content p {
		padding-left: 8px;
	/*	text-align:justify;*/
	}
	#content a {
		text-decoration: none;
		font-weight: bold;
	}
	#content a:hover {
		text-decoration: underline;
	}
	a img {
		border: 1px solid #000;
	}
	/* form elements */
	fieldset {
		border: 1px solid #CCC;
	}
	legend {
		font-weight: bold;
	}
	label {
		font-weight: bold;
	}
	#search {
		padding: 0;
		margin: 0;
		vertical-align: middle;
		height: 28px;
		display:block;
		/*margin: 29px 0 29px;*/
	}
	#keywords {
		background-color: #F7C895;
		font-size: 10px;
		border: 1px inset #FF9800;
	}
	#submit {
		vertical-align: middle;
	}
	.required {
		border-bottom: 1px dashed #999;
	}
	#lastUpdated {
		display: block;
		text-align: right;
		color: #CCC;
	}
	.error {
		padding: 3px;
		border: 2px inset #900;
		background-color: #FCC;
	}
	.success {
		padding: 3px;
		border: 2px inset #090;
		background-color: #CFC;
	}
	.prompt {
		padding: 3px;
		border: 2px inset #900;
		background-color: #FCC;
	}
	table {
		border-style: solid;
		border-color: #CCC;
		border-width: 0 1px 1px 1px;
	}
	th {
		border: 1px solid #CCC;
		text-align: left;
		color: #666;
	}
	td {
		border: 1px solid #EEE;
	}
	caption {
		border-style: solid;
		border-color: #CCC;
		border-width: 1px 1px 0 1px;
		font-weight: bold;
		/*display: none;*/
	}
	/* hidden styles*/
	.textversion {
		display: none;
	}
