/* CSS Document */

	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  background-color:white;
	  background-image:url(images/background.jpg);
	  background-repeat:repeat;
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  /*color: #666666;*/
	  color:#000000;
	  background-color:#FFFFFF;
	  /*background-color: #FFFFFF;*/
	  }

	#header {
	  width: 750px;
	  height: 225px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }
	  
	#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }

	#topcontent {
		width: 500px;
		}
	  
	#footer {
		clear:both;
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  width: 750px;
	  min-height: 68px;
	  background-color:#2763A5;
	  }

	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
	  
	#sideimage {
		width: 170px;
		}
	  
	  /*Gallery Rows*/
	  
	.gallery_row {
	  width: 500px;
	  height:auto;
	  min-height: 100px;
	  margin-top:15px;
	  margin-bottom:10px;
	  border:#000000 solid thin;
	  }
	  
	.gallery_image {
	  float:left;
	  margin-right:15px;
	  }
	  
	 .gallery_image img {
	 	border:#000000 thin solid;
		}
	  
	  /*TEXT FORMATTING*/
	  
	.gallery_row h2 {

		}
	
	.gallery_row p {

		}
	  
	#footer p {
	color:#FFFFFF;
	}
	
	#footer a {
		color:#CCCCCC;
		}
	
	.gallery_row a:hover {
		background-image: url(/images/ball.jpg);
		background-position:right;
		background-repeat:no-repeat;
		}
