﻿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');
	font-size: 13px;

}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#container {
	position: relative;
	z-index: 0;
	height: 800px;
	width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666666;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 600px;
	background-color: black;

}

#navigation1 {
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 20px;
	width: 150px;
	height: 600px;
}

#navigation2 {
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 190px;
	width: 220px;
	height: 600px;
}

#navigation3 {
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 430px;
	width: 150px;
	height: 600px;
}

