@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f6ef9f;
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #a51014;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	border-top-width: 15px;
	background-image: url(images/copybg_05.jpg);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	background-image: url(images/paulos_01.jpg);
	height: 229px;
}
.oneColFixCtrHdr #menubar {
	background-image: url(images/menu-bg.jpg);
	height: 47px;
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #slidewrap {
	background-image: url(images/paulos_03.jpg);
	height: 229px;
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #titlebar {
	background-image: url(images/paulos_04.jpg);
	height: 77px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.jpg);
	height: 62px;
}

.linki {
	color: #da7214;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #da7214;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.oneColFixCtrHdr #menuwrap {
	text-align: center;
	height: 47px;
	margin-top: 5px;
}
.footerleft {
	float: left;
	padding-left: 30px;
}
.footerright {
	float: right;
	margin-right: 30px;
}
.footertext {
	font-size: 18px;
	font-weight: bold;
	color: #d76e13;
}
.orangelink {
	text-decoration: none;
	color: #d76e13;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.creamlink {
	color: #f6ef9f;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a{
	color: #f6ef9f;
	text-decoration: underline;
}