body
{
	background-color: rgb(50,50,50);
	color: rgb(200,200,200);
}

div.header
{
	height: 165px;
	overflow: hidden;
}

legend
{
  color: rgb(240,240,240);  
}

b.term
{
  	color: orange;
}

table.header, table.main
{
	width:1000px;
	background-color: rgb(100,100,100);
	color: rgb(220,220,220);
	border-color: orange;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;	
	border-width: 1px;
}

table.nav
{
	width:1000px;
	position: relative;
	bottom: +40px;
}



table.main
{
	border-top-style: solid;
	border-bottom-style: solid;
}

div.headerimg
{
	height: 150px;
	width: 200px;
	overflow: visible;
/*	border-color: white;*/ 
/*	border-style: solid;*/ 
}

img.headerimg
{
	width: 150px;
	position: relative;
/*	bottom: -20px; */
	left: -50px;
	z-index: +1;
}


td.main
{
	padding: 30px;
}

td.nav
{	
	background-color: Orange;
	color: rgb(100,100,100);	
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	padding: 3px;
}


a.nav
{
	color: rgb(100,100,100);
}

a.nav:hover
{
  color: rgb(00,00,00);
}

a.nav_active
{
  color: rgb(00,00,00);
}

a.sitemap
{
  color: rgb(200,200,200);
}


div.homepage
{
	font-size: 100%;
	color: rgb(50,50,50);
	font-weight: bold;
	position: relative;
	bottom: +30px;
	left: -70px;
	text-align: center;
}


div.welcome
{
	text-align:center;
	font-size: 130%
}


div.visitors
{
	text-align:center;
	font-size: 100%;	
}

p:first-letter 
{
	color: orange;
	font-weight: bold;
}

p.pageItem
{
  font-size: 200%
}



td.pt_thumb
{
	border-style: solid;	
	border-width: 1;
	border-color: rgb(50,50,50);
	text-align: center;
	padding: 10px;

}

img.pt_thumb
{
	border-right-style: solid;	
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-width: 5px;	
	border-color: rgb(50,50,50);
	
	width: 100px;
}


td.gallery_item_name
{
	color: orange;
	font-size: 250%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

td.gallery_item_thumb
{
	width: 300px;
	height: 300px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: white;
}

img.gallery_item_thumb
{
/*	width: 100px;*/	
}

td.spec_name, td.spec_value
{
	padding-left: 5px
}

td.spec_value
{
	font-weight: bold;
/*	width: 800px;*/
}

div.caption
{
	text-align: center;
	font-size: 120%;	
}

table.gallery_item
{
	border-width: 1px;
	border-style: solid;
	width: 900px;	
}

table.photo_prev
{
	width: 280px;
	height: 200px;
	text-align: center;
}

td.photo_prev_img
{
	height: 200px;
}

td.photo_prev_caption
{
	height: 110px;
	font-size: 120%;
}

div.guestbook
{
  font-weight: bold;
  color: orange;
  text-align: center;
	font-size: 150%;	  
}

a.guestbook, a.guestbook:visited
{
  color: orange;	
}

a.guestbook:hover
{
  color: black;
}

div.text
{
  font-size: 150%;
}

img.fullSize
{
  width: 900px;
  border-width: 5px;
	border-style: solid;
	border-color: rgb(50,50,50);
}
