* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana;
    font-size: 12px;
    width: 100%;
}

a {
    color: #625B3C;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {margin: 0 0 18px}
img {
    border: none;
}

input {
    vertical-align: middle;
    border:1px solid silver;
    font-family:Verdana;
    font-size:8pt;
}

#wrapper {
    width: 879px;
    margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 179px;
    background-image: url("image/shapka.gif");
}

#header a {
    color:#625B3C;
    font-family:Verdana;
    font-size:14px;
    text-decoration:underline;
}

#header a:hover {
background-color:#E27124;
color:white;
font-family:Verdana;
font-size:14px;
text-decoration:none;
}

input#search {
    background-image:url("image/poisk.gif");
    height:16px;
    width:45px;
    border:0 solid silver;
    font-family:Verdana;
    font-size:8pt;
}

#searchString {
    padding-left: 385px;
    padding-top: 60px;
    text-align: center;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
}

#content div {
    text-align: center;
}

#content div table {
    width: 100%;
    border: 1px solid white;
}

#content div table tr th {
    background-color:#E27124;
    color:white;
}

#content div table tr td {
    color:black;
    text-align: left;
}

/* Footer
-----------------------------------------------------------------------------
#footer {
    height: 100px;
    background: #BFF08E;
}
*/
