body {
	background:url(images/background.png) repeat-x fixed;
    background-color:#303123;
    font-family: Helvetica, Arial, sans-serif;
  	margin: 0;
	padding: 0;
	height: 100%;
    color:white;
}

#header {
	background: url(images/header_bg.jpg) repeat-y;
	height: 90px;
    width: 974px;
}

#header h1 {
    font-size:2.777em;
    margin:25px;
    color:white;
}

#header .search {
    margin-left:744px;
    margin-top:-59px;
    position:absolute;
    width:212px;
}

#header .search input {
    border:1px solid black;
    color:black;
}


#menu {
    height:27px;
    background-color:#787167;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:700;
    overflow:hidden;
}

#menu a {
    color:white;
    text-decoration:none;
}

#menu td {
    width:111px;
    font-family:Arial;
    font-weight:700;
    font-size:10pt;
    text-align:center;
}

#content {
    background-color:#353930;
    color:white;
    border-left:1px solid #000;
    text-align: justify; 
    vertical-align:top;
    font-family:Arial;
    font-size:10pt;
    padding:10px 60px;
    width:100%;
}

#content a {
    color:white;
    text-decoration:underline;
}

#box {
    background-color:#000;
    color:white;
    width:270px;
    vertical-align:top;
    font-family:Arial;
    font-size:10pt;
}

#links {
    font-family:Verdana;
    font-weight:400;
    font-size:8pt;
    color:white;
}

h3 {
    color:#987DA3;
}

.boxtitle {
    background: url(images/pasek_box.jpg)  repeat-y;
    color:white;
    display:block;
    font-family:Verdana;
    font-size:10pt;
    font-weight:700;
    padding:5px 10px;
}

.small_text {
    font-family:Verdana;
    font-size:8pt;
    padding:5px 10px 10px;
}


#title {
    text-align:center;
    font-family:Arial;
}

#links2 {
    font-family:Arial,Verdana;
    font-weight:400;
    font-size:10pt;
    color:#000;
}



a:hover {
background-color:#F4E8C2;
}

#footer {
    background: url(images/footer.jpg) no-repeat;
    height:40px;
    font-family:Arial;

}

#fMadeBy {
    padding-right:10px;
    float:right;
    font-size: 0.7em;
    color: #FF6633;
}


#fMadeBy a {
	color: #FF6633;
}

#fCopyrights {
    text-align:left;
    padding-left:10px;
    font-size: 0.7em;
    color: #FF6633;
}

.component {
    padding-top:1px;
    padding-bottom:1px;
    border:1px solid #AFA186;
    background-color:#DFE0D6;    
}

#error_log {
    color:red;
    font-weight:700;
    font-size:10pt;
}

#login {
    background-image:url(images/u.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
}

#password {
    background-image:url(images/p.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
}

#newsl {
    color:green;
    font-weight:700;
    font-size:10pt;
}

#newsletter {
    background-image:url(images/m.gif);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
}

#button {
    border-right:#000 1px solid;
    border-top:#000 1px solid;
    border-bottom:#000 1px solid;
    border-left:#000 1px solid;
    font-size:13px;
    background-color:#7A939F;
    cursor:auto;
    color:black;
    font-family:tahoma,sans-serif;
    height:22px;
}

img {
    border-right:#000 1px solid;
    border-top:#000 1px solid;
    border-bottom:#000 1px solid;
    border-left:#000 1px solid;
}