/* INLINE */

*:focus {
	outline: none;
}

a {
	color: #9F2828;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

big {
	font-size: 16px;
}

small {
	font-size: 11px;
	color: #707070;
}

h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 22px;
	font-weight: normal;
}

h3 {
	width: 350px;
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 7px 0px;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	font-size: 18px;
	font-weight: normal;
}

ul {
	list-style-image: url("images/layout/bullet.gif");
	padding: 10px 5px 10px 23px;
	margin: 0px;
}

/* STRUCT */

body {
	margin: 0px;
	padding: 0px;
	background-color: #D9D9D9;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	cursor: default;
	color: #202020;
}

#page {
	width: 900px;
	margin: 0px auto;
}

/* HEADER */

#page #header {
	position: relative;
	height: 270px;
	background-image: url('images/layout/header-background.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#page #header .blue {
	position: absolute;
	width: 701px;
	height: 250px;
	left: 100px;
	top: 0px;
	background-image: url('images/layout/header-blue.gif');
}

#page #header .blue a.wygrac {
	position: absolute;
	display: block;
	width: 362px;
	height: 55px;
	left: 53px;
	top: 20px;
	background-image: url('images/layout/header-wygrac.gif');
}

#page #header .blue .chip {
	position: absolute;
	width: 198px;
	height: 197px;
	left: 476px;
	top: 27px;
	background-image: url('images/layout/header-chip.png');
	*background-image: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/header-chip.png', sizingMethod='scale');
}

#page #header .path {
	position: absolute;
	left: 20px;
	top: 240px;
	width: 530px;
	height: 22px;
	font-size: 13px;
	text-transform: lowercase;
}

#page #header .path a.node {
	background-image: url('images/layout/header-path.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0px 2px 0px 11px;
	color: #B0B0B0;
	text-decoration: none;
}

#page #header .path a.node:hover {
	background-image: url('images/layout/header-path-hover.gif');
	color: #8F2B2B;
}

#page #header .path span.leaf {
	background-image: url('images/layout/header-path.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0px 2px 0px 11px;
	color: #B0B0B0;
}

/* CENTER */

#page #center {
	padding: 20px 18px;
	min-height: 450px;
	*height: 450px;
	background-color: #FFFFFF;
}

#page #center .leftcolumn {
	float: left;
	width: 430px;
}

#page #center .rightcolumn {
	float: right;
	width: 430px;
}

#page #center .endcolumns {
	clear: both;
}

#page #center .frame {
	margin: 0px 0px 10px 0px;
	padding: 32px 18px 16px 15px;
	width: 395px;
	min-height: 22px;
	*height: 22px;
	position: relative;
	background-image: url('images/layout/ramka-center.gif');
	background-position: left center;
	background-repeat: repeat-y;
}

#page #center .frame a.top {
	position: absolute;
	display: block;
	height: 28px;
	width: 192px;
	left: 0px;
	top: 0px;
	background-image: url('images/layout/ramka-top.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #1D3973;
	padding: 4px 15px 0px 221px;
	text-align: center;
	font-weight: bold;
}

#page #center .frame a.top {
	text-decoration: none;
}

#page #center .frame .bottom {
	position: absolute;
	height: 16px;
	width: 428px;
	left: 0px;
	bottom: 0px;
	*bottom: -1px;
	background-image: url('images/layout/ramka-bottom.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#page #center .frame .gallery {
	width: 396px;
}

#page #center .frame .gallery a {
	display: block;
	float: left;
	padding: 7px;
}

#page #center .frame .gallery .description {
	clear: both;
	text-align: center;
	height: 22px;
}

#page #center .imagelist {
	padding: 0px 100px;
}

#page #center .imagelist a {
	display: block;
	float: left;
	width: 124px;
	height: 142px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #FFFFFF;
	color: #202020;
}

#page #center .imagelist a:hover {
	background-color: #F2F6FF;
	border: 1px solid #90A0E0;
	text-decoration: none;
}

#page #center .imagelist a img {
	padding: 3px 0px 10px 0px;
}

#page #center .imagelist .endlist {
	clear: both;
}

#page #center .photo {
	float: left;
	max-width: 250px;
}

#page #center .photodescription {
	float: left;
	width: 599px;
	padding: 5px 0px 0px 15px;
}

#page #center .miniphoto {
	float: left;
	max-width: 100px;
	padding-bottom: 10px;
}

#page #center .miniphotodescription {
	float: left;
	width: 749px;
	padding: 5px 0px 0px 15px;
}

#page #center .miniphotobreak {
	clear: both;
}

#page #center p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-indent: 30px;
}

#page #center blockquote {
	margin: 0px;
	padding: 0px 100px 20px 100px;
	text-indent: 30px;
}

/* FOOTER */

#page #footer {
	position: relative;
	height: 120px;
	background-image: url('images/layout/footer-background.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

#page #footer .blue {
	position: absolute;
	left: 150px;
	top: 20px;
	width: 550px;
	height: 100px;
	background-image: url('images/layout/footer-blue.gif');
}

#page #footer .blue .cards {
	position: absolute;
	left: 18px;
	top: 17px;
	width: 192px;
	height: 83px;
	background-image: url('images/layout/footer-cards.png');
	*background-image: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/footer-cards.png', sizingMethod='scale');
}

#page #footer .blue a.pokertexas {
	position: absolute;
	display: block;
	left: 252px;
	top: 64px;
	width: 108px;
	height: 34px;
}

#page #footer .blue a.poker1 {
	position: absolute;
	display: block;
	left: 385px;
	top: 64px;
	width: 137px;
	height: 34px;
}

