body
{
      background-color: #333333;
      color: #9999CC;
      font-family: Arial, Helvetica, Verdana, "sans serif";
      font-size: 15px;
      text-align: center;
}

div#wrapper
{
	position : relative;
      border : 0px solid #FF0000;
	margin : 0 auto;
      top : 20px;
      width : 1150px;
      text-align: left;
}

div#title
{
      background-color: #000000;
	position : relative;
      border-top : 5px double #9999CC;
      border-bottom : 0px;
      border-right : 5px double #9999CC;
      border-left : 5px double #9999CC;
      padding : 10px;
      width : 785px;
}

div#menu
{
      background-color: #000000;
	position : relative;
	float : left;
      border-top : 0px solid #000000;
      border-bottom : 5px double #9999CC;
      border-right : 5px double #000000;
      border-left : 5px double #9999CC;
      padding : 20px;
}

div#main
{
      background-color: #000000;
	position : relative;
	z-index : 1;
	float : left;
      border : 5px double #9999CC;
      padding : 10px;
	min-width : 740px;
	max-width : 850px;
	min-height : 440px;
	max-height : 850px;
      top : 40;
	left : -10px;
	overflow : auto;
}

div#bottom
{
      background-color: #000000;
	position : relative;
	clear : both;
      border : 5px double #9999CC;
      padding : 10px;
      top : -1;
      text-align : center;
      width : 200px;
	top : -12px;
	left : 100px;
}

#pic
{
	position : relative;
	z-index : 2;
}

div#error
{
	position : relative;
      border : 0px solid #FF0000;
	margin : 0 auto;
      top : 50px;
      text-align: center;
}

div#thumb
{
	margin: 3px;
	border: 1px solid #A0ACC0;
	height: auto;
	float: left;
	text-align: center;
}

div#thumb img
{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
}

div#thumb a:hover img
{
	border: 1px solid black;
}

div#phototitle
{
	text-align: center;
	font-weight: normal;
	width: 160px;
	margin: 0 3px 3px 3px;
}

h2
{
	line-height : 0px;
}

img
{
      border: 0;
      max-width : 710px;
      text-align : center;
}

a:link
{
      color : #9999FF;
}

a:visited
{
      color : #9999CC;
}

a:active
{
      color : #9999CC;
}

a:hover
{            
      color : #0000FF;
}

hr
{
      height: 0px;
      border: solid #000000 1px;
      width: 95%;
}

table
{
      border: 0px solid;
}

table.border
{
      border: 1px solid #000000;
}

th
{
      border: 1px solid #000000;
      background-color: #BBBBBB;
}

td
{
      border: 0px solid;
}

td.border
{
      border: 1px solid #9999CC;
      padding: 10px;
}

input[type="text"], input[type="textarea"], input[type="password"], input[type="checkbox"], textarea, select
{
      background-color: #0099FF;
      border: double #000000;
      font-family: "Courier New", "OCR A Extended", Verdana, Helvetica, sans-serif;
}
