html, body { 
  padding: 0;
  background-image: url('images/bg.gif');
  background-repeat: repeat-x;
  font-family: Verdana, sans serif;
  font-size: 12px;
  }
	
h2 {
	padding-left: 10px;
	}
	
img  {
	border: 0;
	}

#logo {
	position: absolute;
	margin-left: 25px;
	margin-top: 24px;
	}
	
a:link:visited:hover:active {
  text-decoration: none;
  }
  
#header {
  width: 850px;
  height: 120px;
  background: DarkOrange;
  border-bottom: solid 1px White;
  margin: auto;
  margin-top: 10px;
  }

#maincontainer {
  width: 850px;
  margin: auto;
  }

#nav {
  width: 216px;
  height: 480px;
  float: left;
  font-size: 13px;
  background-image: url('images/nav_bg.jpg');
  border-top: solid 6px #6699CC;
  border-right: solid 3px #6699CC;
  border-left: solid 6px #6699CC;
  }
  
#nav a {
  text-decoration: none;
  font-weight: bold;
  width: 122px;
  display: block;
  margin: 0;
  padding: 6px;
  color: White;
  }

#nav a:hover, active {
  color: black;
  font-weight: bold;
  background: #FFFFFF;
  }
  
#nav ul {
	padding-top: 18px;
	}

#nav ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  background: #6699CC;
  width: 134px;
  border: solid 1px White;
  }
  
#nav_map {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#nav p {
	text-align: center;
	}

#main {
  padding: 15px;
  float: right;
  width: 586px;
  height: 450px;
  background: White;
  border-top: solid 6px #6699CC;
  border-right: solid 6px #6699CC;
  border-left: solid 3px #6699CC;
  }
  
#main a.textlink {
	text-decoration: none;
	color: #6699CC;
	font-weight: bold;
	}
 
#main a.textlink:hover, active {
	text-decoration: none;
	color: White;
	font-weight: bold;
	background-color: #6699CC;
	}
 
#main p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	}
	
p.contact {
	margin-bottom: 20px;
	}

#team {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 12px;
	}
  
#footer1 {
  width: 850px;
  float: left;
  background: #6699CC;
  text-align: center;
  }
  
#footer1 li {
  display: inline;
  color: Black;
  font-size: 13px;
  }
  
#footer2 {
  width: 850px;
  border-top: solid 1px White;
  float: left;
  background: DarkOrange;
  text-align: center;
  }
  
#footer2 p {
  color: White;
  font-size: 12px;
  }
  
#footer2 a {
  text-decoration: none;
  color: #6699CC;
  font-weight: bold;
  }
  
#footer2 a:hover, active {
  text-decoration: none;
  color: black;
  font-weight: bold;
  }
	
#samplepics {
	margin-left: 17px;
	}
  
div.sample {
	margin: 4px 4px 8px 4px;
	border: 1px solid #d3d3d3;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	}
	
div.sample img {
  display: inline;
  margin: 4px; }

div.description {
  text-align: center;
  width: 120px;
  margin: 3px; }