@charset "utf-8";
body  {
	font: 12pt/16pt Verdana, Arial, Helvetica, sans-serif;
	background: #001e37 url(i/testowy.jpg) bottom left no-repeat;
	margin: 0;
	padding: 0;
	text-align:center;
	color: #FFFBF0;
}

a {
	text-decoration:none;
}

h2 {
	margin: 5px 0 0 0;
}

img {
	border: none;
	
}
#head {
	background: #004e8e url(i/headerpart.jpg) repeat-x;
	height:175px;
	margin: -5px auto;
	
}
#menu {
	background: #000 url(i/menus.jpg) repeat-x; 
	height:41px;
			
}
#menu p {
	padding: 9px 0 0 0;
}
#menu a {
	color:#FFFBF0
}
#menu a:hover {
	text-decoration:underline
}

#wrapper	{
	width: 850px;
	margin: 20px auto 0 auto;
	color:#FFFBF0;
}

#wrapper img {
	margin:20px 0 0 6px;
}
#wrapper h2 {
	margin: 10px 2px 2px 2px;
}
#wrapper p {
	text-align:left;
	margin: 2px 5px 0 25px;
}

#wrapper a {
	color:#FFFBF0
}
#wrapper a:hover {
	text-decoration:underline
}




#leftSide {
	background:transparent url(i/left.png) no-repeat top right;
	margin:0;
	padding:0;
	width: 420px;
	height:835px;
	float:left;
}
#rightSide {
	background:transparent url(i/left.png) no-repeat top right;
	margin:0;
	padding:0;
	width: 420px;
	height:835px;
	float: right;
}
/*classes*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*homepage - classes*/


