/*
 * Combined style sheet for the index pages and the slide pages.
 */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align:center;	
	background-color: #fff;
	background-image: url('../res/bg_plain.jpg');
	background-repeat: repeat-x;
	color: black;
	margin: 5px;
}
h1 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: 100;
	margin: 6px;
}
a {
	color: #669933;
	text-decoration:none;
}
.row {
	font-size: 14px;
	text-align:center;
	width: 100%;
}
.thumb {
	font-size: 10px;
	margin: 6px;
	display: -moz-inline-box; /* For FF<3 */	-moz-box-orient: vertical; /* For FF<3 */	display: inline-block; /* IE <8 needs this tripped back to display: inline; to make it work on block elements - see conditional below */
}
.image {
	border: 1px #333 solid;
}
.icon {
	border: 0px;
}

