﻿/*
CSS for HTML and Gaming
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: white;
	line-height: 125%;
	padding: 0;
	margin: 0;	
}

h1 {
	font-size: xx-large;
	background-color: #22518b;
	color: white;
	padding-top: 2em;
	padding-bottom: .25em;
	padding-left: .4em;
	width: 100%;
	margin: 0;
}

h2 {
	color: navy;
	font-size: 130%;
	font-weight: bold;
	padding-top: 10px;

}


li {
	font-size: small;
	list-style-type: none;
}

p {
	font-size: small;
	color: black;
	width:60%;
}

#tagline {
	font-style: italic;
	font-size: medium;
	background-color: #bed8f3;
	border-top:2px solid #7893b4;
	border-bottom: 2px solid #7893b4;
	font-family: Times;
	width: 100%;
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: 1em;
	margin: 0;
}
#header {
	width: 100%;
}

#navigation {
	
	width: 180px;
	background-color: #cbdaec;
	border: navy;
	height: 200px;
}

.fun {
	color: black;
	font-family: Times;
	letter-spacing: 0.05em;
}


.highlight {
	border-width:1px;
	border-style: solid;
	border-color: gray;
}

.floatright {
	float: none;
}







a:link {
	color: black;
}

a:visited {
	color: purple;
}

A:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	color: aqua;
	background-color: navy;
}









#header, #sitebranding, #tagline, #navigation, #bodycontent, #banner {

	padding: 2px;
	margin-bottom: 2px;
}
#navigation, #bodycontent, #header, #tagline, #banner {
	position: absolute;
}

#banner {
	Left: 600px;
	top:1px;
	}

#tagline {
	Top: 110px;
}

#navigation {
	Top: 190px;
}
#bodycontent{
	Top: 178px;
	left: 200px;
}

