/* Victor Kuc CSS Page */

<!DOCTYPE html >
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
-->
<style>
#container{

	height: auto;
	background-color: #08088A;
        padding: 5px;
        float: center;
	}

header {

	height: 100px;
	background-color:#08088A;
	border-bottom: solid olive;
        text-align:center;
        padding: 5px;
}
nav {
	background-color:#08088A;
	height: auto; 
	padding: 5px;
	color: red;
	margin-bottom: 40px;

}

section{
        width: 1100px;
	height: auto;
	font-family: arial, sans-serif;
	padding: 10px;
	background-color: 999999;
	border-top: thin solid white;
	margin-top: 30px;
        float: center;
	
}

footer {
	width: 1100px;
	border-top: thin solid olive;
	color: white;
	padding: 10px;
}

body {
	color: black;
	background-color: navy;
	font-family: arial,sans-serif;

}

h1 {
	color: white;
}

h2 {
	text-align: center;
	color: white;
}

p {
	color: FFFFFF;
}

em {
	text-transform: uppercase;
	color: red;
}

nav a {
	text-decoration: none;
	font-weight: bold;
	color: FFFFFF;
	border-bottom: thin solid olive; 
}

nav a:hover{
	color: green;
	font-size: 1.1em;
}

img {
	margin: 5px 1px 5px 1px;
}

section img {
	position: center;
	margin: 20px 0 5px 10px;
	padding: 0;
}

section h3{
	margin-left: 45px;
}

section p {
	margin-left: 40px;
}

section a {
	color:FFFFFF;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

section a:hover {
	color: green;
}

ol {
	margin: 10px;
	text-align: center;
}

ol li {
	margin: 10px;
}

ul li {
	list-style-type: none;
}

img {
	margin: 5px;
}

form {
	border: solid 2px black;
	font-size: 20px;
	padding:1em;
	float: right;
}

form div {
	margin: 0;
	padding-top: 1em;
	clear:both;
}

label {
	width: 150px;
	margin-right: 20px;
	color: FFFFFF;
	text-align: right;
}

imput.text {
	background-color: navy;
}

#left {
	float: left;
}

input.button {
	color:navy;
	text-transform: uppercase;
}
</style>