/* css reset by Eric A. and Kathryn S. Meyer http://meyerweb.com/eric/tools/css/reset/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr1, th1, td1 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table1 {border-collapse: collapse; border-spacing: 0;}
/* /css reset */

  body,
	html {
		margin:0;
		padding:0;
		background:#e5e5e5 url(../images/bg.jpg) repeat-x;
		color:#6f6f6f;
		font:12px/16px "Trebuchet MS", Verdana, Arial, serif;
	}
	a{
	  font-weight:bold;
	  color:#d32830;
	  text-decoration:none;
  }
  a:hover{
    font-weight:bold;
	  color:#d32830;
	  text-decoration:underline;
  }
	body {
		min-width:940px;
	}
	h2, h3{
    padding-left:29px;
    padding-bottom:15px;
  }	
	#wrap {
		margin:0 auto;
		width:940px;
		background: url(../images/bg-wrap.gif) repeat-y
	}
	#header {
	  background:#f9f9f9;
		height:386px
	}
	#sidebar {
		float:left;
		width:310px;
	}
	#spacial_one{
	  font:14px/18px "Trebuchet MS", Verdana, Arial, serif;
	  color:#fff;
	  background:#d6282f url(../images/bg-sidebar-repeat.jpg) repeat-y;
  }
  #spacial_one a{
    font-weight:normal;
	  color:#fff;
	  text-decoration:none;
  }
  #spacial_one a:hover{
    font-weight:normal;
	  color:#fff;
	  text-decoration:underline;
  }
  #spacial_one ul{
    padding-bottom:10px
  }
  #spacial_one li{
    margin:0px 10px 0px 27px
  }
  #spacial_two{
    font:bold 12px "Trebuchet MS", Verdana, Arial, serif;
	  color:#6f6f6f;
	  margin-top:40px;
    margin-bottom:-10px
  }
  #spacial_two a{
    color:#6f6f6f;
    text-decoration:none;
  }
  #spacial_two a:hover{
    color:#000000;
    text-decoration:none;
  }
  #spacial_two li{
    margin:0px 10px 0px 27px
  }
  #spacial_three{
	  background:url(../images/bg-menu3.jpg) top no-repeat;
	  margin-top:24px;
	  width:310px;
  }
  #spacial_three p{
    margin-left:27px
  }
  #spacial_three a{
    font-weight:normal;
    color:#6f6f6f;
    text-decoration:none;
  }
  #spacial_three a:hover{
    font-weight:normal;
    color:#6f6f6f;
    text-decoration:underline;
  }
  #question{
    margin:25px 0px 15px 27px;
  }
	#center{
		float:right;
		width:307px;
  }
  #center p{
    padding:0px 27px 15px 42px;
  }
  #main {
		float:right;
		width:312px;
	}
	#main p{
    padding:0px 33px 15px 31px;
  }
	#sidebar, #center, #main{
	  padding-bottom:20px;
  }
	#additional {
		background:#e5e5e5 url(../images/additional-bg.gif) right top no-repeat;
		clear:both;
		height:90px;
	}
	#additional p{
	 text-align:right;
	 float:right;
	 height:34px;
   width:621px;
   position:relative;
	 right:0px;
	 top:40px
  }
	#footer {
		background:#e5e5e5 url(../images/footer_bg.gif) top no-repeat;
		height:21px;
		padding-top: 10px;
		padding-bottom:20px
	}
  #nav {
    width:600px;
    height:21px;
    float:left;
  }
  #kaczka{
    float:right;
  }
  
  #message_box { 
       position: absolute; 
       top: 100px; left: 30%;  
	   background:#E5E5E5;
	   padding:5px 8px 14px 8px;
       border:0px solid #ED1C24;
       text-align:center; 
       font-weight:bold; 
       width:640px;
       height:400px;
    }
