body {
	background-color: #fff;
}



#nav {
	margin: 0;
	text-align: left;
}
	
#nav a {
	line-height: 30px;
	margin-left: 0;
	margin-right: 4px;
	padding: 6px 12px 7px 11px;
	background-image: url(../img/bt01.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#nav a:hover {
	background-image: url(../img/bt02.png);
	background-repeat: no-repeat;
}

#nav a.activeSlide {
	background-image: url(../img/bt02.png);
	background-repeat: no-repeat;
}

#nav a:focus {
	outline: none;
}

#caption {
	width: 500px;
	text-align:left;
	padding-top: 10px;
	font-family: 'trebuchet ms', verdana, arial;
	font-size: 11px;
	color: #333;
}

img {
	border: 0;
}
