/*
    Autor: Marcin Krzeminski - www.templatki.net	  
	E-mail: marcin@krzeminski.net
	
	Mozesz robic co tylko chcesz z tym szablonem. Pamietaj jednak aby zostawic linki, które zazwyczaj umieszam w stopce.	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #0d2447;
	line-height: 18px;
}
p {
	padding-bottom: 20px;
}
#wrapper { 
	margin: 0 auto;
	width: 900px;
}
#header {
	width: 900px;
	color: #333;
	height: 150px;
	background: url(../images/header.jpg) 0 0 no-repeat;
	margin-bottom: 20px;	
	color: #fff;
	border-bottom: 1px solid #eee;
}
h1 {
	font-size: 24px;
	padding-top: 20px;
	margin-bottom: 10px;
}
#header h2 {
	font-size: 18px;
}
#header h1, h2 {
	margin-left: 50px;
}
#content { 
	width: 858px;
	padding: 20px;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin: 0px 0px 5px 0px;

}
#sidebar {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right: 1px solid #618dd0;
}
#sidebar h3 {
	border-bottom: 2px solid #eee;
	font-size: 16px;
	margin: 10px 0;
	padding-left: 5px;
}
#sidebar ul {
	list-style-type: none;
}

#sidebar ul li a {
	color: #233147;
	font-size: 14px;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
#sidebar ul li a:hover {
	font-weight: bold;
	
}
#main h2 {
	margin: 10px 0;
	font-size: 20px;
}
#footer { 
	color: #fff;
	width: 878px;
	border: 1px solid #618dd0;
	background: #1b4b94;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
#footer ul {
	list-style-type: none
}
#footer ul li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}
#footer a, #copyright a {
	text-decoration: none;
	color: #618dd0;
}
#footer a:hover, #copyright a:hover {
	color: #eee;
}
#copyright {
	text-align: center;
	font-size: 11px;
	color: #719bdb;
}