   a:link    {text-decoration: none; font-weight: bold; color: #666666;}
   a:active  {text-decoration: none; font-weight: bold; color: #666666;}
   a:visited {text-decoration: none; font-weight: bold; color: #666666;}
   a:hover   {text-decoration: blink; font-weight: bold; color: #6666666;}
   
a.menus:active {text-decoration: none; font-weight: bold; color: #3e3e3e; text-transform: uppercase;}
a.menus:visited {text-decoration: none; font-weight: bold; color: #3e3e3e; text-transform: uppercase;}
a.menus:link {text-decoration: none; font-weight: bold; color: #3e3e3e; text-transform: uppercase;}
a.menus:hover {text-decoration: blink; font-weight: bold; color: #cccccc; text-transform: uppercase;}
   
   a.email:link {text-decoration: none; font-weight: bold; color: #000000;}
   a.email:active {text-decoration: none; font-weight: bold; color: #000000;}
   a.email:visited {text-decoration: none; font-weight: bold; color: #000000;}
   a.email:hover {text-decoration: none; font-weight: bold; color: #000000;}
   
	html {overflow-y: scroll;}

	paragraph   {font: 12px Arial; color: #d4cec7; text-decoration: none;}

	h1 			{font-size: 13px; font-family: Arial; font-weight:bold; color: #000000;}

	h2 {font-size: 13px; font-family: Arial; font-weight:bold; color: #000000;}

   body {
 /*   background-image:url('http://www.lavenham-photographic.co.uk/images/bg.jpg'); */
    background-color: #333333
	background-position: 0px 0px; background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Arial; color: #000000; text-decoration: none;	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.style1 {font-size: 11px color: #000000}
.style2 {font-size: 10px color: #000000}
.style3 {font-size: 9px color: #000000}
.style6 {font-size: 12px color: #000000}

/* ******** Making Left-hand colomn have fade .png on right, right-hand colomn have fade .png on left ******* */

/* .tablel	{background-image:url(images/rfade.png); background-position:right; background-repeat: repeat-y} */
.tablel	{background-color:#e7e7e7; background-position:right; background-repeat: repeat-y}

/* .tabler	{background-image:url(images/lfade.png); background-position:left; background-repeat: repeat-y} */
.tabler	{background-color:#e7e7e7; background-position:left; background-repeat: repeat-y}

/* ******** Main Body Cell ON MENU PAGE ONLY 800 wide, full drop ******* */
.tablef	{background-image:url(images/chef.jpg); background-repeat: no-repeat; background-position: top center;}

/* ******** Main Body Cell ON WINE PAGE ONLY 800 wide, full drop ******* */
.tablew	{background-image:url(images/10-13.jpg); background-repeat: no-repeat; background-position: top center;}

/* ******** Main Body Cell ON INDEX PAGE ONLY 800 wide, full drop ******* */
.tablei	{background-image:url(images/front.jpg); background-repeat: no-repeat;}

/* ******** DEMO Main Body Cell ON INDEX2 PAGE ONLY 800 wide, full drop ******* */
.tableii	{background-image:url(images/waiter.jpg); background-repeat: no-repeat;}

/* ******** DEMO Main Body Cell ON INDEX2 PAGE ONLY 800 wide, full drop ******* */
.tableiii	{background-image:url(images/waiter2.jpg); background-repeat: no-repeat;}

/* ******** Main Body Cell ON PRESS PAGE ONLY 800 wide, full drop ******* */
.tablepr	{background-image:url(images/pressbg.jpg); background-repeat: no-repeat;}

/* ******** Main Body Cell ON CONTACT PAGE ONLY 800 wide, full drop ******* */
.tablec	{background-image:url(images/contactbg.jpg); background-repeat: no-repeat;}

/* ******** Main Body Cell 800 wide, full drop ******* */
.tableb	{background-color:#a3a5af; background-repeat: repeat-x; }

/* ******** Menu Bar ******* */
.tablem	{background-color:#a3a5af}

/* ******** Submenu Bar ******* */
.tables	{background-color:#CCCCCC}
		 


/*
***********  Options for border lines are:

border-width: 7px;
border-style: outset;
border-style: inset; 
border-color: #B54C5A; 

Other style options: (p.solid etc only makes it selectable in file)

text-transform: capitalize; Captitalise first character
text-transform: uppercase; All Caps

p.solid {border-style: solid; } 
p.double {border-style: double; } 
p.groove {border-style: groove; } 
p.dotted {border-style: dotted; } 
p.dashed {border-style: dashed; } 
p.inset {border-style: inset; } 
p.outset {border-style: outset; } 
p.ridge {border-style: ridge; } 
p.hidden {border-style: hidden; }

Other example: different sides etc
h5 { border-left-style: groove; 
border-left-color: green; 
border-left-width: 15px; 
border-bottom-style: ridge; 
border-bottom-color: yellow; 
border-bottom-width: 25px; }

*********** Options for backgrounds are: 

background-image: url(smallPic.jpg) (Sets image)
background-repeat: repeat; (Repeats constantly)
background-repeat: repeat-y; (Repeats Y- axis only)
background-repeat: repeat-x; (Repeats X- axis only)
background-repeat: no-repeat; (Doesn't repeat)
background-position: 0px 0px; (Puts in position)
background-attachment: fixed; (Fixed, doesn't move on scroll)
background-position:right; (Aligns to one side)
background-color: #333333; (Sets colour)


*/

