html, body {
	background-color: #ffffff;
	background-image: url("images/tlo22.jpg");
	background-repeat: repeat-x;
	color: #a3a2a2;	
	font-family: arial;
	letter-spacing: 1pt;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a, active, visited {
	font-family: arial;
	font-size: 12px;
	letter-spacing: 2pt;
	color: #5f5f5f;	
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-size: 12px;
	letter-spacing: 2pt;
	color: #123546;
	text-decoration: none;
}

h1 {
	color: #123546;	
	font-family: arial;
	font-size: 11px;
	letter-spacing: 1pt;
	text-align: left;
	font-weight: bold;
	background: #f2f2f2;
	padding: 4px;
}


#top {
	width: 700px;
}


#naglowek {
	width: 800px;	
	position: relative;
}


#blog {
	width: 500px;
	text-align: justify;
	line-height: 15px;
}

#portfolio {
	width: 805px;
	text-align: justify;
	line-height: 15px;
}


#menu	{
	position: absolute;
	left: 70px;
	top: 0px;
	color: #555555;	
	font-family: arial;
	font-size: 12px;
	padding: 3px;
	text-align: justify;
	width: 190px;
	height: 126px;
	background-color: #EDECED;
	opacity: 0.7;
}
	
textarea {
	color: #a3a2a2;	
	font-family: arial;
	letter-spacing: 1pt;
	font-size: 12px;
	background-color: #f2f2f2;
	border: none;
	padding: 3px;
	width: 250px;
	height: 100px;
}

.link a, visited, active {
	color: #444446;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 2px;
	display: block;
	line-height: 30px;
	
}
	
.link a:hover {
	color: #123546;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 2px;
	display: block;
	line-height: 30px;
	background: #f2f2f2;
	border-right: 10px #123546 solid;
	
}
