
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		-moz-border-radius:0px;
		background-color: #fff;
		padding: 0px;
		width: 475px;
	}
	
	#gallery table{
		border:colapse;
	}
	
	#gallery table tr td img{
		width:150px;
		vertical-align:top;
		height:150px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline;width:33%; }
	#gallery ul img {
		border: 5px solid #999;
		border-width: 5px 5px 20px;
		width:120px;
		height:120px;
	}
	#gallery ul a:hover img {
		border: 5px solid #666;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	

	img.img{border:2px solid #ccc;};
	
	p,body{
		font-family:sans-serif;
		font-size:12px;
	}
	p{font-family:arial;font-size:14px;margin:10px;}
	
	hr{
		border:0px;
		background:#def;
		height:1px;
	}
	#sideNav{
		width:195px;
		font-size:13px;
		font-family:arial,sans-serif;
		margin:0px;
		margin-top:5px;
		padding:0px;
		list-style:none;
	}
	
	#sideNav li.selected{
		background:#fc0;
	}
	
	#sideNav li{
		padding:3px;
		background:#def;
		border-bottom:1px solid #fff;
	}
	h1{
		background:#def;
		font-family:sans-serif;
		font-size:21px;
		padding:5px;
		margin:0 0 1px; 0;
		margin-top:5px;
		display:block;
		height:56px;
		vertical-align:bottom;
		line-height:91px;
		color:#039;
	}
	
	#footer{
		background:#ffc;
		font-family:arial;
		font-size:14px;
	}
	
	small.disclaimer{
		width:100%;
		text-align:center;
		background:#9cf;
		font-size:11px;
		color:#666;
		font-family:sans-serif;
	}
	#wrapper{
		border:5px solid #fff;
		background:#fff;
		width:675px;
		margin:0 auto;
	}
	
	body{
		background:#def;
	}
