html, body {
	height: 100%;
	color: #A6A6A6;
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	background: #282828;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 961px;
	margin-left: 0px;
	margin-right: auto;
}

#menu {
	width: 185px;
	float: left;
	text-align: left;
	vertical-align: top;
	color: #b3b3b3;
	margin-top: 64px;
	padding-left:10px;
	line-height:200%;
	background-color:#282828;
}


#menu A:link, #top_menu A:link {
	background-color:#282828;
	text-decoration : none;
	display: block;
	width:95%;
	color: #ADADAD;
	padding-left:5px;
}
#menu A:hover, #top_menu A:hover {
	background-color:#432A2A; 
	text-decoration : none;
	display: block;
	width:95%;
	color:white; 
	padding-left:5px;
}
#menu A:visited, #top_menu A:visited {
	background-color:#282828;
	text-decoration : none;
	display: block;
	width:95%;
	color: #ADADAD;
	padding-left:5px;
}
#menu A:visited:hover , #top_menu A:visited:hover {
	color:white; 
	text-decoration : none;
	display: block;
	width:95%;
	background-color:#432A2A; 
	padding-left:5px;
} 

#menu span {
	width:170px;
	padding-left:5px;
}


#blog {
	width: 751px;
	float: left;
	padding:5px;
	margin-top: 15px;
}


#blog .data {
	background-color:#282828;
	color: #4C4C4C;
	font-family: Arial, helvetica, sans-serif;
	font-size: 30px;
	text-align: right;
}
#blog .tytul {
	background-color:#282828;
	color: #8A3A3A;
	font-weight: bold;
	font-family:  "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 35px;
}
#blog .tytul a {
	background-color:#282828;
	color: #8A3A3A;
	font-weight: bold;
	font-family:  "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 35px;
	text-decoration:none;
}
#blog .info {
	background-color:#282828;
	color: #8A3A3A;
	font-family:  "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 15px;
	margin-bottom:10px;
}
#blog .info a {
	background-color:#282828;
	color: #8A3A3A;
	font-family:  "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 15px;
	text-decoration:none;
}
#blog .info a:hover { 	text-decoration:underline; }

#blog .notka {
	margin-bottom:50px;
	line-height:200%;
	text-align: justify;
}

#blog .notka .komentarz {
	display:block;
	text-align:right; 
	color: #8A3A3A;
	background-color:#282828;
}
#blog .notka .komentarz a {
	color: #8A3A3A;
	text-decoration:none;
	background-color:#282828;
}
#blog .notka .komentarz img {
	vertical-align:middle;
}

#stopka {
	background-color:#282828;
	border-top: solid 1px;
	border-color: #343434;
	padding:10px 0px 20px 0px;
	font-size:11px;
	float:left;
	width:100%;
	text-align:center;
	color: silver;
}

img {
	border: solid 0px
}


a {
	background-color:#282828;
	color: #8A3A3A;
	font-family:  "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	text-decoration:none;
}