/* CSS Document for TRAC Developments :: Created by Bluewire Media */

html, body{
	padding: 0;
	margin: auto;
	background-color: #8DC121;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	
}

.container{
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: 1000px;
	margin: auto;
	text-align: center;	
}
.container tabLe{
	text-align: left;
}

.menu{
	background-color: #F29400;
}

.footer-menu{
	background-color: #F29400;
	height: 17px;
	font-size: 7pt;
	padding: 2px 0px 2px 0px;
}
.footer-menu a{text-decoration:none; padding: 0px 30px 0px 30px;}
.footer-menu a:link{color: #FFFFFF;}
.footer-menu a:visited{color: #FFFFFF;}
.footer-menu a:hover{color: #434343;}

.content{
	background-color: #434343;
	line-height: 20px;
}
.content a:link{color: #FFFFFF;}
.content a:visited{color: #FFFFFF;}
.content a:hover{color: #F29400;}

h1 {
	color: #F29400;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}
h2 {
  margin: 0;
  font-size: 8pt;
  font-weight: normal;
  padding: 10px 0px 0px 0px;
  border-bottom: 1px solid #999;
}

.gallery{
	padding: 20px 0px 20px 0px;
	font-size: 7pt;
}
.gallery img{border: 1px solid #FFFFFF;}
.gallery img:hover{border: 1px solid #F29400;}

.galleryThumbs td {
	padding-top: 20px;
}

.galleryThumbs img {
	margin-right: 10px;
}


