*
{
   color: #74685A;
   font-family: Tahoma;
   font-size:10pt;
}

.white { color: white; }

.orange { color: #FB9101; }

h1
{
	color: #FFFFFF;
   font-family: "Century Gothic", Tahoma;
   font-size:12pt;
}

hr
{
	border-style: outset;
   border-width: 1px;
}

a
{
   color: #FB9100;
   border: none;
   text-decoration: underline;
   outline:none;
}

a:hover
{
	color: #DFAD25;
}

img
{
	border: none;
}

#placeholder_content {
   background-color: #39322A;
   height: 27px; /*37*/
   width: 159px;
   margin-top:10px;
   text-align:center;
}

#table_border_left {
	background-image:url(images/table_border_left_tile.png);
   background-repeat:repeat-y;
   height:227px;
   width:77px;
}

#table_border_right {
	background-image:url(images/table_border_right_tile.png);
   background-repeat:repeat-y;
   height:227px;
   width:54px;
}

#main_content {
   background-color:#2C251D;
   vertical-align:top;
}

td.latestworks {
	width:95px;
   height:64px;
   background-color:#FFFFFF;
}

img.latestworks {
	width:95px;
   height:64px;
}

input, textarea {
	background-color:#39322A;
   color:#FFFFFF;
   border-style:solid;
   border-color:#342E24;
   border-width:2px;
   overflow:auto;
}