body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 9px;
	margin-right: 9px;
}



#nav {
	margin: 0;
	text-align: left;
	top: 0px;
	left: 22px;
	position: absolute;
	z-index: 200;
}
	
#nav a {
	line-height: 39px;
	margin-left: 0;
	margin-right: 4px;
	padding: 14px 18px 15px 18px;
	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: 14px;
	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: 980px;
	text-align:left;
	padding-top: 0;
	font-family: 'trebuchet ms', verdana, arial;
	font-size: 12px;
	color: #333;
}

img {
	border: 0;
}