@media all {

	body {	font-family: times new roman;
		font-size: 120%; line-height:120%;
		#color: orange;
		background: url(pictures/50-Years.jpg);
		background-position: center; background-repeat: no-repeat;
		background-attachment: fixed; background-size: 40%; }

	#container { width:60%; margin:auto; }

	header { text-align:center; line-height:200%; margin-bottom:2%; }

	h {	color:#FF7700;
		margin-top:2.25em; margin-left:auto; margin-right:auto;
		font-size:200%; font-weight:bold;
		text-decoration:underline; width:20em; }
	
	p { margin-top:2%; }

	nav { width:auto; height:auto; font-size:100%; }

	aside {	width:20%; position:fixed; padding:0%; }

	#info {	margin-top:2%; position:relative; }
	
	footer { margin-top:2%; text-align:center; 
			margin-bottom:4%; font-size:75%; }

	#sidebar{ line-height:130%; }
	
	.ddList	{ margin-left:5%; }
}

