
@charset "utf-8";
/*-----------------------*/
/* Basic settings 
/*-----------------------*/
body {
	background-color: #72202C;
	margin:0px;
	embed src: pawelek.wav;
}

div {
	font-family: Monotype Corsiva;
	font-size: 14pt;
	color: #000000;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #C4C4C4;
	font-size: 15pt;
}

a.link:hover {
	color: #72202C;
}

a.link {
	color: #000000;
	text-decoration: underline;
}

a.sign {
	font-size: 7pt;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #000;
	text-align: center;
}

h3 {
	text-align: center;
}

p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

div#text {
	padding-left: 10px;
	padding-right: 20px;
	text-align: center;
}

/*-----------------------*/
/* Build the Site 
/*-----------------------*/
.site_container {
	width: 798px;
	border: solid 1px #000000;
	margin: 0px auto;
	padding: 0px;
	background-color: #333333;
}

.header {
	height: 160px;
	padding: 0px;
	margin: 0px;
}

.header1 {
	width: 100%;
	background-image: url("images/bg_header.gif");
	background-repeat: repeat-x;
	height: 15px;
	margin-top: 0px auto;
	color: #FFFFFF;
}

.body_container {
	width: 100%;
}


/** Site Shadow **/
.shadow_container {
	width: 810px;
	margin: 0 auto;
	background-image: url(images/shadow_sides.png);
	background-repeat: repeat-y;
}

.shadow_bottom {
	width: 810px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.shadow_top {
	width: 810px;
	margin: 0 auto;
	margin-top: 20px;
}


/*-----------------------*/
/* Navigation 
/*-----------------------*/
div#pict {
	width: 252px;
	background-repeat: repeat-y;
	margin-left: 10px;
	float: left;
	
	
}

div#pict td {
	height: 20px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
}


div#pict table {
	border-bottom: solid 3px #C4C4C4;
	border-top: solid 7px #C4C4C4;
	margin-bottom: 15px;
	margin-top: 15px;
}



div#logo {
	width: 252px;
	background-repeat: repeat-y;
	margin-left: 10px;
	float: left;
	margin-top: 18px;
}

div#logo td {
	height: 20px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
}


div#logo table {
	margin-bottom: 15px;
	margin-top: 15px;
}







div#tab {
	width: 460px;
}

div#nav td {
	height: 45px;
	background-image: url("images/tab_bg.png");
}

div#nav td:hover {
	background-image: url("images/tab_bg_hover.png");
}



/*-----------------------*/
/* Content 
/*-----------------------*/
.content_container {
	width: 520px;
	background-image: url("images/bg_content.gif");
	background-repeat: repeat-y;
	margin-left: 267px;
}

.content_container_header {
	width: 520px;
	background-image: url("images/bg_content.gif");
	background-repeat: repeat-y;
	margin-left: 267px;
	margin-top: 10px;
}

.content {
	width: 500px;
	padding: 3px 10px;
	min-height: 462px;
}

.content_header {
	width: 500px;
	padding: 3px 10px;
	min-height: 147px;
}

/*-----------------------*/
/* Footer 
/*-----------------------*/
.footer {
	width: 100%;
	background-image: url("images/bg_footer.gif");
	background-repeat: repeat-x;
	height: 15px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 6pt;
	font-family: Arial;
}