body
{
  margin: 0;
  background-color: #fff;
}

#photo
{
  position: absolute;
	text-align: center;
  top: 5px;
  left: 115px;
  width: 645px;
  height: 98%;
  overflow: auto;
}

@media screen
{
  body>#photo
  {
    position: fixed;
    overflow: auto;
	  left: 105px;
  }
}

/* [if IE]> */
body
{
	overflow-y: hidden;
}

#menu
{
	top: 5px;
	left: 5px;
	padding-top: 5px;
	padding-left: 5px;
  height: 100%;
  overflow: auto;
  width: 110px;
  text-align: center;
}

@media screen
{
  body>#menu
  {
	  width: 100px;
  }
}

div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	FONT-STYLE: normal;
}

a { text-decoration: none; }

img { margin: 0; border: none; padding: 2px; }

#menu img { margin-bottom: 5px; }

#menu a:link 	  {	COLOR: #FF9814; }
#menu a:active  {	COLOR: #ff0000; }
#menu a:visited {	COLOR: #ED2F12; }
#menu a img { border: solid 1px #3410A7; }
#menu a:hover img {	border: 1px solid #FF9814; 	}

a.thumb:link 	 {	COLOR: #FF9814; }
a.thumb:active  {	COLOR: #ff0000; }
a.thumb:visited {	COLOR: #ED2F12; }
a.thumb:hover 	 {	COLOR: #FF9814; }

#menu a.thumb img { border: solid 2px #FF9814; }

