body {
}
p {
}
h3 {
}
h4 { 
}
#container { background-color: #CC3333;
			min-width: 900px;
			font-family: Arial, Verdana, sans-serif;
}
#logo { text-align: center;
		color: #000000;
		background-color: #FFFFFF;
		border-bottom: 5px solid;
		background-image: url(picture.jpg);
		padding-bottom: 10px;
}
#div1 { z-index: 1;
		position: absolute;
		top: 0px;
		left: 80px;
}
#div2 { z-index: 2;
		position: absolute;
		top: 10px;
		left: 110px;
}
#div3 { z-index: 3;
		position: absolute;
		top: 50px;
		left: 100px;
}
#left { float: left;
		width: 150px;
		margin-top: 130px
}
#center { margin-top: 80px;
		margin-right: 300px;
		margin-left: 190px;
		padding: 5px 25px 10px 10px;
		color: #000000;
		background-color: #FFFFFF;
		font-size: 1.25em
}
#right { float: right;
		width: 260px;
		text-align: center;
}
.login { margin-top: 10px;
		text-align: center;
}
.footer { text-align: center;
		padding-top: 10px;
		clear: both;
		background-color: #000000;
		color: #FFFFFF;
}
.cookies {
}
.navBar { font-family: Arial, Verdana, sans-serif;
}
.nav { text-decoration: none;
	font-size: 1.25em;
}
a.nav:link { color: #000000; 
				border: 2px inset #FFFFFF; 
}
a.nav:visited { color: #FFFFFF; 
				border: 5px inset #000000; }
				
a.nav:hover { color: #FFFFFF; 
				border: 3px outset #000000; }
