html {
    border-left: 0px;
    }

body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
    }

body {
    text-align: center;
    color: #e5e5e5;
  	background-color: #000000;
    }

body, input, select, option, textarea, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: arial, "Trebuchet MS", verdana, lucida, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;	    
    }

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }

#wrapper {
    width: 600px;        
	text-align: left;
    margin: 0px auto;
    color: inherit;
    background-color: #363636;
    border: 1px solid #000000;
	}
    
#content {
    height: 602px;    
    background: url('../image/background.jpg') no-repeat;
    }
    
#home, #error, #contact {
    padding-left: 40px; 
    padding-top: 30px; 
    width: 275px;
    text-align: justify;
    }

#home p, #error p {
    margin-bottom: 10px;
    }

#contact td {
    height: 20px;
    vertical-align: top;
    }    

#contact input.inputText, #contact textarea {
    background-color: inherit;
    color: #e5e5e5;
    border: 1px solid #999999;
    width: 180px;
    }

#contact a:link, #contact a:active, #contact a:visited {
    color: #e5e5e5;
    background-color: inherit;
    text-decoration: none;
    }
    
#contact a:hover {
    color: #999999;
    background-color: inherit;    
    }

#menu {
    color: #e5e5e5;
    background-color: #000000;    
    }
    
#menu td {
    text-align: center;
    background-color: #0f0f0f;
    color: inherit;
    height: 16px;
    }

#menu td.grey {
    background-color: #a2a2a2;
    color: #0f0f0f;
    }
    
#menu td.grey span {
    background-color: inherit;
    color: #e5e5e5;    
    }

#menu a:link, #menu a:active, #menu a:visited {
    color: #a2a2a2;
    background-color: inherit;
    text-decoration: none;
    }
    
#menu a:hover {
    color: #e5e5e5;
    background-color: inherit;    
    }

#menu td.grey a:link, #menu td.grey a:active, #menu td.grey a:visited {
    background-color: #a2a2a2;
    color: #0f0f0f;
    }

#menu td.grey a:hover {
    background-color: #a2a2a2;
    color: #e5e5e5;
    }

ul#categoryMenu {
    list-style-type: none;
    z-index: 2000;
    position: relative;
    left: 149px;    
    display: none;
    }
    
ul#categoryMenu li {
    height: 20px;
    width: 149px;
    background-color: #6a6a6a;
    color: #ffffff;
    border-bottom: 2px solid #363636;
    text-align: center;
    }
    
ul#categoryMenu a:link, ul#categoryMenu a:active, ul#categoryMenu a:visited {
    display: block;
    height: 16px;
    text-decoration: none;
    color: #ffffff;
    background-color: inherit;
    padding-top: 4px;
    font-weight: bold;
    }

ul#categoryMenu a:hover {
    background-color: #797979;
    color: inherit;
    }
    
table#menuTable {
    position: relative;    
    }
    
#feedback_user {
    margin-top: 20px;
    color: #b4d0e0;
    background: inherit;
    }
    
#feedback_user ul {
    list-style-type: none;
    }