<!-- 

			

			
			
*						{
						margin:0;
						border:0;
						padding:0;
						}
body					{
						font-family:verdana, arial, helvetica, sans-serif;
						font-size:10pt;
						text-align:center;
						background-color:#003300;
						}
.centreimg     			{
            			text-align:center;
            			}	
			
.image					{border:solid 5px white;
						border-width:0 5px 0 5px;
						}
#container				{
						text-align:center;
						width:760px;
						height:auto;
						border:solid 2px black;
						position:relative;
						background-color:#e5e5e5;
						margin-right:auto;
						margin-left:auto;
						
						}											
#header			{
 						width:750px;
						height:125px;
						background-color:#e9e9e9;
						padding:5px 2px 5px 8px;
						}
#logo				{
						float:left;
						width:130px;
						height:128px;
						}
#rose				{
						float:right;
						margin:0px 10px 0 0;
						}						
#headerimg   		{
   						 margin:0px 5px 0 10px;
						 float:left; 
   						 }         
															

/*This section controls the look and layout of the horizontal drop-down navigation*/
/* horizontal div for navigation bar shortcuts*/
#horiznav					{
									width:100%;
									text-align:center;
									font-size:.83em;
									height:20px;
									border:solid 1px green;
									border-width:1px 0 0px 0;
      						background-color:#f0ffff;	
									background: url(navbg.gif) #f0ffff bottom repeat-x;
									}	
.spacer						{
									width:15px;
									float:left;
									}							
/*unordered list always visible in nav bar*/															
#nav  							 {
									margin: 0;
                  list-style: none;
									color:green;
									font-weight:bold;
									
									}
/*#nav li,nav ul						{
									background: url(navbg.gif) #f0ffff bottom repeat-x;
									}		*/		
									
#nav a						{
									text-decoration:none;
									font-weight:bold;
									color:#060;
									}
#nav li a					{
									color:green;
									}
#nav li a:hover		{
									color:blue;/*link color changes to blue*/
									}																	
									
#nav li li a			{
									display:block;
									font-weight:normal;
									color:#060;
									padding:0 3px 0 3px;
									border: 3px solid #f0ffff;
									border-width:0 3px;
									}
#nav li li a:hover	{
										border: 3px solid green;
										border-width:0 3px;
										background-color:white;
										}																												
 li 							{
  								float:left;
  								position: relative;
									width: 9em;/*distance drop-down headers are kept apart*/
									text-align:left;
									cursor:default;
									background-color: #f0ffff;
									color:#060;
									padding:0 3px 0 3px;
  								}
				
li ul 						{
  								display: none;
                  position: absolute; 
									list-style:none;
                  top: 13px;
                  left: 0px;
									font-weight:bold;
									background-color:#f0ffff;
									border-right: solid 3px gray;
									border-bottom:solid 2px gray;
									}
li>ul 						{
                	top: 13px;
                	left: 0px;
                	}
								

li:hover ul, li.over ul { 
												display: block;
												}
									

																	
/*End of horizontal navigation*/	
																
#content					{/*controls all content below the header*/
									width:93%;
									height:auto;
									border:solid 8px #e5e5e5;
									padding:5px;
									background-color:white;
									margin-left:auto;
									margin-right:auto;
									color:green;
									font-size:0.9em;
									}

#content h1				{
									font-family:georgia, serif;
									font-style:italic;
									font-weight:bold;
									color:#006600;
									padding:0 0 5px 0;
									font-size:3em;
									}
h2, h3, h4				{
									border:solid 1px black;
									border-width:1px 0 0 0;
									text-align:center;
									padding:0 0 5px 2px;
									background: url(navbg.gif) #f0ffff bottom repeat-x;
									text-transform:uppercase;
									margin-left:2px;
									}
#content h5				{
									border:solid 1px black;
									border-width:1px 0 0 0;
									text-align:left;
									padding:0 0 5px 2px;
									background: url(navbg.gif) #f0ffff bottom repeat-x;
									text-transform:uppercase;
									margin-left:2px;
									}	
h6								{
									font-size:0.9em;
									color:green;
									font-weight:bold;
									text-align:left;
									}																																																


