body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #2C2C2A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto;
	width: 970px;
}
hr {
	border: 1px solid #810100;
	margin: 5px 30px 5px 30px;
}
h1 {
	text-align: justify;
	font-size: 115%;
}
p {
	text-align: justify;
	font-size: 100%;
	padding-bottom: 8px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
#header {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-top: 10px solid #000000;
	padding: 20px 0px 0px 300px;
	margin: 0px;
	height: 64px;
	position: relative;
	color: #999999;
	font-size: 105%;
	z-index: 1;
}
#header, active {
	color: #910000;
	font-size: 105%;
	text-decoration: none;
}
#header a {
	color: #999999;
	font-size: 105%;
	text-decoration: none;
}
#header a:hover {
	color: white;
	font-size: 105%;
	text-decoration: none;
}
#container {
	background-color: #2C2C2A;
	padding: 0px;
	margin: 0px;
	height: 560px;
	position: relative;
	z-index: 1;
}
#box1 {
	position: absolute;
	z-index: 20;
	top: 70px;
	left: 340px;
	/*border: 1px solid white;*/
	width: 305px;
	height: 350px;
	overflow: hidden;
	color: #FFFFFF;
}
#box2 {
	position: absolute;
	z-index: 10;
	top: 110px;
	left: 150px;
	/*border: 1px solid white;*/
	width: 170px;
	height: 265px;
	display: block;
}
#box3 {
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 650px;
	/*border: 1px solid white;*/
	width: 170px;
	height: 265px;
	display: block;
}
#box4 {
	position: absolute;
	z-index: 11;
	top: 120px;
	left: 50px;
	/*border: 1px solid white;*/
	width: 100px;
	height: 230px;
	display: block;
}
#box5 {
	position: absolute;
	z-index: 12;
	top: 120px;
	left: 820px;
	/*border: 1px solid white;*/
	width: 100px;
	height: 230px;
	display: block;
}
.bg0 {
	background-image: url(images/bg0.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.bg1 {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.bg2 {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.bg3 {
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#picture {
	margin: 1px;
	padding: 2px;
	border: 1px solid #910000;
}
#footer {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
	color: #999999;
	position: relative;
	z-index: 1;
}
/*******S T A R T   S C R O L L E R**********/
#divUp
{
    left: 280px;
    top: 0px;
    position: relative;
}
#divDown
{
    left: 280px;
    top: 290px;
    position: relative;
}
#divScrollTextCont
{
    visibility: hidden;
    overflow: hidden;
    width: 280px;
    height: 240px;
    position: relative;
}
#divText
{
    left: 0px;
    position: relative;
    top: 0px;
    text-align: left;
}

/*******E N D   S C R O L L E R*************/
