/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

h2 {
 text-align: center;
}

#wrapper { 
 margin: 0 auto;
 width: 613px;
}
#header {
 color: #333;
 width: 613px;
 float: left;
 padding: 0px;
 height: 175px;
 margin: 0px;
 background: url('./images/sennik_01.jpg');
}
#navigation {
 float: left;
 width: 613px;
 padding: 0px;
 margin: 0px 0px 5px 0px;
 height: 39px;
}

#menu {
 list-style: none;
 float: right;
 margin-left: 60px;
 padding: 0px;

}

p {
 margin: 10px;
 text-align: justify;
}

#menu li {
 float: left;
 margin-right: 50px;
}

#menu li a {
 display: block;
 height: 20px;
 text-decoration: none;
 font-weight: bold;
 color: #FFFFFF;
 margin-top: 10px;
 text-transform: uppercase;
}

a {
 text-decoration: none;
 color: #000000;
}

a:hover {
 text-decoration: underline;
}

#leftcolumn { 
 margin: 0px;
 padding: 0px;
 min-height: 350px;
 width: 380px;
 float: left;
 background: #FFFFFF;
 border-right: 1px #999999 solid;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 min-height: 350px;
 width: 232px;
 display: inline;
 background: #FFFFFF;
 
}

#top {
 list-style: none;
 margin: 15px;
 padding: 0;
}

#footer { 
 width: 613px;
 height: 43px;
 clear: both;
 background: url('./images/sennik_06.jpg');
 margin: 0px;
 padding: 0px;
}
