html {
      overflow: scroll;
}

body {
	margin-top:20px;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
}

table { border-collapse:collapse }

.standardBlack{
        font-family: Arial, "Times New Roman", Georgia, Times;
        font-size: 12pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #000000;
}

.standardRed{
        font-family: Arial, "Times New Roman", Georgia, Times;
        font-size: 12pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color:#FF0000;
}

.standardwhite{
        font-family: Arial, "Times New Roman", Georgia, Times;
        font-size: 12pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color:#FFFFFF;
}

.boldwhite{
        font-family: Arial, "Times New Roman", Georgia, Times;
        font-size: 12pt;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color:#FFFFFF;
}

.toolbarSeperator{
	color:#FFFFFF;
}
		
.toolbarLinks{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #FFCC00;
}

.copywrite{
        font-family: "Times New Roman", Georgia, Arial, Times;
        font-size: 8pt;
        font-style: normal;
        
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #333333;
}

a:link {color:#FFFFFF;font-family:Arial;}      		/* unvisited link */
a:visited {color:#FFFFFF;}  		/* visited link */
a:hover {color:#FF0000;}  	/* mouse over link */
a:active {color:#0000FF;}  		/* selected link */


/*gallery*/

div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

