﻿/* @import url("layout.css"); */

body {
	font-size: 0.8em;
	background-image: url("../images/background.jpg");
	background-repeat: repeat;
	font-family: Verdana;
}

#header {
	position:relative;
	margin:60px auto;
	width: 900px;
	height: 100px;
	background-color: #FFFFFF;
	z-index:100;
}

#header-l {	float: left; }

#header-r {
	width:700px;
	float: right;
	text-align:center;
}

#container {
	position: relative;
	margin:0 auto;
	top:-163px;
	width: 860px;
	min-height:300px;
	border: 3px solid;
	border-color: #000;
	padding:100px 20px 20px 20px;
	z-index:0;
}

#nav-h {
	position: absolute;
	padding: 10px 0 10px 0;
	top: 100px;
	height: 40px;
	z-index: 500;
}

#content {
	position:relative;
	left:-20px;
	min-height:500px;
	width: 900px;
	background: url(../images/bg2.jpg);
	padding:0 0 100px 0;
}

#text {	position: relative;	top:60px; left:60px; margin-bottom:100px; }

.bluetext { background-image: url('txtblue.png'); padding:20px;  }
.bluetext p { text-align:justify;}

.greytext { background-image: url('txtgrey.png'); padding:20px; }
.greytext p { text-align:justify; }

.redtext { background-image: url('txtred.png'); padding:20px; }
.redtext p { text-align:justify; }

.whitetext { background-image: url('txtwhite.png'); padding:20px; }
.whitetext p { text-align:justify; }

.yellowtext { background-image: url('txtyellow.png'); padding:20px; }
.yellowtext p { text-align:justify; }


#filmstrip { position: relative; margin: 0 auto; top: -475px; width: 900px; height: 275px; z-index:100; background-color:#fff; }
#frame1 { position:absolute; top: 42px; left: 5px;   z-index:-10; }
#frame2 { position:absolute; top: 42px; left: 306px; z-index:-10; }
#frame3 { position:absolute; top: 42px; left: 602px; z-index:-10; }

#footer {
	position:relative;
	margin: 0 auto;
	width: 900px;
	top:-476px;
	z-index:200;
	background-color: #C0C0C0;
	text-align: center;
	padding:10px 0 10px 0;
}




