* {
    margin:0;
    padding:0;
}

body {
    background: url('../img/bg.png') repeat;
    font-family: monospace, Times, "Times New Roman", Georgia, "New York CE", utopia, serif;
    /* font-size: 90%; */
    /* font-size: 0.9em; */
}



/* COLORS */
body {
    color: black;
}

h1, h2 {
    color: black;
}

h3 {
    color: black;
}

a {
    color: black;
}

/* DESIGN */
p {
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-style: oblique;
}
h1 {
    font-size: 115%;
    margin-bottom: 15px;
}

h2 {
    font-size: 110%;
    margin-bottom: 15px;
}

h3 {
    font-size: 105%;
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
    text-indent: 1em;
    text-align: right;
}

li {
    margin-left: 20px;
}

li li {
    margin-left: 20px;
}

/* LAYOUT */

#container {
    margin: 0 auto;
    text-align: left;
    width: 989px;
}

#header {
    height: 127px;
    background: url('../img/menu.png') repeat-x;
}

#header .logo {
}

#header img {
    margin-top: 15px;
    margin-left: 20px;
    border: none;
    float: left;
}

#menu {
    margin-top: 60px;
    margin-left: 20px;
    display: block;
    height: 50px;
    list-style: none;
    float: left;
}

#menu li {
    float: left;
}

#menu li a {
    font-weight: bold;
    margin-right: 20px;
    padding-left: 20px;
    background: url('../img/bullet.png') no-repeat;
}

#content {
    height: 489px;
    background: url('../img/content.png') no-repeat;
}

#left {
    padding: 20px;
    width: 454px;
    height: 449px;
    float: left;
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-style: oblique;
}
#right {
    padding: 20px;
    width: 454px;
    height: 449px;
    float: left;
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-style: oblique;
}

.half1 {
    width: 210px;
    float: left;
}
.half2 {
    margin-left: 5px;
    width: 215px;
    float: left;
}

#info {
    height: 466px;
    background: url('../img/info.png') no-repeat;
}

#footer {
    height: 298px;
    background: url('../img/footer.png') no-repeat;
}

#right h2 {
    background: url('../img/bigbullet.png') no-repeat;
    padding-left: 35px;
}

.event {
    background: url('../img/event.png') no-repeat;
    width: 226px;
    height: 73px;
    margin: 3px;
    display: block;
    padding-left: 5px;
}

#right ul, #left ul {
    list-style: none;
}
#right ul li, #left ul li {
    background: url('../img/bullet.png') no-repeat;
    padding-left: 20px;
    margin-left: 0px;
    padding-bottom: 5px;
}
#galery {
    padding: 20px;
    width: 999px;
   }
.photocategory {
    width: 490px;
    xheight: 70px;
    float: left;
    
}

.photocategory h1 {
    clear: both;

}
