body
{
  background:#000000;
  color:#cccccc;
  font-family:verdana;
  font-size:14px;
  margin:0px;  
}

a
{
  text-decoration:none;
  color:#9999ff;}

a:hover
{
  text-decoration:none;
  color:#6666ff;
}

#main
{
  background:#000000;
  margin-left: auto;
  margin-right: auto;
  width:1024px;
  height:100%;
  text-align: left; 
  position:relative;
}

#index
{
  background:#000000;
  margin-left: auto;
  margin-right: auto;
  width:875px;
  height:100%;
  text-align: left; 
  position:relative;
  top:100px;
}

#indexTitle
{
  height:65px;
}

#indexPageTitle
{
  color:#cccccc;
  font-size:28pt;
}

#header
{
  padding-top:15px;
}

#pageTitle
{
  color:#cccccc;
  font-size:28pt;
}

#content
{ 
  width: 1024px; 
  height:520px;
  margin-top:15px;
  margin-bottom:15px;
  border:solid 2px #222222;
}

#theContent
{
  padding:35px;
}

#contentGallery
{
  width: 1024px;   
  height:520px;
  margin-top:15px;
  margin-bottom:15px;
  border:solid 2px #222222;
}

#contentContact
{
  padding-top:95px;
  text-align:center;
}

#menu
{
  width:100%;
  height:30px;
  text-align:right;
}

#indexMenu
{
  width:100%;
  height:30px;
  text-align:right;
  position:relative;
  top:20px;
  right:15px;
}

#menu_item
{
  font-size:12pt;
  color:#cccccc;
  cursor:pointer;
}

#menu_item_selected
{
  font-size:12pt;
  color:#9999ff;
}