body {
	font-family: arial;
	margin: 0px;
	background-image: url(debloy-web-border-top.png);
	background-repeat: repeat-x;
}
#centeredmenu {
   float:left;
   width:100%;
   background:#fff;
   border-bottom:4px solid #FF9900;
   overflow:hidden;
   position:relative;
   margin: 0 0 20 0px;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#FFBB00;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#FF9900;
   font-weight:bold;
}
#body {
   margin-left: auto;
   margin-right: auto;
   width: 800px;
   padding: 10 10 10 10px;
}
#body h1 {
   font-family: arial;
   color: #4c4c4c;
   font-size: 24px;
   font-weight: bolder;
}
#body h2 {
   font-family: arial;
   color: #4c4c4c;
   font-size: 20px;
   font-weight: bolder;
}

#body p {
	font-family: arial;
	color: #4c4c4c;
	font-size: 20px;
	font-weight: none;
	text-align: justify;
}
body .logo {
margin-top: 20px;
}
.quote {
   border: 1px solid #c8c8c8;
   background-color: #ddd;
   font-style: italic;
   width: 600px;
   padding: 20px;
   margin-left: 40px;
}
#body p.author {
   float:right;
   font-style: italic;
   font-size: 12px;
   color: #aaa;
}