/* 
#6F1200
#A80000
#F3EBEA
*/ 

/* OGOLNE */
* {margin: 0; padding: 0}
body {background: #fff url(gfx/bg.jpg) repeat-x; text-align: center}
#top {position: relative; width: 800px; height: 227px; margin: 0 auto; background: url(gfx/bg_top.jpg) no-repeat}
hr {margin: 10px; border: 1px solid #6F1200}

/* BILBOARD */
#bilboard {position: relative; width: 750px; height: 150px; margin: 20px auto; text-align: center}
#bilboard img {border: 0}

/* BOX */
#box {position: relative; width: 800px; margin: 0 auto; text-align: left}

/* CONTENT */
#content {position: relative; width: 440px; margin-left: 101px; padding: 0 10px 10px 70px; text-align: left; background: #F3EBEA; border-right: 5px solid #6F1200; border-top: 5px solid #6F1200; min-height: 500px}
*html #content {height: 500px}
#content h1 {font: bold 22px Georgia; margin: 10px 5px; color: #6F1200}
#content h2 {font: bold 18px Georgia; margin: 8px 5px}
#content p {font: 13px/1.3 Georgia; margin: 3px}
#content p a {color: #6F1200}
#content ul {margin: 10px 20px}
#content li {font: 12px/1.5 Georgia}

/* NAV */
#nav {position: absolute; top: 0; right: 0; width: 170px; text-align: left; background: #A80000; border: 3px solid #6F1200}
#nav h3 {background: #6F1200; padding: 3px; font: bold 16px Georgia; color: #F3EBEA}
#nav ul {margin: 10px 5px; list-style-type: none}
#nav li {font: bold 10px/1.5 Verdana}
#nav li a {color: #F3EBEA}
#nav li a:hover {text-decoration: none}

/* BG */
#bg {position: absolute; top: 5px; left: 0; width: 171px; height: 494px; background: url(gfx/bg_content.jpg) no-repeat top}

/* INNE */
.p {width: 400px; min-height: 200px; margin: 15px; background: #CEAEA8; padding: 6px; text-align: left; border: 2px solid #6F1200}
*html .p {height: 200px}
.p h2 {font: bold 18px "Trebuchet MS"; margin-bottom: 10px; color: #6F1200}
.p h2 a {color: #6F1200}
.p h2 a:hover {text-decoration: none}
.p p {font: 14px "Trebuchet MS"}
.p img {float: left; margin-right: 10px; border: 1px solid #6F1200}
.p ul {margin: 0 10px; list-style-type: none}
.p li {font: 11px/1.5 Verdana}
.p .l {background: #6F1200; padding: 5px; margin: 10px 10px 10px 150px; color: #fff; text-align: right}

