	
	/* CSS Document */
	
	/* ----------------------------------------------------
	screen
	---------------------------------------------------- */
	
	@import url("home.css");
	@import url("content.css");
	@import url("buttons.css");
	@import url("elements.css");
	@import url("forms.css");
	@import url("headers.css");
	@import url("menu.css");
	@import url("tables.css");
	@import url("links.css");
	
	/* ----------------------------------------------------
	general
	---------------------------------------------------- */
	
	html 
		{ 
		height: 100%; 
		margin: 0 auto; 
		padding: 0; 
		color: #4b3905; 
		text-align: center;
		background-image: url(../img/bg-outter.gif);
		background-repeat: repeat;
		background-color: #4b3905;
		}

	body 
		{ 
		margin: 0 auto; 
		padding: 0;
		font-size: .8em;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: left;
		line-height: 18px;
		}
		
	* 
		{
		behavior: url(../iepngfix.htc); 
		}
		
	/* ----------------------------------------------------
	general site layout
	---------------------------------------------------- */
	
	div#wrapper
		{
		margin: 0 auto; 
		padding: 0;
		width: 952px;
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		background-color: #fff;
		}
		
	div#header
		{
		width: 952px;
		height: 212px;
		background-image: url(../img/h-home.png);
		background-repeat: no-repeat;
		}
		
	div#logo
		{
		padding-top: 0;
		padding-left: 0;
		}
		
	div#nav
		{
		padding-left: 50px;
		margin-top: -13px;
		}

	div#nav ul li
		{
		float: left;
		list-style: none;
		padding-left: 2px;
		}

	div#mainContent
		{
		min-height: 470px;
		height: 100%;
		overflow: auto;
		background-image: url(../img/bg-main.png);
		background-repeat: no-repeat;
		}

	div#sideCol
		{
		float: left;
		padding-top: 88px;
		}
		
	div#sidePhoto
		{
		}
		
	div#sideLogo
		{
		padding-top: 33px;
		padding-left: 85px;
		}
		
	div#contentCol
		{
		float: left;
		width: 486px;
		padding-top: 37px;
		padding-left: 62px;
		padding-right: 42px;
		}
		
	div#sectionHeader
		{

		}
		
	div#sectionContent
		{
		padding-top: 20px;
		}
		
	div#sectionFooter
		{
		clear: both;
		padding-top: 10px;
		}
		
	div#footer
		{
		margin: 0 auto;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		clear: both;
		width: 902px;
		height: 28px;
		background-image: url(../img/bg-footer.gif);
		background-repeat: no-repeat;
		background-position: center;
		}
		
	div#footerCopyright
		{
		float: left;
		padding-top: 15px;
		padding-left: 20px;
		font-size: 10px;
		}
		
	div#footerNav
		{
		float: right;
		padding-top: 15px;
		padding-right: 20px;
		font-size: 10px;
		}

	.content
		{
		background-image: url(../img/bg-content.gif);
		background-repeat: no-repeat;
		padding-top: 36px;
		padding-left: 42px;
		}
		
	.footerLeft
		{
		padding-left: 20px;
		font-size: 10px;
		}
		
	.footerRight
		{
		padding-right: 20px;
		font-size: 10px;
		}
		
	/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */
		
		