  html, body {
    margin: 0;
    padding: 0;
    height:100%;
    }

/* To use "height 100%" for divs in the page, the "highest" container (e.g. the body) */
/* must have it set to 100%.  As the Divs wont have anything to be 100% of */
/* so by setting the body to 100% of the page height, we can use height:100% on a div */
/* to make it the full percentage of the page as well e.g. the left hand button column */
/* without the body having 100% height set the left hand column wouldnt know what to be */
/* 100% off */

  body {
	background-image:url(../images/background/background_img.jpg);
	background-position: top center;
	background-repeat:repeat-y;
	background-attachment:fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
    }

p {
	font-size:12px;
	color:#384C54;
	line-height:15px;
	letter-spacing:normal;
	}

h1 {
	font: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#0a2a3c;
	line-height:18px;
	letter-spacing:.25px;
	}

h2 {
	font: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#684218;
	line-height:16px;
    }

h3 {
	font: Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#AAA;
	font-weight:100;
    }

h4 {
	font: Helvetica, Arial, sans-serif;
	font-size:14px;
	color: 1a3748;
	font-weight:bold;
	line-height:10px;
	}

#topheader {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:964px;
	padding:0;
}

  #container {
    margin-left: auto;
	margin-right:auto;
	margin-bottom:0px;
    width: 964px;
	height: auto;
	background-image:url(../images/main/bgimage_fullspan.png);
	background-repeat: repeat-y; 
    }

  #leftColumn {
    float: left;
    width: 41px;
	height: 100%;
	margin:0px;
    }

  #left_bg {
    float: left;
    width: 41px;
	text-indent:-9999px;
	height: auto;
	background-image:url(../images/main/paperbg_left.png);
	background-repeat:repeat-y;
    }

  #rightColumn {
    float:right;
    width: 22px;
	height:100%;
	text-indent:-9999px;
    background:url(../images/main/paperbg_right.png);
	background-position:top;
	background-repeat:repeat-y;
    }

  #rightColumn_rss {
    float:right;
    width: 22px;
	height:100%;
	text-indent:-9999px;
    background:url(../images/main/paperbg_right.png);
	background-position:top;
	background-repeat:repeat-y;
    }


  #main {
    display: inline-block; /*triggers hasLayout*/
	height:100%;
	background-color:#FFF;
    }

  #colA {
    float: left;
    width: 250px;
	height: inherit;
	padding-left:33px;
	background-color:#FFF;
	line-height:14px;
    }

  #colA img{
	  margin-top:30px;
	  margin-bottom:15px;
  }
  
    #colA blockquote {
	  padding-left:10px;
  }
 
  #colA a:hover{
	  text-decoration:underline;
  }

  #colB {
    float: right;
    width: 538px;
	height: auto;
	min-height:531px;
	padding-top:20px;
	padding-left:50px;
	padding-right:30px;
	padding-bottom:30px;
	background-color:#FFF;
    }

  #colB li{
	  font-size:11px;
	  line-height:18px;
  }
 
   #colB #img{
	   border-color:#222222;
	   border:inset;
  }
	
	
/* Left Column Navigation */

#left_nav {
	width: 41px;
	height:541px;
	float:left;
	margin: 0 auto;
}

  #leftColumn_nav {
	float:left;
	text-indent: -9999px;  
    }

	ul#leftcolumn_nav{  
	width: 41px;  
	height: 541px;  
	list-style: none;
	padding: 0;
	margin: 0;
	}  
  
   ul#leftcolumn_nav li{  
		background:url(../images/main/button_image.png) no-repeat;

	}  

	ul#leftcolumn_nav li a{  
		height: 41px;
		display: block;
		text-indent: -9999px;
		outline: none; 
	}  
		
	ul#leftcolumn_nav li#navbar_home {  
		height:63px;  
		background-position: 0px 0px;  
	}  
   
	ul#leftcolumn_nav li#navbar_classes {  
		height:120px; 
		background-position: 0px -63px;  
	}
		ul#leftcolumn_nav li#navbar_classes a {
			height:120px; 
		}

	ul#leftcolumn_nav li#navbar_work {  
		height:120px; 
		background-position: 0px -183px;  
	}	
		ul#leftcolumn_nav li#navbar_work a {
			height:120px;  
		} 

	ul#leftcolumn_nav li#navbar_about {  
		height:118px;  
		background-position: 0px -303px;  
	}
		ul#leftcolumn_nav li#navbar_about a {  
			height:118px;  
		}
   
	ul#leftcolumn_nav li#navbar_contact {  
		height:121px;  
		background-position: 0px -421px;  
	}   
		ul#leftcolumn_nav li#navbar_contact a {  
			height:121px;  
		}
   
	ul#leftcolumn_nav li#navbar_home:hover{  
		background-position: -41px 0px;  
	}
   
	ul#leftcolumn_nav li#navbar_classes:hover{  
		background-position: -41px -63px;  
	}
   
	ul#leftcolumn_nav li#navbar_work:hover{  
		background-position: -41px -183px;  
	}
   
	ul#leftcolumn_nav li#navbar_about:hover{  
		background-position: -41px -303px;  
	}
   
	ul#leftcolumn_nav li#navbar_contact:hover{  
		background-position: -41px -421px;  
	}
   
   /*END of Left Column Navigation */
   
   /* Gallery Styles */
  
   #gallery_table {
	   width: 851px;
	   padding-left:50px;
	   margin-top:10px;
	   min-height:541px;
   }
  
   #gallery_table img {
	   padding:5px;
	   border:1px;
	   border-color:#222;
   }
   
   #gallery_yearbar {
	   width:275px;
	   height:22px;
	   margin-top:20px;
	   margin-bottom:10px;
	   font-size: 12px;
	   font-weight:bold;
	   color:white;
	   text-align:left;
	   padding-left:20px;
	   padding-top:7px;
	   background-image:url(../images/gallery/year_bar.png);
   }
   
   #gallery_tabs {
	   float:right;
	   text-align:center;
	   padding-top:10px;
	   margin-top:30px;
	   background-image:url(../images/gallery/year_bar.png);
	   width:100px;
	   height:20px;
	   font-stretch:semi-expanded;
	   }
   
   #gallery_tabs a {
	   color:#FFF;
	   text-decoration:none;
   }
   
	/* Link Style */
	
	hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top:30px;
	margin-bottom:30px;
	}
	
a {
	color:#28698d;
	text-decoration:underline;
	font-size:12px;
	line-height:13px;
	}
	
a:hover {
	color: #666;
	text-decoration:underline;
	font-weight:500;
	line-height:13px;
	}

a:active {
	color:#D3FF94;
	font-weight:bold;
	text-decoration:none;
	}
	
a:visited {
	color:#399;
	text-decoration:none;
	}
	
a img { 
	border:none;
	}
	

/* Footer Setup */

#footer {
    background:none;
	text-align:center;
	width:964px;
	clear:both;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
    }

#footer p {
	color:#666666;
	}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#sold {
	text-align: left;
	font-size:12px;
	color:#C00;
}