/* CSS File */
/* Copyright (C) 2009 Michal Ginda */
/* www.hosting.michal.idl.pl */

body {
 margin: 0px;
 padding: 0px;
 text-align: center;
 background: #FFFCC5;
 color: #000;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
}

h2 {
 color: #002592;
 font-size: 15px;
}

p {
 margin-left: 23px;
 margin-right: 23px;
 text-align: justify;
}

a {
 color: #002592;
 text-decoration: none;
 font-weight: normal;
 font-size: 12px;
}

a:hover {
 color: #001B6B;
 text-decoration: none;
 font-weight: normal;
 font-size: 12px;
}

#title {
 color: #002592;
 font-weight: bold;
 text-decoration: none;
}

#all {
 width: 770px;
 margin: 0px auto;
}

#header {
 width: 770px;
 height: 137px;
 margin-top: 10px;
 background: url(/images/header.jpg) no-repeat;
}

#menu {
 width: 770px;
 height: 27px;
 padding-top: 7px;
 text-align: right;
 color: #050575;
 background: url(/images/menu.jpg) no-repeat;
}

#menu a {
 color: #FFF;
 text-decoration: none;
 font-weight: bold;
 font-size: 14px;
}

#menu a:hover {
 color: #D6D2D2;
 text-decoration: none;
 font-weight: bold;
 font-size: 14px;
}

#body_top {
 width: 770px;
 height: 19px;
 background: url(/images/body_top.jpg) no-repeat;
}

#body {
 width: 720px;
 padding-top: 1px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 30px;
 background: url(/images/body_bg.jpg);
 text-align: left;
}

#body_bottom {
 width: 770px;
 height: 29px;
 background: url(/images/body_bottom.jpg) no-repeat;
}

#footer {
 color: #1E1E1E;
 font-size: 10px;
}

#footer a {
 color: #1E1E1E;
 text-decoration: none;
 font-weight: bold;
 font-size: 10px;
}

#footer a:hover {
 color: #1E1E1E;
 text-decoration: underline;
 font-weight: bold;
 font-size: 10px;
}

