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

a:link {
	color: #cccccc;
}

a:visited {
	color: #333333;
}

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

a:active {
	color: red
}


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

h1 {
	text-align: center;
	font-size: x-large;
}

#bg {
	position: absolute;
	z-index: 0;
	top: 200px;
	left: 130px;
	width: 580px;
	height: 500px;
	background-color: #bfbfbf
	}

#navigation1 {
	font-size: large;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 480px;
	background-color: #666666;	
}

#navigation2 {
	font-size: large;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 140px;
	width: 140px;
	height: 480px;
	background-color: #666666;	
}

#navigation3 {
	font-size: large;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 280px;
	width: 140px;
	height: 480px;
	background-color: #666666;	
}

#navigation4 {
	font-size: large;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 420px;
	width: 140px;
	height: 480px;
	background-color: #666666;	
}

#logo {
	position: absolute;
	z-index: 2;
	top: 420px;
	left: 280px;
	height: 60px;
	width: 600px;
}

#textbox {
	position: absolute;
	z-index: 3;
	top: 480px;
	left: 280px;
	width: 560px;
	height: 350px;
	padding: 20px;
	background-color: #3f3f3f;
	color: white;
	font-size: medium;
	text-align: center;
}

