/*=============================================================================
-- Projekt...................: Witman-05 - Witman Consulting Website version 5 
-- Autor.....................: Witold BARDZKI              w.bardzki@bardzki.pl
--                           : Witman Consulting            biuro@witman.com.pl
--                           : www.witman.com.pl                 www.bardzki.pl
-------------------------------------------------------------------------------
-- Data rozpoczecia prac.....: 2010-04-28
-- 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;
	background-image: url("images/back-background.png");
	background-repeat: repeat-x;
	font-size: 11px;
	text-align: center;
	/* background: #D3D2D1; */
	color: #444;
}

#main_window {
	margin: auto;
	float: none;
	text-align: left;
	width: 920px;
	height: 100%;
	background: #fff;
	/* border: 2px solid #fff; */
}

#header {
	 /* background: #225588; */
	 /* border-bottom: 2px solid #FFF; */
	background-image: url("images/header-middle-background.png");
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.worktop_header {
	margin: auto;
	padding: 19px 30px 20px 30px;
	width: 900px;
	height: 100%;
}

#header_ribbon {
	background-image: url("images/header-ribbon-background.png");
	height: 42px;
}

#header_ribbon p {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	/*font-weight: bold;*/
	padding: 5px 20px;
	margin: 0px;
	text-align: right;
	color: #f60;
}

#worktop {
	background-image: url("images/worktop-background.png");
	background-repeat: repeat-y;
	/*background: red;*/
}

.worktop_body {
	margin: auto;
	padding: 3px 2px 3px 1px;
	width: 893px;
	height: 100%;
}

#footer {
	background-image: url("images/footer-background.png");
	height: 43px;
	clear: both;
}

#footer_body {
	/* clear: both; */
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	/* background: #225588; */
	color: #ccc;
	margin: auto;
	padding-top: 5px;
	width: 890px;
	height: 100%;
}

#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;
}