BODY
{
   background-color:#ffffff;
   margin: 0px;
   padding: 0px;
   font-family: trebuchet ms, verdana;
   font-size: 12px;   
   width:100%;
   line-height:16px;
}
p, td, input
{
   font-family: trebuchet ms, verdana;
   font-size: 11px;
}
A, A:link, a:visited {text-decoration: none; color: #0000ff}
A:hover 
{
   color: Red;
   text-decoration: underline;
}

img
{
    border: 0px;
}

div.mainnav {border-top: 1px dotted #bababa; border-bottom: 1px dotted #bababa; padding:2px; width:730px; text-align:left}
div.mainpage {width:730px; text-align:left; padding-top:20px}
div.mainhead {background-image: url(../images/bg_main.jpg); background-repeat: no-repeat; background-position: top right;}
div.mainbody {background-image:url(../images/mid_border.gif); background-position: center; background-repeat: repeat-y;}
.gryfnt {color:#666666; font-size:14px;}
.redfnt {color:#9a1e20; font-size:16px;}
a.grylink, a.grylink:visited
{
color:#666666;
text-decoration: none;
}
a.grylink:hover 
{
color:#666666;
text-decoration: underline;
}
a.grypg, a.grypg:visited
{
color:#666666;
text-decoration: none;
}
a.grypg:hover 
{
color:#aaa;
text-decoration: none;
}
a.redlnk, a.redlnk:visited
{
color:#9a1e20;
text-decoration: none;
}
a.redlnk:hover 
{
color:#9a1e20;
text-decoration: underline;
}

/*======================================================================================================================================================================================*/
/* GALLERY */
/*======================================================================================================================================================================================*/
.spotlight_overlay {
  position: absolute;
  left: 0px; /* extra 1px because title images have 1px border */
  top: 0px;
  height: 76px;
  width: 76px;
  margin:0;
  padding:0;
  background-image: url('../images/i_spotlight.gif');
  background-repeat: no-repeat;
  background-position: top right;
  
  cursor: pointer;

}


/*======================================================================================================================================================================================*/
/* GALLERY */
/*======================================================================================================================================================================================*/
div.img
  {
  margin: 2px;
  border: 1px solid #5f442c;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 0px;
  border: 3px solid #7c452c;
  }
div.img a:hover img
  {
  border: 3px solid #a75d3d;
 }
/*======================================================================================================================================================================================*/

#submitlogin {
	width: 84px;
	height: 42px;
	border-style: none;
	cursor:pointer;
	background-color: transparent;
	background-image: url(../images/login.gif);
}

#submitregister {
	width: 84px;
	height: 43px;
	border-style: none;
	cursor:pointer;
	background-color: transparent;
	background-image: url(../images/signup.gif);
}

#submitprofile {
	width: 84px;
	height: 43px;
	border-style: none;
	cursor:pointer;
	background-color: transparent;
	background-image: url(../images/submit.gif);
}