html, body {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Times, Verdana;
	font-size: 1em;
	color: #000080;
	background-color: #6495ed;
	text-align: center;
}

#content {
	height: 100%;
	margin-left: 10.2em;
	text-align: center;
}

#header {
	height: 160px;
	margin-left: 10.2em;
}

#dog {
	margin-left: 20px;
}

#leftnav {
	position: absolute;
	left: 0;
	width: 8em;
	height: 100%;
	padding: 0 0 1em 0;
	margin-top: 3em;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-weight: bold;
	color: #000;
}

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#leftnav li {
	border-bottom: 5px solid #6495ed;
	margin: 0;
}

#leftnav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #6495ed;
	border-right: 10px solid #6495ed;
	background-color: #87ceeb;
	color: #000;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

html>body #leftnav li a {
	width: auto;
}

#leftnav li a:hover {
	border-left: 10px solid #00009C;
	border-right: 10px solid #00009C;
	background-color: #104E8B;
	color: #FFF;
}

a {
	color: #ffd700;
}

a:hover {
	color: #FFF;
}

.stHeadliner {
	position: absolute;
	top: 14em;
	left: 18em;
	font-family: courier new, monospace;
        font-size: large;
        font-weight: bold;
        font-style: italic;
        color: black;
        text-transform: capitalize;
        text-align: center;
        width: 50%;
        height: auto;
        border-style: none;
	background-color: #F0E68C;
        cursor: hand;
	margin-left: auto;
	margin-right: auto;
}

.center1 {
	margin-left: auto;
	margin-right: auto;
}

#small {
	font-size: x-small;
}