<style type="text/css">

body {
     }

/* main part (below menu) of the site */     
body {
      background-color: a7b7c7;
      color:#000000;
      margin-left: 200px;
      margin-right: 200px;
      font-family: Arial, Helvetica;
     }

/* top menu of the site */
body.top {
      background-color:#A7B7C7;
      color:#000000;
      margin-left: 200px;
      margin-right: 200px;
      margin-top: 50px;
      font-family: Arial, Helvetica;
      }


/* top logo of the site */
img.logo
	{
	 max-width: 800;
	 margin-bottom: 11px;
	}
img.gadget
	{
	 padding-right: 15px;
	 max-width: 200;
	 max-height: 200;
	}
img.icon
	{
	 max-width: 100;
	 max-height: 150;
	}

/* footer */
foot 
     {
      color:#666666;
      margin-left: 150px;    
     }
     
/* background image for main part of site */
div.back_image
     {
      background-image: url("Images/body_loop.png");
      background-repeat: repeat-y;
      background-attachment:fixed;
      background-position: 200px 360px;
     }



div.text
	 {
          margin-left: 15px;
	  width: 750px;
	 }

p	 {
	  text-indent: 5%;
	  margin-left: 15px;

	 }

/* Table style */
table.spec
	 {
	  text-align: center;
	  font-size: 15;
	  width: 500px;
	 }

th	 {
	  text-align: left;
	  font-size: 15;
	 }

td.list	{			/*colspanned' table cells of class 'list' were used in Gadgets tab
				big padding is necessary to ensure that while data is left aligned
				it is still in the middle*/
	 padding-left: 50;
	 text-align: left;
	}

	 
td.layout
	 {
	  text-align: left;
	  vertical-align: top;
	 }
</style>
