/* PAGE STYLE */
 
 #demo_navigation {
  width: 800px;
  margin: 10px auto;	
 }
 
 #demo_navigation a {
  background:gray;
	color: white;
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid gray;
	
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;	
 }
 
 #demo_navigation a:hover {
  background: darkgray;
 }
 
 #description {
  margin: 0px;
  margin-top: 50px;
  background: #FFD040;
  border-style: solid;
  border-color: #FFEBA2;
  border-top-width: 5px;
  border-bottom-width: 5px;
 }
 
 #description p{
  width: 900px;
  margin: 20px auto;
  color: #996600;
 }
 
 