
body {
	background-color: #FDFFB8;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: green;
	text-decoration: none;
}

a:hover {
	background-color: orange;
}

#header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 40px;
	color: #001178;
	background-color: orange;
	border-bottom: 1px green solid;
}
	
#header h1 {
	letter-spacing: 0.2em;
	text-align: right;
	padding-right: 5px;
}

#navbar {
	position: absolute;
	top: 40px;
	left: 0;
	color: green;
	border: 1px green solid;
} 

#navbar ul {
	list-style-type: none;
}

#navbar li {
	padding: 1em;
	display: inline;
	text-align: center;
}

#navbar li li {
	font-size: 0.833333333em;
	font-weight: normal;
	list-style-type: none;
	border-left: none;
}

#navbar h2 {
	color: green;
	text-align: center;
	border-bottom: 1px green solid;
}

#content {
	position: absolute;
	z-index: 10;
	top: 20%;
	left: 15%;
	right: 15%;
	border: 1px green solid;
}

#content h3 {
	color: green;
	font-style: italic;
	border-bottom: 1px green solid;
	border-top: 1px green solid;
	text-align: center;	
	padding-left: 1em;
	padding-right: 1em;
}

#content p {
	padding-top: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
}

#content img {
	position: absolute;
	top: 41%;
	left: 29%;
}

#main img {
	position: absolute;
	top: 41%;
	left: 29%;
}

#main p {
	position: absolute;
	top: 50%;
	left: 55%;
	font-style: italic;
	font-size: 135%;
}

#cs img {
	position: absolute;
	top: 44%;
	left: 31%;
}

#cs p {
	position: absolute;
	top: 50%;
	left: 55%;
	font-style: italic;
	font-size: 135%;
}


#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
}

#footer p {
	position: absolute;
	font-size: 85%;
	bottom: 1%;
	right: 1%;
}

#valid {
	position: absolute;
	bottom: 1%;
	left: 1%;
	display: inline;
}

span.strike {
	text-decoration: line-through;
}
