﻿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');
}

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

#container {
	margin-top: 20px;
	height: 810px;
	width: 720px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

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

#navigation1 {
	font-size: 14px;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 0px;
	width: 180px;
	height: 750px;
	background-color: #666666;	
}

#navigation2 {
	font-size: 14px;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 180px;
	width: 180px;
	height: 750px;
	background-color: #666666;	
}

#navigation3 {
	font-size: 14px;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 360px;
	width: 180px;
	height: 750px;
	background-color: #666666;	
}

#navigation4 {
	font-size: 14px;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 540px;
	width: 180px;
	height: 750px;
	background-color: #666666;	
}

#navigation5 {
	font-size: 14px;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 720px;
	width: 180px;
	height: 750px;
	background-color: #666666;	
}



