#header {
	width: 800px; 
	padding: 0 0 12px 0; 
	text-align: center; 
	border-bottom: 1px solid #f2f2f2;
}

	form {
		display: inline;
	}

	#header a {
		padding: 0 25px 0 25px;
		color: #06f;
		text-decoration: none;
		font-size: 1em;
	}
	
	#header a:hover {
		text-decoration: underline;
	}
	
	#header a.active {
		text-decoration: none;
		color: #666;
	}
	
	#header #categories {
		display: none; 
		width: 125px; 
		border: 1px solid #666; 
		background-color: #fff;
		padding: 5px;
		text-align: left;
		z-index: 5000;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
		opacity: 0.99;
	}
	
		#header #categories a {
			display: block;
			float: left;
			width: 100px;
			padding: 3px;
			font-size: 0.8em;
			text-decoration: none;
		}
	
		#header #categories a:hover {
			text-decoration: underline;
		}
	
	#header #search {
		display: none; 
		width: auto; 
		border: 1px solid #666; 
		background-color: #fff;
		padding: 5px;
		text-align: left;
		z-index: 5000;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
		opacity: 0.99;
		white-space: nowrap;
	}
	
		#header #search span {
			display: block;
			color: #999;
			font-size: 0.8em;
		}
	
#content {
	padding: 12px 0 19px 0;
}
	
#footer {
	width: 800px; 
	padding: 12px; 
	text-align: center; 
	border-top: 1px solid #f2f2f2;
}

	#footer a {
		padding: 0 15px 0 15px;
		color: #06f;
		text-decoration: none;
		font-size: 0.8em;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
#social {
	text-align: center;
	padding-bottom: 5px;
}
	
#legal {
	font-size: 0.7em;
	color: #999;
}
	
	#legal a {
		color: #999;
		text-decoration: none;
	}
	
	#legal a:hover {
		text-decoration: underline;
	}

 
.slideshow img {  
    padding: 5px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  300px; 
    height: 300px; 
    top:  0; 
    left: 0;
}
