// Copyright 2008 LukDojo.com
// Design and code by LukVision, NYC

A                {color: #ffffcc}
A:link           {color: #ffffcc}
A:hover          {color: #cc6633}
A:active         {color: #cccc33}
A:visited        {color: #ffffcc}
A:visited:hover  {color: #cc6633}

A.w               {color: #ffffff}
A.w:link          {color: #ffffff}
A.w:hover         {color: #d8d4be}
A.w:active        {color: #d8d4be}
A.w:visited       {color: #ffffff}
A.w:visited:hover {color: #d8d4be}

A.r               {color: #7a003c; text-decoration: none}
A.r:link          {color: #7a003c; text-decoration: none}
A.r:hover         {color: #333333; text-decoration: none}
A.r:active        {color: #333333; text-decoration: none}
A.r:visited       {color: #7a003c; text-decoration: none}
A.r:visited:hover {color: #333333; text-decoration: none}

A.g               {color: #333333; text-decoration: none}
A.g:link          {color: #333333; text-decoration: none}
A.g:hover         {color: #333333; text-decoration: none}
A.g:active        {color: #333333; text-decoration: none}
A.g:visited       {color: #333333; text-decoration: none}
A.g:visited:hover {color: #333333; text-decoration: none}

i          {font-weight: italic}
b          {font-weight: bold}

body       {margin: 0px;}

.body2       {margin: 0px; background-image: url("../images/img_gfx/bk.jpg"); background-repeat: repeat-x;}

.bk_ptn {background-image: url("../images/img_gfx/bk_ptn.jpg"); background-repeat: no-repeat;}

.ft        {font: 9px/18px verdana,arial,helvetica,sans-serif}
.hd        {font: bold 16px/23px georgia,times,times new roman,serif}
.txt       {font: 12px/21px verdana,arial,helvetica,sans-serif}
.txtsm     {font: 9px/12px verdana,arial,helvetica,sans-serif}

.hdw       {font: 16px/23px verdana,arial,helvetica,sans-serif; color: #ffffff;}
.txtw      {font: 12px/21px verdana,arial,helvetica,sans-serif; color: #ffffff;}



#imageSlideshowHolder{
    width:256px;
    height:252px;
    background-color:#000;
    position:relative;
    
  }
  .imageInGallery{    
    width:256px;
    height:252px;
    background-color:#000;
    left:0px;
    top:0px;
    position:absolute;  
  } 
