body {
  padding:0;
  margin:0;
  background-color:#000;
  font-size:62.5%;
  font-family:tahoma, verdana, arial, sans serif;
  background-image:URL(../images/background.jpg);
  
}

a:active, a:link, a:visited
{
  text-decoration:underline;
  color:#C12702;	
}

a:hover
{
  text-decoration:none;
  color:#871C01;	
}

table
{
  font-size:1.2em;
}


p {
  font-size:1.3em;	
}

p.small
{
  font-size:1em;	
}

b
{
  font-weight:700;	
}

b.hibold
{
  color:#771A1A;	
}

li {
  font-size:1.3em;	
}

#container
{
  position:relative;
  background-color:white;
  background-image:URL(../images/bodybg.jpg);
  width:780px;
  
}

#container #content
{
	position:relative;
	padding:16px;

}

#container #content #lefttext
{
	position:relative;
	width:400px;	
	
}

#photos
{
  position:absolute;

  right:-335px;
  width:32.1em;
  height:65.6em;
  background-image:URL(../images/photos.jpg);

}



#header
{
  width:100%;	
}

#main
{
  width:100%;	
}

.headerimg
{
  width:260px;
  height:175px;	
}
 
#headertable
{
 width:100%;	
 background-color:#000;
}

#tsp
{
	position:relative;
	padding-top:15px;
 width:90%;	
}

#footer
{
  width:780px;
  background-image:URL(../images/bottom.jpg);
  height:150px;  
}