body {
	margin: 35px 0px 0px 35px;
	background:#ececec;
}
	
#container {
	width:960px;
	height:auto;
	background-color:#ececec;
}
#menu {
	width:160px;
	height: 500px;
	position:fixed;
	float: left;

}
#content {
	width:790px;
	height: auto;
	background-color:#ececec;
	margin-left:170px;
}

#content p{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	display:block;
	padding-bottom:6px;
	padding-left:0px;
	border-bottom:#666 thin solid;
	margin-top: 5px;
	margin-bottom:30px;
	
}

#content h5{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	margin-top: 5px;
	margin-bottom:30px;
	text-align:left;
	text-decoration:none;
	
}

#logo {
	width:101px;
	height:109px;
	background-image:url(img/pawelkuba.png);
	background-repeat:no-repeat;
}

ul#buttons {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin-top:20px;	
	padding:0;
	width:auto;
	list-style:none;
	width:80px;
	
	}	
	
ul#buttons li {
	display:block;
	color:#000;
	text-decoration:none;
	margin-top:5px;
	
	}

ul#buttons li a{
	display:block;
	color:#000;
	text-decoration:none;
	}

ul#buttons li a:hover{
	background-color:#000;
	color:#ececec;
	}
	
	
#brochure  {
	margin-top: 35px;
}

