/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    /*background: url('../images/bg.jpg') repeat-x ;*/
    background-color: #642426;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    visibility: hidden;

}

#wrapper {
    width: 1000px;
    margin: auto;
    background-color: white;
}

#logo {
    width: 200px;
    height: 200px;
    float: left;
}

#fancy {
    width: 800px;
    float: right;
}

#logo img {
    border: none;
}

#menubar {
    text-align: left;
    width: 1000px;
    background-color: #B2886C;
    clear: both;
    line-height: 30px;
}

#menubar li {
    display: inline;
    border-right: 1px solid white;
    padding: 2px 10px;
}

#menubar a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#sidebar {
    width: 285px;
    margin: 0 15px 0 0;
    float: left;

}

#sidebar h3{
    background-color: #B2886C;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding-left: 5px;
    color: #ffffff;
}

#sidebar ul{
    margin-top: 10px;
}

#sidebar li {
    padding: 0;
}

#sidebar a{
    color: #000;
    font-family: verdana;
    padding-left:10px;
    font-size: 12px;
    text-decoration: none;
}

#sidebar a:hover{
    text-decoration: underline;
    color: #bb886C;
}

#main {
    width: 690px;
    float: left;
    font-family:"Trebuchet MS",Geneva,Arial,Helvetica,sans-serifArial,Helvetica,sans-serif;
    line-height: 17px;
}
#main p{
    text-indent: 20px;
    text-align: justify;
}
.image {
    display: block;
    float: left;
    width: 100px;
    margin: auto;
    padding: 10px;
    text-align: center;
}

.image p{
    font-size: 12px;
    text-align: center;
}

.asd {
    color: red;
}

.image img{
    border: none;
}

#pimg {
    z-index: 999999;
    display: none;
    position: absolute;
}

#pimg h3 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    padding-bottom: 5px;
    text-align: center;
    border: 1px solid #999;
    background-color: #B58D72;
}