/* Woods End Bed & Breakfast website cascading style sheet, powered by jonmsm.com */

#pageheight		{
			z-index:	1;
			position:	absolute;
			top:		0px;
			width:		1px;
			height:		920px;
			left:		0px;
			}

#mainframe		{
			z-index:	1;
			position:	absolute;
			top:		10px;
			width:		850px;
			height:		900px;
			left:		50%;
			margin-left:	-425px;
			background:	#ffffff;
			border-style:	inset;
			border-width:	2px;
			border-color:	#cccccc;
			}

#banner			{
			z-index:	2;
			position:	absolute;
			top:		37px;
			width:		800px;
			height:		80px;
			left:		50%;
			margin-left:	-400px;
			}

#navigation		{
			z-index:	2;
			position:	absolute;
			top:		142px;
			width:		800px;
			height:		20px;
			left:		50%;
			margin-left:	-400px;
			background:	#ccccff;
			text-align:	center;
			}

#text_column		{
			z-index:	2;
			position:	absolute;
			top:		197px;
			width:		390px;
			height:		590px;
			left:		50%;
			margin-left:	-400px;
			font-family:	Trebuchet ms;
			font-size:	12px;
			text-align:	justify;
			}

#img_column		{
			z-index:	2;
			position:	absolute;
			top:		187px;
			width:		390px;
			height:		300px;
			left:		50%;
			margin-left:	10px;
			}

#img_column2		{
			z-index:	2;
			position:	absolute;
			top:		472px;
			width:		390px;
			height:		300px;
			left:		50%;
			margin-left:	10px;
			}

#sml_img_1		{
			z-index:	2;
			position:	absolute;
			top:		492px;
			width:		185px;
			height:		150px;
			left:		50%;
			margin-left:	10px;
			}

#sml_img_2		{
			z-index:	2;
			position:	absolute;
			top:		492px;
			width:		185px;
			height:		150px;
			left:		50%;
			margin-left:	215px;
			}

#attraction		{
			z-index:	2;
			position:	absolute;
			top:		197px;
			width:		800px;
			height:		590px;
			left:		50%;
			margin-left:	-400px;
			}

#myuktravel		{
			z-index:	2;
			position:	absolute;
			top:		662px;
			width:		800px;
			height:		50px;
			left:		50%;
			margin-left:	-160px;
			}

#horizontal_line	{
			z-index:	2;
			position:	absolute;
			top:		800px;
			width:		800px;
			height:		0px;
			left:		50%;
			margin-left:	-400px;
			border-style:	outset;
			border-width:	1px;
			border-color:	#cccccc;
			}

#bottom_pannel		{
			z-index:	2;
			position:	absolute;
			top:		805px;
			width:		800px;
			height:		45px;
			left:		50%;
			margin-left:	-400px;
			}

#map_column		{
			z-index:	2;
			position:	absolute;
			top:		227px;
			width:		390px;
			height:		300px;
			left:		50%;
			margin-left:	10px;
			}

#booking_title		{
			z-index:	4;
			position:	absolute;
			top:		160px;
			width:		800px;
			left:		50%;
			margin-left:	-400px;
			height:		50px;
			}

#iframe			{
			z-index:	3;
			position:	absolute;
			top:		197px;
			width:		850px;
			left:		50%;
			margin-left:	-425px;
			height:		550px;
			}

/*----------------------------------------------------------*/

a			{
			font-family: 	Trebuchet ms;
			font-size: 	12px;
			}

h2 			{
			font-family: 	Trebuchet ms;
			color: 		black;
			font-size: 	15px;
			text-align:	justify;
			} /*Secondary site header*/

h3 			{
			font-family: 	Trebuchet ms;
			color: 		black;
			font-size: 	10px;
			text-align:	justify;
			} /*picture label text*/

p 			{
			font-family: 	Trebuchet ms;
			color: 		black;
			font-size: 	12px;
			text-align:	justify;
			} /*main site text*/

td 			{
			font-family: 	Trebuchet ms;
			color: 		black;
			align: 		center;
			font-size: 	12px;
			text-align:	justify;
			} /*table cell text*/
