/* cascading style sheet for davidtaylorspeaker.co.uk */


#navbar		{
		position:	absolute;
		z-index:	1;
		left:		0px;
		top:		0px;
		width:		100%;
		height:		25px;
		background:	#990000;
		}

#buttons	{
		position:	absolute;
		z-index:	2;
		left:		50%;
		margin-left:	-270px;
		top:		0px;
		width:		540px;
		height:		25px;
		text-align:	center;
		}

#det_logo	{
		position:	absolute;
		z-index:	3;
		left:		50%;
		margin-left:	-170px;
		top:		30px;
		width:		340px;
		height:		144px;
		}

#Body_left	{
		position:	absolute; 
		z-index:	4; 
		left:		50%; 
		margin-left:	-320px;
		top:		150px; 
		width:		380px; 
		height:		550px;
		}

#main_img	{
		position:	absolute; 
		z-index:	5;  
		left:		50%;
		margin-left:	85px; 
		top:		150px; 
		width:		245px; 
		height:		144px;
		}

#created_by	{
		position:	absolute;
		z-index:	3;
		top:		800px;
		width:		100%;
		height:		20px;
		}

#img_text	{
		position:	absolute; 
		z-index:	5;  
		left:		50%;
		margin-left:	115px; 
		top:		375px; 
		width:		245px; 
		height:		144px;
		}

#agenda		{
		position:	absolute;
		z-index:	5;
		left:		50%;
		margin-left:	100px;
		top:		500px;
		width:		300px;
		height:		25px;
		}

#address	{
		position:	absolute;
		z-index:	5;
		left:		50%;
		margin-left:	-325px;
		top:		270px;
		width:		245px;
		height:		120px;
		}

#scrolling	{
		position:	absolute; 
		visibility:	visible;
		z-index:	4; 
		left:		50%; 
		margin-left:	-320px;
		top:		175px; 
		width:		380px; 
		height:		550px;
		}


p 	{
	font-family: Trebuchet ms;
	color: #990000;
	font-size: 12px;
	} /*main site text*/

span 	{
	font-family: Trebuchet ms;
	color: #990000;
	font-size: 12px;
	text-decoration: underline;
	} /*main site text*/

h1 	{
	font-family: Trebuchet ms;
	color: #990000;
	font-size: 12px;
	} /*mid text links*/

h2	{
	font-family: Trebuchet ms;
	color: #990000;
	font-size: 18px;
	font-align: center;
	} /*WAFL title*/	

table 	{
	font-family: Trebuchet ms;
	color: #990000;
	font-size: 12px;
	} /*main site text*/

.toplink 	{
	font-family: Trebuchet ms;
	text-decoration:none;
	color: white;
	font-size: 12px;
	} /*top links bar text*/

.link	{
	font-family: Trebuchet ms;
	color: #990000;
	font-size: 12px;
	} /*main site text*/


.caution {font-family: Trebuchet ms; color: red; font-size: 12px;} /*cautionary text for span */
