#headerBar {
	background-color: #333;
	height: 30px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
body {
	margin: 0px;
	padding: 0px;
}
#maincontent {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contentHeaderBar {
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#contentBar {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#menuHeaderBar {
	background-image: url(images/topBarFade.jpg);
	background-repeat: repeat-x;
	height: 40px;
	padding: 10px;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#menufooterBar {
	background-repeat: repeat-x;
	padding: 10px;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#menuHeaderBar img {
	margin-right: 10px;
	margin-left: 10px;
}
#contentBar {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 13px;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
}
#floatingImage {
	float: right;
	z-index: 999;
}


/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 640px; /* important */
	height: 540px; /* important */
	margin: 0;
	background: #fff;
}

#example_6_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
		width: 13440px;
	}
	#container_bd #example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
	}

#container_bd #example_6 ul li img {
	display: block;
}

#example_6_frame {
	position: relative;
	margin: 485px 131px 0 131px;
}
#container_bd #example_6_frame ul li {
	margin: 0 2px;
}
#container_bd #example_6_frame ul li img{
	border: 1px solid #9cf;
	padding: 2px;
}
	#container_bd #example_6_frame ul li img:hover {border: 1px solid #369;}
			
#maincontent #menuHeaderBar a {
	color: #333;
	text-decoration: none;
}

#maincontent #menuHeaderBar a:hover {
	color: #666;
	text-decoration: none;
}

#headerBar a {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
#maincontent #contentBar #quotes span {
	font-family: Garamond, Georgia, Tahoma;
	color: #999;
	font-size: 80px;
	float: left;
	margin-top: -10px;
}
#maincontent #contentBar #quotes p {
	color: #666;
	font-style: italic;
}
#maincontent #contentBar #quotes p strong {
	color: #FF661D;
}

