@charset "utf-8";
body {
margin: 0;
padding: 0;
background-color:#CC66CC;
font:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background-color: #F1A31B;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
	width: 910px;
}
#header {
}

#content {
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 125px;
	margin-bottom: 0px;
	margin-left: 125px;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #612108;
}
#sidebar {
	width: 125px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #F1A31B;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #612108;
	margin: 0px;
	float: right;
}
#header {
	background-image: url(images/Jaworskilogo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

#sidebar2 {
	background-color: #F1A31B;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 125px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #612108;
	float: left;
}
#footer {
	background-color: #F1A31B;
	width: 100%;
	clear: both;
}



#main {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #F1A31B;
}
