html, body
 {
  font-family: Arial;

  padding: 0px;
  margin: 0px;

  height: 100%;
  width: 100%;
 }

small
 {
 	font-size: 9px;
 }

div.copyright
 {
 	width: 300px;

 	color: #8B8B8B;
		font-size: 10px;
 }

a
 {
  text-decoration: none;

  color: white;
 }

a:hover
 {
  text-decoration: none;

  color: #E60207;
 }

table.container
 {
 	width: 100%;
 }

td.header
	{
  width: 100%;
 	height: 100px;

		background-image: url(../graphics/site/header.jpg);
		background-repeat: no-repeat;
 }

h2.header
 {
		position: relative;

  width: 300px;
  top: 20px;
  left: 410px;

		color: #f20000;

		font-family: Arial;
  font-size: 20pt;
 }

td.menu_left
 {
  background-image: url(../graphics/site/background_left.gif);
		background-repeat: no-repeat;
		background-position: left top;

  padding: 5px;

		width: 240px;
 }

td.menu_item
 {
 	padding-bottom: 8px;
 }

td.menu_left a
 {
		color: black;
 }


td.menu_right a
 {
  color: black;
 }

td.menu_selected
 {
 	padding-bottom: 8px;
 }

td.menu_selected a
 {
  color: darkred;

  font-weight: bold;
 }

td.menu_right a:hover
 {
  color: #E60207;
 }

td.menu_left a:hover
 {
  color: #E60207;
 }

td.content
 {
 	padding-top: 20px;

		height: 350px;
 	width: 544px;
 }

td.menu_right
 {
  background-image: url(../graphics/site/background_right.gif);
		background-repeat: no-repeat;
		background-position: right top;

  padding: 5px;

  width: 240px;
 }

.black
 {
  background-color: black;
 }
 
.gray
 {
  background-color: #A0A0A0;
 }

table.menu_gray
 {
  color: white;

  font-weight: bold;

  width: 100%;
 }

img.image_portfolio
 {
  padding: 5px;
 }

td.portfolio
 {
  font-family: Arial;

  padding: 5px;
 }

input.portfolio
 {
  font-family: Arial;

  border: 1px solid black;
 }

div.thumbnail
 {
  overflow: hidden;

  width: 800px;
 }

td.thumbnail
 {
  width: 90px;
  height: 90px;
 }

td.text_title
 {
  font-weight: bold;
  font-size: 18px;

  color: darkred;

  padding-top: 10px;
  padding-bottom: 10px;
 }

td.text_content
 {
  width: 550px;

  font-size: 14px;
  
  padding-bottom: 5px;
 }

table.print
 {
  width: 650px;
  height: 650px;
 }
 
td.find
 {
 	width: 130px;
 }
 
a.bbcode
 {
 	color: darkgray;
 }