/* *** Resets browser defaults *** */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* *** end of reset *** */



html {font-family:Arial, Helvetica, sans-serif;
        background-color:#DEB887;
        color:#000000;}

body {background-color:#FFEBCD;
        border:1px solid #000000;
        padding:0px 10px 0px 10px;
        width:960px;
        margin: 20px auto 20px auto;}

div.left {width:490px;}
div.right {width:410px;
        float:right;
        font-size:80%;}
        
h1  {font-family:papyrus, ariel, san serif;
        font-size:250%; 
        font-weight:bold; 
        background-color:#FFEBCD;
        background: url(http://www.wiganman.co.uk/Images/wiggin2.jpg);
        background-repeat:no-repeat;  
        border-width:0px;
        border-color:#000000;
        border-style:solid;
        padding-left:75px;
        padding-bottom:20px;}

h2 {font-size:30px; 
	font-weight:bold; 
	background-color:#FFEBCD;  
	border-width:1px;
	border-color:#8B4726;
	border-style:solid;
	padding:5px;}
      
h3  {font-weight:bold;
      padding-bottom:1em;}
 .right  {padding-bottom:0px;}  
 .center {text-align:center;}   
      
p          {padding-bottom:1em;}
  .center  {text-align:center;}
  .sources {padding-left:1em;}
  .quote   {color:#000033;
            font-size:105%;
            padding-left:20px;
            padding-right:20px;
            font-style:italic;}
  .list	   {padding-bottom:0px; padding-left:1em;}
  .small   {font-size:80%}
  .copyright {float:right; 
               font-style:italic; 
               font-size:80%;}
            
a       {color:#0147FA;
            font-family:Arial, Helvetica, sans-serif;
            text-decoration:underline;}

a:visited  {color:#696969;}
	
a:active   {color:#8b4726;}
	
a:hover    {color:#8b4726;}

	
a.title {font-family:papyrus, sans serif; 
              font-size:110%;
              text-decoration:none; 
              padding-left:15px; padding-right:15px;}

a.title:hover {border: 2px solid;
                border-top: 1px solid;
                border-right: 1px solid; 
                border-top-color:#DFDFDF; 
                border-right-color: #DFDFDF; 
                border-bottom-color: #B5B5B5; 
                border-left-color: #B5B5B5;} 

a.heading	{color:#000000;
		font-family:Arial, Helvetica, sans-serif; 
		text-decoration:none;}
a.title2 {font-family:papyrus, ariel, san serif;
          font-size:250%; 
          font-weight:bold;
          color:#000000; 
          background-color:#FFEBCD;
          background: url(http://www.wiganman.co.uk/Images/wiggin2.jpg);
          background-repeat:no-repeat;  
          border-width:0px;
          border-color:#000000;
          border-style:solid;
          padding-left:75px;
          padding-bottom:20px;
          text-decoration:none;}
          
span          {color:#000033;
                font-size:105%;
                font-style:italic;}

ul 	      {list-style-type: disc;  padding-bottom: 1em;}

