  body {
	margin: 0px 0px 0px 0px;
	background-color: #314e6c;
	font-family: 'Bitstream Vera Sans',Verdana,sans;
}
  
  #page {
	margin: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: White;
	background-image: url("cel2_cont_bg.png");
	background-repeat: repeat-x;
}
  
  #title {
    position: absolute;
    top: 30px;
    left: 300px;
    font-style: italic;
	 color: Highlight;
    padding: 0px;
    margin: 5px;
  }
  
  #subtitle {
    position: absolute;
    top: 43px;
    right: 100px;
    color: gray;
    font-size: small;
    padding: 2px;
    margin: 0px;
  }
  
  #sectionnav {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 150px;
   font-size: small;
	padding-right: 10px;
	background-image: url("linea1v_bg.png");
	background-position: right;
	background-repeat: no-repeat;
}

  #sectionnav a {
	display: block;
	text-decoration: none;
	padding: 4px;
	padding-left: 16px;
}
  
  #content {
	position: relative;
	margin: 30px 50px 20px 180px;
	padding-right: 10px;
}
  
  #footer {
    text-align: center;
    color: gray;
    font-size: x-small;
    border-top: 1px solid #cccccc;
    margin-top: 30px;
  }
  
  h3 {
    border-bottom: 1px solid #cccccc;
  }
  
  hr {
    color: #023390;
    background-color: #023390;
  }
  
  kbd {
    font-size: 90%;
    white-space: pre;
  }
  
  .screenshot {
    padding: 2px;
    margin: 2px;
    border-bottom: solid 1px #e0e0e0;
  }
  
  .screenshot .image {
    padding: 5px;
  }
  
  .screenshot .description {
    float: right;
    text-align: justify;
    padding: 5px;
    width:60%;
  }
  
  
  
  .navheader {
    margin-top: 50px;
  }
  
  code {
    font-family: courier,courier-new,fixed;
    white-space: pre;
  }
  
  .note {
    background-color: #ffdb43;
    border: 1pt solid #6e8ae6;
    padding: 4pt;
    margin: 5pt;
	 font-size: large;
  }
  
  .azibox {
    background-color: #6e8ae6;
    border: 1pt solid #ffdb43;
    padding: 4pt;
    margin: 5pt;
/*    text-align: center;*/
    font-family: Arial,Helvetica,sans-serif;
  }

  .rl {
	text-align: left;
	color: Red;
}

  .rc {
	text-align: center;
	color: Red;
}
  
  .rr {
	text-align: right;
	color: Red;
}

/*  .navbox a {
     color: #ffffff;
  }*/


