/*This sets up the font face and default sizing*/
body {
	font-family: lucida console, Arial, sans-serif;
	font-size: medium;
	}
/*This positions the bracket as a background image and sets the width of the main content container*/	
#topwrap {
  	float: left;
  	width: 950px;
  	padding: 10px 0 100px;
  	background: url(bracket.jpg) no-repeat top left;
  	}
/*sets up a cell to contain the homepage text in particular setting the width*/		
#topwrap dl {
  	float: left;
  	width: 800px;
  	margin: 10px 20px ;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
/*sets the width to contain the title and the font size*/		
#topwrap dt {
  	float: right;
  	width: 500px;
  	margin: 0;
  	padding: 10px;
  	font-size: 180%;
  	color: #627081;
  	}
/*sets the spacing for the home page text the font size and the layout justification*/		
#topwrap dd {
  	margin: 30px 0 0 300px;
  	padding: 0;
  	font-size: 140%;
  	line-height: 1.5em;
  	color: #667;
		text-align: justify;
  	}
#topwrap dl dd.img {
   	margin: 0;
   	}
/*creates the little border around the homepage image*/		
#topwrap dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 2px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}
h1  {
		float: right;
		text-align: center;
		}
h2  {
		text-align: center;
		}		
/*sets up the spacing for the galleries area of the home page you can adjust the width if required*/	
#bottomwrap {
    clear: both;
  	float: left;
  	width: 700px;
  	padding: 10px 0;
		margin: 0px 100px;
  	}		
/*the table is used to create the galleries layout whole table is all screen width 100 percent*/
table {
    width: 100%;
  	border: 1px solid #000;
  	background: #fff;
  	}	
/*creates text size and alignment*/		
table th, table td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
  	}		
/*creates the space around the text the cell sizes and text alignment*/	
table td a {
  	display: block;
		text-align: center;
  	font-weight: bold;
		font-family: lucida console, Arial, sans-serif;
	  font-size: 150%;
	  color: black;
	  border: 0;
  	}	