@charset "UTF-8";
/* CSS Document */

body {
	background-color: #black;
	background-image: url(../pictures/background_01.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #white;
	padding: 0px 40px 10px;
	margin: 0px;
}
a {
	color: #white;
	text-decoration: none;
}
ul {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px 40px 10px;
	margin: 0px;
	list-style-position: inside;
	list-style-image: url(../pictures/dot.gif);
}
div#container a:hover {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #black;
	text-decoration: none;
}
h1 {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8F8F75;
	text-decoration: none;
	padding: 40px 40px 20px;
	margin: 0px;
}
h2 {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8F8F75;
	text-decoration: none;
	padding: 10px 40px;
	margin: 0px;
}
div#header {
	background-image: url(../pictures/Header.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	height: 75px;
	width: 742px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #black;
}
div#nav {
	height: 40px;
	width: 742px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../pictures/nav_background.gif);
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
}
div#nav a {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	float: left;
	height: 27px;
	width: 80px;
}
div#nav a:hover {
	color: #ffffff;
	text-decoration: none;
}
div#nav ul {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 742px;
}
div#nav li {
	background-image: url(../pictures/li.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 80px;
	color: #black;
}
div#nav li:hover {
	padding: 0px;
	height: 27px;
	width: 80px;
	float: left;
	background-image: url(../pictures/li_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	color: #black;
}
div#container {
	padding: 0px;
	height: 350px;
	width: 701px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #black;
	border-right-width: 21px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #black;
	border-left-color: #black;
	background-image: url(../pictures/nav_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#footer {
	background-image: url(../pictures/nav_04.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 35px;
	width: 742px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #black;
}
#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	border-bottom: 1px solid #black;
	background: #black;
	text-align: center;
}
 
#demo-wrapper {
	overflow: hidden;
	height: 320px;
	width: 700px;
	position: relative;
}
 
#demo-inner {
	width: 3705px;
	height: 320px;
	position: relative;
}
 
.scrolling-content {
	width: 650px;
	height: 320px;
	position: absolute;
}
 
.scrolling-content {
	color: #fff;
	padding: 0;
	font-size: 12px;
}
 
#content1 {
	left: 0px;
	top: 0px;
}
 
#content2 {
	left: 750px;
	top: 0px;
}
 
#content3 {
	left: 1500px;
	top: 0px;
}
 
#content4 {
	left: 2250px;
	top: 0px;
}
#content5 {
	left: 3000px;
	top: 0px;
}
#content6 {
	left: 3750px;
	top: 0px;
}
#content7 {
	left: 4500px;
	top: 0px;
}