#content p					{
									font-size:0.8em;
									font-weight:normal;
									text-align:justify;
									padding:10px 3px 10px 3px;
									color:black;
									}

#leftcol					{/*controls the left column in a two-column page*/
									float:left;
									width:49%;
									margin-bottom:5px;
									}	
#rightcol					{/*controls the right column in a two-column page*/
									float:right;
									width:49%;
									margin-bottom:5px;
									}	
									
/*the next section controls a three-column layout*/

									
#col-one					{/*controls the container div for two left columns*/
									float:left;
									width:69%;
									text-align:left;
									padding-right:10px:
									}
#col-one-left			{/*controls the leftmost column in a three column layout*/
									float:left;
									width:35%;
									padding:0 5px 2px 5px;
									}												
#col-two					{/*controls the right (or centre) column within the left container div*/
									float:right;
									width:45%;
									margin:0 auto;
									}
#centre-col				{/*controls the centre column in a three column layout*/
									float:right;
									width:60%;
									padding-right:8px;
									}									
#col-three				{/*controls the right column in a three column layout*/
									float:right;
									width:28%;
									margin-bottom:3px;
									background-color:white;
									padding:0 5px 3px 5px;
									}	
																																																			
h5								{
									background-color:inherit;
									color:green;
									}
									
.date            {
                    font-size:0.7em;
                    color:black;
					}
#col-one img,#col-two img, #col-three img
									{
									text-align:center;
									margin:0 auto;
									padding:2px 0 3px 0;
									}									
hr								{
									margin:0 auto;
									text-align:center;
									width:70%;
									border:1px solid green;
									}
									
/*begin list styling*/	
								
.list							{
									border:0;
									font-family:georgia, verdana, serif;
									font-style:italic;
									font-size:2em;
									list-style:none;
									}										
.list ul				{
																		
									}
ul.list li				{
									background-color:white;
									display:block;
									width:95%;
									padding:5px 0 5px 5px;
									color:black;
									}
									
/*end list styling*/	

table#gallery			{
									/*width:460px;*/
									/*border:solid 1px red;*/
									margin-left:auto;
									margin-right:auto;
									background-color:#e5e5e5;
									border:solid 1px black;
									}
table#gallery td			{
									width:230px;
									/*border:solid 1px black;*/
									padding:3px;
									margin:0;
									/*background-color:#e5e5e5;*/
									}
table#contacts		{/*begin table on Contacts page*/
									color:black;
									font-size:1.1em;
									text-align:left;
									padding:0 10px 5px 2px;
									margin-left:auto;
									margin-right:auto;
									font-weight:bold;
									background-color:#f0ffff;
									}
table#contacts tr	{								
									}
table#contacts td	{
									width:170px;
									padding:2px;
									border:solid 1px #e5e5e5;
									border-width:0 0 1px 0;
									margin:0;
									}/*end table - contacts page*/
									
#tablediv					{/*div surrounding fixture table*/
									margin:5px auto 5px auto;
									text-align:center;
									border:solid 1px #e5e5e5;
									padding:2px 0 2px 0;
									}									
table#fixture-table	{
										margin:5px auto 5px auto;
										border:solid 1px green;
										color:black;
										}
table#fixture-table th	{/*fixture-table headers*/
										margin:0;
										border:solid 1px green;
										
										}
		
table#fixture-table tr	{
										margin:0;
										border:0;
										height:20px;
										}
table#fixture-table .division tr	{
										border:0;
										}																				
table#fixture-table td	{
										margin:0;
										border:solid 1px green;
										border-width:0 1px 1px 0;
										text-align:left;
										padding:2px 5px 2px 5px;
										}																																																																
#address p  					{
									color:green;
									font-size:1.5em;
									font-weight:bold;
									font-style:italic;
									padding:0 0 5px 45px;
									margin:0;
									}					
									
#footer						{
									width:98%;
									clear:both;
									background-color:#e5e5e5;
			 						height:20px;/*this height declared to reduce height in ie6*/
									padding:0;
									margin:auto;
									borders:solid 1px black;
									}
#counter					{
									margin:10px 0 0 0;
									}																		
-->