html {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	width: 100%;
}
img {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}
#categories {
	background: #c6c6bd;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #8e8e8b;
	overflow: hidden;
}
#categoriesAJAX {
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	width:10000000px;
}
#categoriesAJAX li {
	float: left;
	overflow:hidden;
}
#categories ul {
	list-style-type: none;
}
#categories .column {
	padding-right: 5px;
	padding-left: 0px;
	width: 204px;
}
#categories .column li {
}
#categories .column a {
	display: block;
	padding-left: 6px;
	background: url('src/cat.jpg') no-repeat;
	line-height: 21px;
	font-size: 11px;
	width: 198px;
	overflow: hidden;
	border: 0;
}
#categories .column a:hover {
	background: url('src/catover.jpg') no-repeat;
	color: #000;
	border: 0;
}
#categories .column .f a {
	background: url('src/cat2.jpg') no-repeat;
}
#categories .column .f a:hover {
	background: url('src/catover2.jpg') no-repeat;
}
#photos, #large {
	padding: 10px;
}
#large {
	float: left;
}
#largeContent {
	margin-top: 5px;
}
#photos ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
#photos li {
	float: left;
	margin: 1px 1px 0 0;
	line-height: 0px;
}
#photos a:hover {
	background: transparent;
	border: 0;
}
.description {
	font-size: 11px;
	line-height: 15px;
	background: #e3e2da;
	padding: 6px;
}
#copyright {
	clear: left;
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #8e8e8b;
}
