/*	britd-04.css	Style sheet for Web pages
	Begun 31/05/07
*/

body	{
	margin:			0;
	padding:		0;
	background:		#606060 url( media/wave1.jpg ) 300px 200px no-repeat;
	color:			black;
	font-family:	Tahoma, Geneva, sans-serif
}

.central	{
	text-align:	center
}

/*	divisions	*/

div#contact-info	{
	clear:		left;
	font-size:	75%
}

#contact-info p	{
	padding-top:	0
}

div.expo, div.help	{
	margin:			40px 0 0 320px;
	line-height:	160%
}

.expo ul	{
	list-style-type:	square
}

div.extras	{
	font-size:	75%;
	position:	absolute;
	top:		505px;
	left:		620px;
	z-index:	5
}

.help	{
	display:	none	/* only revealed by a rollover */
}

div#holder	{
	margin:			24px 0 4px 24px;
/*	padding-bottom:	4px;	*/
	float:			left
}

div#logo	{
	margin-top:		0;
	padding-top:	0;
	position:		absolute;
	top:			153px;
	left:			24px;
	z-index:		5
}

div#main	{
	width:		928px;
	height:		300px;
	position:	absolute;
	top:		192px;
	left:		24px;
	z-index:	10
}

div#main-menu	{
	margin-top:		0;
	padding-top:	0;
	position:		absolute;
	top:			164px;
	left:			360px;
	z-index:		5
}

#main-menu ul	{
	margin-top:		0;
	padding-top:	0;
}

#main-menu li	{
	display:		inline;
	font-size:		90%;
	padding-left:	24px
}

div#operative	{
	width:		900px; 
	height:		372px;
	border:		2px solid white;
	position:	absolute;
	top:		154px; 
	left:		72px; 
	z-index:	1
}

/*	images	*/

img	{
	border:	0
}

#gallery-info img	{
	margin-top:	12px;
	border:		1px solid yellow
}

/*	colours	*/

a:visited	{
	background-color:	inherit;
	color:				#669
}

a:link, a:hover	{
	background-color:	inherit;
	color:				navy
}

div.help	{
	background-color:	inherit;
	color:				yellow
}

div#main	{
	background-color:	#399;	/* a greeny blue */
	color:				white
}

div#operative	{
	background-color:	#dadada	/* a pale grey */
}

/*	elements	*/

a:link, a:visited, a:hover	{
	text-decoration:	none
}

a:hover	{
	font-weight:	bold
}

p.unit	{
	display:		inline;
	white-space:	nowrap
}

/*	EOF	*/
