 
/* ----- Author: Marta Spendowska ----- */
 
 
 
/* -----start reset  body lists anchors ----- */
 
 
 
* {
 
	margin: 0;
	padding: 0;
	}
 
 
 
 
body {
	background: #fff;
	font: 62.5% Verdana, Arial, sans-serif;
	background: url(../images/dot.png);
	position:relative;
	}
	
body a {
	text-decoration: none;
	color: #5A5A5A;
	}
 
body a:hover {
	color: #26A7C6;
	}
 
body a:active {
	color: #666;
	}
 
 

ul {
	list-style-type: none;
	text-decoration: none;
	}
 
 img {
	 border:none;
 }
 
/* -----end reset  body lists anchors ----- */
 
 
 
/* -----start header and navigation ----- */
.menu {
	position:absolute;
	top:180px;
	left:50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: lowercase;
	color: #333;
	font-size: 12px;
	line-height: 2em;
}
div#wrapper {
	width: 900px;
	min-height:600px;
	margin: 30px auto;

	}
 
div#header {
	min-height: 100px;
	width:400px;
	}
 
 
div#header h1#logo a {
	background: url(../../images/logo.png) no-repeat;
	display: block;
	float: left;
	width: 400px;
	height: 100px;
	text-indent: -9999px;
	}
 

div#header p .print {
	display: none;
}
 

 
div#container {
	width: 900px;
	margin-top: 100px;
	min-height: 450px;
	background-color: #FFF;
	border: 1px #CCC dotted;
	clear:both;
	}
 
 
div#container div#box{
	float: left;
	padding: 20px 10px 0 10px;
	width:400px;
	clear:both;
	}
#wrapper #container #text p  {

	font: normal 1.2em/1.6em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	
	
}
	

/* -----start content ----- */
 
div#container div#text {
	padding:50px 10px 10px 10px;
	}
	
/* -----start form ----- */

div#container div#text{
	float: right;
	width: 430px;
	height: 390px;
	border-left: 1px #aaa dotted;
	background-image: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
	color: #666;
	}


/* -----start footer ----- */
 
 
 
div#wrapper div#footer h3{
	padding-top:20px;
	height: 50px;
	font: 1em/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	}
 
 
 

 
div#wrapper div#footer div#valid {
	float: right;
	width: 30%;
	text-transform: none;
	text-align: right;
	display: block;
	font: italic .8em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	}
 
 
 
/* -----end footer ----- */
