/*=============================================================================
-- Projekt...................: DEV-03 - CMS Szablon
-- Autor.....................: Witold BARDZKI              w.bardzki@bardzki.pl
--                           : Witman Consulting            biuro@witman.com.pl
--                           : www.witman.com.pl                 www.bardzki.pl
-------------------------------------------------------------------------------
-- Data rozpoczecia prac.....: 2009-10-04
-- Data ostatniej modyfikacji: 
-- Wersja....................: 1.0 Dev
-------------------------------------------------------------------------------
-- Copyright (C) 2004-2010 - Witold BARDZKI, Bardzki.pl, Witman Consulting
-- White Eagle Software (R), http://www.bardzki.pl
--
-- Uwagi:
--   
--   
--   
=============================================================================*/

body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #D3D2D1;
	color: #444;
}

#main_window {
	margin: auto;
	float: none;
	text-align: left;
	width: 900px;
	height: 100%;
	background: #fff;
	border: 2px solid #fff;
}

#header {
	 background: #225588;
	 border-bottom: 2px solid #FFF;
	 padding: 0px;
	 color: #fff;
}

#footer {
	clear: both;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	background: #225588;
	color: #ccc;
	margin-top: 0px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ccc;
	text-decoration: none;
	outline: 0;
}

#footer table {
	width: 100%;
}

#left_panel {
	float: left;
	width: 250px;
	background: #fff;
	padding: 0px 0px;
	margin-bottom: 2px;
}

#right_panel {
	float: right;
	width: 635px;
	/*background: #aac;*/
	border: 1px solid #aaa;
	padding: 0 0px 0 0px;
	color: #444;
	margin-bottom: 2px;
}

.right {
	text-align: right;
}

img {
	border: 0;
}
