  body { background-color: rgb(250, 250, 250);
    min-width: 800px;
    color: rgb(51, 51, 51);
	font-size: small;
    background-image: url(bodybg.png);
    }

  .content { border-style: outset;
    border-width: 1px;
    margin: 30px auto;
    background-image: url(contentbg.png);
    width: 700px;
    }

  .header { background-image: url(header.png);
    background-repeat: no-repeat;
    height: 56px;
    clear: both;
    }

  .menu { height: 32px;
    clear: both;
    }

  .menulink { float: left;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    }

  .newsenabled { background-image: url(newsenabled.png);
    }

  .newsdisabled { background-image: url(newsdisabled.png);
    }

  .softwareenabled { background-image: url(softwareenabled.png);
    }

  .softwaredisabled { background-image: url(softwaredisabled.png);
    }

  .aboutenabled { background-image: url(aboutenabled.png);
    }

  .aboutdisabled { background-image: url(aboutdisabled.png);
    }

  .contactenabled { background-image: url(contactenabled.png);
    }

  .contactdisabled { background-image: url(contactdisabled.png);
    }

  .storeenabled { background-image: url(storeenabled.png);
    }

  .storedisabled { background-image: url(storedisabled.png);
    }

  .empty { background-image: url(empty.png);
    }

  .footer { text-align: center;
	font-size: small;
    color: rgb(100, 100, 100);
    }

  .menucontent { margin: 30px;
    }

  .softwarecontent {
	text-align:center;
	width:300px;
	margin: 30px auto;
  }
  
  .softwarecontent:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;  
   }
  
  .softwareitem {
	width: 150px;
	height: 150px;
	text-align:center;
	float:left;
    }

  p { font-size: small;
    margin-left: 30px;
    margin-right: 30px;
    color: rgb(51, 51, 51);
	text-align:justify;
    }

  h1 { font-size: medium;
    color: rgb(51, 51, 51);
    }

  h5 { font-size: small;
    color: rgb(51, 51, 51);
    }

  ul { list-style-type:none;
  }
  
  li { font-size: small;
    margin-left: 30px;
    color: rgb(51, 51, 51);
  }

