/* 
	CSS by Krzysztof Wolniak
	WWW: http://wolniak.org
	(c) All rights reserved
*/

body 		{ font: 0.81em/1.5 "Trebuchet MS", Georgia, Helvetica, Arial, sans-serif;
	   	  	  background: #fff url(../gfx/bg_fixed.jpg) no-repeat fixed 0 0; color: #099E9F; }

h1 			{ margin-bottom: 2em; }
h3 			{ font-size: 1.5em; margin-bottom: 1.5em; }
p 			{ margin-bottom: 1.5em; }
p, address 	{
	color: #fff;
}


a:link, a:visited {
	color: #FF0099;
	text-decoration: underline;
}
a:hover, a:active { text-decoration: none; }

#wrapper 	{ width: 640px; margin: 100px auto; text-align: center;  }

.none 		{ display: none; }

.txt 		{
	padding: 1em;
	background-color: #330033;
	color: #fff;
	text-align: justify;
	border: 0px solid #FF0099;
}

.white {
	color: #fff;
}

#wrapper .txt_center {
	text-align: center;
}

.content_left {
	width: 400px;
	float: left;
}

.content_right {
	width: 230px;
	float: right;
}

.clear {
	clear: both;
}