root { 
    display: block;
}
body {
    margin: 0px;
    padding: 0px;
	background: url(bg.gif) repeat-x;
	background-color: #aa1902;
	color: #737373;
}

div {
	text-align: justify;
}

#page {
    width: 950px;
    border: 1px solid black;
    margin: 15px auto 15px auto;
	background-color: white;
}
#page_title {
    border-bottom: 1px solid black;
    padding: 5px;
    color: red;
	text-align: center;
	background-color: gray;
}

#page_title a   {
	font-size: 24px;
	color: white;
	text-transform: uppercase;
}

#part_1 {
    
}
#part_1_left {
    width:800px;
    float:left;
}
#part_1_right {
    width:150px;
    float:left;
}
#part_1_right img {
    margin: 0;
    padding: 0;
}
#top_picture {
    width: 800px;
}
#below_picture {
    
}
#left_col {
    float:left;
    width: 200px;
}
#right_col {
    float:left;
    width: 600px;
}
#footer {
    border-top:1px solid black;    
	background-color: #cccccc;
}
#footer a {
	color: #06276F;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
	color: #ffa900;
}
#footer ul {
    list-style:none;
    margin:0;
    padding:0;
}
#footer ul li {
    display:block;
    float:left;
    margin:5px;
}
#second_menu {
    border:1px solid black;
    margin:3px;   
}
#second_menu ul {
    list-style: circle;
}
#second_menu a {
	color: #06276F;
    text-decoration: none;
}
#second_menu a:hover {    
    text-decoration: underline;
	color: #ffa900;
}
#main_menu {
    border:1px solid black;
    margin:3px;
}
#main_menu a {
    color: white;
    text-decoration: none;
}

#main_menu a:hover {
	color: #ffa900;
}

#main_menu ul {
    list-style: none;
    margin:0;
    padding:0;
}
#main_menu ul li {
    display: block;
    width:100%;
    padding:0px;
    text-align:center;
    margin:0px;
    padding: 3px 0px 3px 0px;
	background-color: #aaaaaa;
}
#main_menu ul li:hover {
    background: #dddddd;
}
#content {
    padding: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #06276F;
}

a:hover {
	text-decoration: underline;
	color: #ffa900;
}

h1 {
	margin: 10px 0;
}

h1 a{
	font-size: 14px;
}


/* PAGINATOR */
#paginator {
	color:gray;
	font-size:11px;
}
#paginator span {
	color:gray;
	font-size:11px;
}
#paginator a {
	color:gray;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
#paginator a.current {
	font-weight:bold;
}
#paginator a:hover {
	text-decoration:none;	
}

/* WYBRANE ARTYKUŁY (RANDOM MENU) */
#random_menu {
    font-size:9px;
    text-align:left;
    margin:5px;
}
#random_menu ul {
    margin:0;
    padding-left:15px;
}
#random_menu ul li {

}
