@charset "windows-1252"; 

/*CSS for Lure Fishing UK*/

body 
{
font-family: Verdana, Helvetica, Arial, sans-serif;
text-color: #3F2E20;
background-color: #DBCFC8;

}

h1 {font-size: 24px; font-weight: bold; font-color: #3F2E20;}
h2 {font-size: 18px; font-weight: bold;}

A:link { color:#282864;	text-decoration: underline; font-weight: normal; }
A:active { color:#B38762; font-weight: normal; }
A:hover { color:purple; font-weight: normal; }
A:visited { color:maroon; text-decoration: underline; font-weight: normal; } 

#logo, #header, #navigation, #body, #random, #text, #gallery, #tackle, #lurepic, #luretable, #luretext  {position: absolute}

#logo { top: 30px; left: 35px;}

#header { top: 10px; left: 320px;}

#navigation	{ top: 95px; left: 320px;
			background-color: #DBCFC8; 
			width: 600px;
			height:	40px;}
			
#body {background-color: #EBDFD5;
		top: 180px;
		left: 20px;
		width: 95%;
		text-align: left;
		font-size:12pt;
		font-weight: normal;}			
 					
#random {top: 180px;
		left: 25px;}				

#text 	{top: 180px;
		left: 500px;
		width: 400px;
		height: 400px;
		text-align: left;
		font-size:12pt;
		font-weight: normal;}
		
#gallery	{top: 155px;
			left: 25px;
			background-color: white;
			width: 950px;
			border: 3px solid brown;
			font-size:12pt;
			font-weight: normal; }
			
#tackle	{top: 155px;
		left: 85px;
		width: 850px;
		text-align: left;
		font-size:12pt;
		font-weight: normal;}
		
#lurepic {top: 115px;
		left: 55px;
		width: 450px;
		border: 1px solid grey;
		height: 122px;
		width: 350px;}
		
#luretable
		{top: 115px;
		left: 405px;
		text-align: left;
		font-size:12pt;
		font-weight: normal;}							

#luretext
  		{top: 255px;
		left: 55px;
		width: 700px}
					
