/*	britd-03.css	Style sheet for Web pages
	Begun 14/05/07
*/

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

.central	{
	text-align:	center
}

/*	divisions	*/

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

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

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

div#holder	{
	margin:	24px 0 0 24px;
	float:	left
}

div#logo	{
	margin-top:		0;
	padding-top:	0;
	position:		absolute;
	top:			174px;
	left:			24px
}

div#main	{
	width:		928px;
	height:		300px;
	position:	absolute;
	top:		214px;
	left:		24px
}

div#main-menu	{
	margin-top:		0;
	padding-top:	0;
	position:		absolute;
	top:			184px;
	left:			370px
}

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

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

/*	images	*/

img	{
	border:	0
}

/*	colours	*/

a:visited	{
	background-color:	inherit;
	color:				blue
}

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

div#main	{
	background-color:	#4CA2A2;
}

/*	elements	*/

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

a:hover	{
	text-decoration:	underline
}

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

/*	EOF	*/
