/* Written by Tim Chilcott using Notepad2 (www.flos-freeware.ch/notepad2.html)  */

  body { background-image: url(images/plainbg.jpg);
	background-repeat: no-repeat;
    font-family: tahoma;
    color: black;
    font-size: medium;
    }

  h1 {font-size: xx-large;
    font-weight: bold;
    text-align: center;
    color: #oooooo;
    }

  h2 { font-size: x-large;
    color: #oooooo;
    font-weight: bold;
    text-align: center;
    }
    
  p	{margin-top:1px;
	}
	
  a { color: black;
	  font-size: x-small;
	  font-weight: bold;
	  text-transform: uppercase;
	  text-decoration: none;
  	}
	
  /* Formatting for logo */
table.logo { width:20%;
			margin-left: 10%;
			height: 70px;
			background-color: transparent;
			color: black;
			text-align: right;
			font-size: small;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		  }
  
/* Formatting for Navigation Bar Table */
table.navtable { width:80%;
			margin-left: 10%;
			height: 70px;
			background-color: transparent;
			color: black;
			text-align: center;
			font-size: small;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		  }
			 
/* Formatting for contacts table */
table.contactstable { width: 60%;
				 margin-left: 8%;
				 margin-bottom: 50px;
				 background-color: #ECECEC;
				 color: black;
				 text-align: center;
				 font-size: xx-small;
				 font-weight: bold;
				 text-transform: uppercase;
				 text-decoration: none;
				}
				
/* Formatting for Thumbnails on Gallery Page */
table.thumbnails {  
				 width: 100%;
				 margin-left: 0%;
				 margin-bottom: 80px;
				 padding: 80px;
				 background-color: transparent;
				 color: black;
				 text-align: center;
				 font-size: medium;
				 font-weight: bold;
				 text-transform: none;
				 text-decoration: none;
				 }
		
/* Formatting to Center Block level Elements */
.center { text-align: center;
	}
	
/* Formatting to float block level elements to the left */
.floatleft { float: left;
	}

/* Formatting for commentry*/
.com { margin-right: 20%;
	   margin-left:20%;
	   margin-bottom: 30px;
	   padding: 30px;	   
	   background-color: Transparent;
	 }
	
	
/* Class for gallery page*/

.imagepage { background-image: none;
	}

