article, aside, figure, footer, header, nav, section {
    display: block;
}
* {
margin: 0 auto;
padding: 0; }



body {
margin: 0 auto;
width: 800px;
padding: 0px;

border-style: solid;
border-width: 2px;
box-shadow: 2px 2px 2px 2px #403040;
background-color: white;
}
.container {
position: center;
width: 800px
}


body {
	font-family:"Times New Roman", Times, sans-serif;
	width: 800px;
	margin-bottom: 0em;
	margin-left: auto;
    margin-right: auto;
	background-color: white;
}
header  {
    border-bottom: solid 2px black;
	
	background-image: linear-gradient(45deg, white 0%, orange 75%, black 100%);
}

header h2 {
    font-weight: bold;
}
header li {
display: inline
}
#nav_bar ul {
	list-style: none;
	padding: 0px;
	border-top: 2px solid black;
	}
#nav_bar ul  li{	border-right: 2px solid black;


text-align: center;
padding: 0px 2em;
}
	#nav_bar ul  a:link
	{
	color:black;
	}
	
	#nav_bar ul a:hover, a:active {
    color: green;
}



section {
padding-left: 40px;
padding-right: 40px;
padding-bottom: 0px;
padding-top: 20px;
height: 24em;
	
}

section img {
	margin-top: .5em;
	margin-bottom: 2em;
	margin-right: .5em;
	float: left;
}

section {
    background-color: white;
}
#clock {
		margin-left: 1.5em;
		margin-right: 1.5em;
		text-align: center
		}

#r-sidebar {
	float: right;
	width: 225px;
	height: 380px;
	padding-top: 1.5em;
	padding-left: 1em;
	overflow: hidden;
	background-color: #F5DEB3;


	}	
#r-sidebar img{
	margin-left: 5em;
	margin-bottom: .5em;
	margin-top: .7em;
}
#r-sidebar a{
	margin-left: 5.7em;
 	font-size: smaller;
	text-decoration: underline;
		font-weight: normal
}
.r-sidebar {

	}
#r-sidebar {

} 

aside {
	float: left;
	height: 400px;
	margin-right: 2em;
	margin-top: 1em;
	margin-left: 0em;
	width:180px;



}
aside ul li {
	background-color:orange;
	border:2px solid black;
	margin: 10px;
	padding:2px 0;
	padding-left: 15px;
	padding-right: 15px;
	display:block;
	}
	aside ul a {
	display:block;
	text-align:center;
	}
	
	aside ul  a:link {
	color:black;
	font-weight:bold;
	}
	aside ul  a:hover, aside ul  a:focus {
	color: green;
	font-style: italic;
	text-decoration: none;
}

ul{
padding-left: 1em;
}
#calendar {
	width: 500px;
	}


footer{
    border-top: solid 2px black;
}
footer {
background-image: linear-gradient(45deg, black 0%, orange 75%, white 100%);
}



.ftr {
padding: 12px

}
	


section  h2:first-child:first-letter {
	font-size: 200%;
}


header img {
	float: left;
	margin-right: 1em;
}


	
a:link {
	color:black;
	font-weight:bold;
	text-decoration: none;
}

a:link, a:visited {
	color:black;
	font-weight:bold;
	text-decoration: none;
}

a:hover, a:focus {
	color: green;
	font-style: italic;
	text-decoration: none;
}

li {
	line-height: 1.5em;
}

footer {
	font-size: 75%;
	text-align: center;
	color: black
}
