body
{
	font-family:Arial, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

img {
	border: 0px solid black;
}

a:link, a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	color:#ccc;
}

#main_container {
	background:url("/images/tgi_02.png") repeat-x;
	margin:auto;
	width:100%;
}

#naglowek {
	width:974px;
	margin:auto
}

#container {
	background:url("/images/tgi_06.png") repeat-x #555;
	height:750px;
}

#content {
	width:974px;
	margin:auto;
}

#lewa_strona {
	background:url("/images/tgi_08.png") no-repeat;
	width:182px;
	height:392px;
	float:left;
	color:white;
	line-height: 1.5em;
}

#lewa_strona div {
	padding: 10px 20px 10px 20px;
}

#container_srd {
	width:760px;
	float:left;
	color:white;
	position:relative;
	background:url('/images/tgi_09.png') no-repeat;
	height:385px;
	padding: 16px 16px 16px 16px;
}

.clear {
	clear:both;
}

#main_top {
	width:744px;
	height:25px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	/*background-image: url('/tgi/images/top_03.jpg');
	//background-repeat: no-repeat;*/
}

#main_cont {
	width:744px;
	background:#141414;
	overflow:auto;
	height:320px;
	padding-right:8px;
	line-height:1.5;
}
/*
#main_left {
	width:18px;
	background-image: url('/tgi/images/rest_05.png');
	background-repeat: repeat-y;
}
#main_right {
	width:30px;
	background-image: url('/tgi/images/rest_07.png');
	background-repeat: repeat-y;
}
#main_bottom {
	width:792px;
	height:29px;
	/*background-image: url('/tgi/images/rest_08.png');
	background-repeat: no-repeat;
}
*/
#stopka {
	width:934px;
	height:40px;
	padding:20px;
	text-align:right;
	float:left;
	color:white;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #141414;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
