body
  {
	  background-image: url(/tigerphotographic/images/background.gif);
	  font-family: Arial, Helvetica, sans-serif;
  }

.header
  {
	  text-align: center;
  }

.description
  {
	  text-align: left;
	  width: 80%;
	  margin-right: auto;
	  margin-left: auto;
	  display: block;
	  margin-top: 40px;
	  margin-bottom: 40px;
  }

.mainimage
  {
	  text-align: center;
  }

.mainimage img
  {
	  border-style: solid;
	  border-color: #000000;
	  border-width: 10px;
	  padding: 0px;
  }

.imagetitle
  {
	  font-size: x-large;
	  text-align: center;
  }

.selectiontable
  {
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 50px;
	  margin-bottom: 50px;
	  width: 1000px;
	  border-style: solid;
	  border-color: #999999;
	  border-width: 1px;
	  border-spacing: 0px;
	  padding: 0px;
  }

.selectiontable td
  {
	  width: 20%;
	  text-align: center;
	  border-style: solid;
	  border-color: #999999;
	  border-width: 1px;
	  padding: 5px;
	  background-color:  #f6f3e6;
  }

.frame
  {
	  margin-left: auto;
	  margin-right: auto;
	  border-width: 0px;
	  border-spacing: 0px;
	  border-style: none;
	  border-collapse: collapse;
	  margin-top: 15px;
  }

.frame img
  {
	  display: block;
  }

h1
  {
	  text-align: center;
  }

h2
  {
	  text-align: center;
	  margin-top: 60px;
  }

.menu
  {
	  font-size: large;
	  margin-left: auto;
	  margin-right: auto;
  }

.menu td
  {
	  text-align: center;
	  border-style: solid;
	  padding: 10px;
	  border-color: #f3f1e7;
  }

.video
  {
	  text-align: center;
  }

.guestbook
  {
	  text-align: center;
  }

.guestbook img
  {
	  border: none;
  }

a
  {
	  color: #333333;
  }

a:visited
  {
	  color: #666666;
  }

.left
  {
	  float: left;
	  margin-right: 30px;
	  font-size: small;
	  width: 302px;
  }

.right
  {
	  float: right;
	  margin-left: 30px;
	  font-size: small;
	  width: 145px;
  }

hr
  {
	width: 50%;
	height: 4px;
	border: 0;
	color: #999999;
	background-color: #999999;
	margin-top: 40px;
  }