﻿body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:Arial, Helvetica, sans-serif;  
	font-size: 12px;
    color:#000000;
	}
	
#Content {
	width: 740px;
    height: 590px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
	
#leftColumn
{
	width: 235px;
	height: 590px;
	/*border: solid 1px red;*/
	float:left;
}

#rightColumn
{
	width: 490px;
	height: 590px;
	/*border: solid 1px red;*/
	float:right;
}

#galleryMenu
{
	width: 100%;
	height: 260px;
	/*border: solid 1px green;*/
}

#galleryImages
{
	width: 100%;
	height: 330px;
	/*border: solid 1px green;*/
}

a.GalleryUnselected
{      
  font-family:Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
  font-size: 9pt;
  color: #999999;
  line-height: 20px;                              
  padding-left: 5px;                              
  text-decoration: none;
}            
    
a.GalleryUnselected:hover                      
{                
  padding-left: 5px;                              
  color: #666666;
}      
          
a.GallerySelected                              
{                
  font-family:Arial, Helvetica, sans-serif;               
  /*font-weight: bold; */                             
  font-size: 9pt;
  color: #000000;
  line-height: 20px; 
  padding-left: 5px;
  text-decoration: none;
}

.links
{
    list-style-type:square;
    margin:0 0 0 1.25em;
    padding: 0;
    line-height: 1.5;
}

.links a
{
    color: #666666;
    text-decoration:none;
}

.links a:hover
{
    color: #000000;
    text-decoration:none;
}

/* Contact form */
.label
{
    width: 100px;
    height: 16px;
    float:left;
}

.inputField
{
    width: 150px;
    height: 16px;
    margin-bottom: 10px;
    font-family:Microsoft Sans Serif; 
    font-size: 12px;
    color:#333333;
}

.inputArea
{
    width: 250px;
    height: 100px;
    margin-bottom: 10px;
    font-family:Microsoft Sans Serif; 
    font-size: 12px;
    color:#333333;
}


