article, aside, figure, footer, header, nav, section, content, columnright {
    display: block;
}


html {
	background-image:url("../images/tile-cosmic-rain-color.jpg");
		margin-top: 20px;
		background-color: #D9D9D9;
}

body {
	font-family: "Times New Roman", Times, sans-serif;
	width: 1200px;
	background-color: #D9D9D9;

	border: 0px solid #A60000;

	margin:0 auto;
}

section {
	background-color: #D9D9D9;
	margin-bottom: -2.4em;
	border-top: 10px solid #525252;
}

head {

}
section img {
	display: inline;
	margin-bottom: 19px;
	margin-right: 275px;
	margin-left: 275px;
	background-color: #D9D9D9;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.7em;
	padding-right: 1.7em;
}

.top h2 {
	text-align:center;
	padding-top: 10px;
	color: #D9D9D9;
		background-color: #525252;
}

.top {
	margin-left: auto;
	margin-right: auto;
	background-color: #525252;
	height: 160px;
	
}

header {
	background-color: #525252;
}



nav {
	display: inline;
	background-color: 525252;
}

nav ul{
	list-style: none;
	margin-top: 0em;
	margin-left: auto;
	margin-bottom: 0em;
	margin-right: auto;
	padding-top: 18px;	
	padding-bottom: 32px;
	border-top: 4px solid #D9D9D9;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: black;
		background-color: 525252;
}
nav ul li {
		padding-top: 0px;
		padding-bottom: 17px;
	display: inline;
			background-color: 525252;
	}
nav ul li img {
	display: inline;

	}

nav ul li {
	padding: 0 .7em;

	border-right: 0px solid #A60000;
}

nav a {
	color: black;
	text-decoration: none;
}

nav a:hover, nav a:focus {
	font-weight: bold;
}

aside {
	float: left;
	margin-top: -20px;
	width:276px;
	height: 580px;
	padding-top: 0px;
	background-color: #525252;
	border-right: 4px solid #D9D9D9;
	border-bottom: 4px solid #D9D9D9;
}

aside img {
	margin-left: 50px;
}

aside p {
	text-align: center;
	color: white;
}

#image9 {
	margin-top: 20px;
}

#r-sidebar {
	float: right;
	margin-top: 40px;
	width:250px;
	height: 420px;
	border-left: 4px solid #D9D9D9; 
	border-top: 4px solid #D9D9D9; 
	border-bottom: 4px solid #D9D9D9; 
	overflow: hidden;
	background-color: #525252;
	background-image: url(images/r-sidebar-image.png);
	padding-left: 50px;
	margin-right: 0px;
	padding-top: 40px;
}

#r-sidebar p {
	color: #D9D9D9;
}

#clock {
		Padding-left: 25px;
}

content {
	height: 600px;
	background-color: black;
	border-bottom: 4px solid #D9D9D9;
	margin-top: -20px;
	padding-bottom: 10px;
	border-top: 4px solid #D9D9D9;
}

#image8 {
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 35px;
}
#show {
	padding-left: auto;
	padding-right: 16px;
	padding-top: 0px;
}
a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: #66FFFF;
}


footer {
	height: 50px;
	background-color: black;
	border-bottom: 4px solid #D9D9D9;
	margin-top: -16px;
}

footer img {
		padding-left: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right:20px;
		float: left;
}

footer ul li p {
		color: white;
		padding-top: 10px;
		padding-right: 200px;
		font-size: 80%;
}








