﻿/*Link behaviour*/

img { 
border-style: none; 
text-decoration: none; 
} 

a:link {
	color: #cccccc;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #cccccc;
	font-style: italic;
}

a:active {
	color: red
}

/*End link behaviour*/

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url('images/stripe.gif');
}

h1 {
	text-align: center;
	font-size: small;
}

/*Boxes*/

#ground {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 1100px;
	height: 2100px;
	background-color: #333333;
	color: #999999;
}

#logo {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 130px;
	width: 600px;
	height: 100px;
}

#title {
	position: absolute;
	z-index: 4;
	top: 100px;
	left: 20px;
	width: 250px;
	color: #996600;
	text-align: left;
	font-size: 24px;
	text-shadow: 2px 2px black;	
}

#linkbox {
	position: absolute;
	z-index: 6;
	top: 180px;
	left: 0px;
	width: 250px;
	padding: 20px;
	color: #999999;
	text-align: left;
	font-size: small;
}

#image1 {
	position: absolute;
	z-index: -1;
	top: 60px;
	left: 250px;
	width: 480px;
	height: 360px;
}

#image2 {
	position: absolute;
	z-index: 2;
	top: 390px;
	left: 0px;
	width: 480px;
	height: 360px;
}

#image3 {
	position: absolute;
	z-index: 3;
	top: 710px;
	left: 250px;
	width: 480px;
	height: 333px;
}

#caption {
	position: absolute;
	z-index: 0;
	top: 500px;
	left: 480px;
	width: 250px;
	height: 190px;
	padding: 20px;
	color: #cccccc;
	text-align: left;
	font-size: x-small;
}

#textbox {
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 740px;
	width: 320px;
	padding: 10px;
	color: white;
	text-align: left;
	font-size: small;
}

/*End boxes*/

