/* style for display pages*/

#container  {

	width:800px;
	margin:0 auto;
}
	
section  {
	width:800px;
	font-family:arial;
	padding:10px;
	margin:auto;
	margin-bottom:10px;
	float:left;
}
h2,h1 {
	font-family:verdana;
	color:red;
}
h3 {
	font-family:verdana;
}
aside a {
	
	font-family:verdana;
	color:black;
}

aside {				
	position:fixed;	
	right:50px;
	top: 250px;  /* height includes header */
	width:150px;
	border-left:solid 3px $efefef;
}
aside h2 {
	font-family:verdana;
	color:red;
}

