/* CSS Document */
body {
background-image:url(images/top.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
}
#top {
height:169px;
}
#logo {
position:absolute;
top:0px;
right:auto;
bottom:auto;
left:0px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
width:478px;
height:169px;
}
/*Menu*/
#toolbar {
margin:0 auto;
width:900px;
text-align:center;
font-weight:bold;
color:#301e08;
}
#toolbar ul li{
list-style:none;
display:inline;
padding-right:20px;
padding-left:20px;
}
#toolbar a:link, #toolbar a:visited {
color:#301e08;
text-decoration:none;
}
#toolbar a:hover {
color:#301e08;
text-decoration:underline;
}
/*Content*/
#content {
margin:0 auto;
width:900px;
height:auto;
min-height:500px;
text-align:justify;
padding-top:30px;
}
h1 {
color:#53a9c5;
font-size:24px;
font-weight:normal;
}
h2 {
color:#53a9c5;
font-size:16px;
font-weight:bold;
}
#content img {
float:right;
margin: 6px 0px 6px 12px;
}
#content ul li {
padding:3px;
}
/*Footer*/
#stats {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
width:100px;
opacity: 0.2;
display:none;
}
#copy {
width: auto;
height:26px;
background-color:#dccbc0;
border-top:1px dotted #c5b1a4;
background-image:url(images/uzor.jpg);
background-position:top center;
background-repeat:no-repeat;
color:#57483f;
text-align:center;
font-size:10px;
padding-top:22px;
}
/*Sale*/
#footer-s {
clear:both;
width:auto;
height:auto;
min-height:30px;
background-color:#ede4de;
color:#c3afa2;
font-size:10px;
}
#footer-s div {
margin:0 auto;
width:900px;
padding-top:6px;
}
#footer-s a:link, #footer-s a:visited, #footer-s a:hover {
color:#c3afa2;
text-decoration:none;
}
#sss {
padding:10px;
color:#c3afa2;
font-size:10px;
}
#sss a:link, #sss a:visited, #sss a:hover {
color:#c3afa2;
text-decoration:none;
}
#articles {
margin:0 auto;
width:900px;
height:auto;
clear:both;
text-align:center;
padding:4px 0px;
font-weight:bold;
}
#articles a:link, #articles a:visited, #articles a:hover {
color:#301e08;
text-decoration:none;
}