/* BASICS */

html
{
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 12px 'Lucida Grande', Verdana, sans-serif;
	background-image: url(../IMAGES/bg_temp2.jpg); 
	background-repeat: repeat-x;
	background-color: #66ccff;
}

body img {
	border:0;
}

a {
	text-decoration: none
	font-style: italic;
	color:#c82f25;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color:#000;
}



/* BASIC POSITIONING */

.corner {
	position: absolute;
	height: 225px;
	width: 221px;
	left: 0;
	top: 0;
	background: url(../IMAGES/corner.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}



.homebase {
	position:relative;
	width:2200px;
	height:550px;
	margin: 20px 0 0 0px;
	padding: 10px;
}

.explainer {
	float:left;
	width:250px;
	margin: 130px 10px 0 0px;
}

.explainer p {
	font-size:12px;
	margin:10px 0 0px 15px;
	color:#fff;
}

.panel1 {
	float:left;
	margin:0 35px 0 0px;
}

.panel2 {
	float: left;
	margin:0 35px 0 0px;
}

.panel2video {
	z-index: 100;
	margin: -270px 0 0 147px;
}

.panel3 {
	float: left;
	margin:0 35px 0 0px;
}

.panel3video1 {
	z-index: 100;
	margin: -530px 0 0 210px;
}

.panel3video2 {
	z-index: 100;
	margin: 230px 0 0 213px;
}

.panel4 {
	float:left;
}

.panel4video {
	z-index: 500;
	margin: -317px 0px 0px 10px;
}

