head {
	margin:0;
	padding:0;
	
}
body {
	margin:0;
	padding:0;
	font-size: 12pt;
	font-family: sans-serif;
	font-weight: lighter;
	background: #FCFCFA url('../img/main_bg.png') repeat-x;
}
img {
	margin:0;
	padding:0;
	border: 0;
}
a {
	text-decoration: none;
	font-variant: normal;
	font-size: inherit;
}
a:visited {
	text-decoration: none;
	font-variant: normal;
	font-size: inherit;
}
a:hover {
	font-size: inherit;
	color: #9b9f51;
	text-decoration: underline;
}

img.left {
	float: left;
}
img.right {
	float: right;
}
.clearb {
	clear: both;
}
.clearr {
	clear: right;
}
.clearl {
	clear: left;
}
.clearl u{
	clear: left;
	margin-left: 10px;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
h2 {
	color: #605928;
	font-size: 15pt;
	font-weight: bold;
}
p {
	padding: 10px;
}
div#all {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
div#top {
	position: relative;
	top: 0px;
	right:0px;
	width: 950px;
	height: 311px;
	color: #fff;
	z-index: 5;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0px 119px;
	background-image: url('../img/splash.png') !important;
	background-image: url('../img/splash_ie.png');
	
	margin-bottom: 20px;

	
}
div#left {
	width: 200px;
	height: auto;
	float: left;
	margin-left: 0px;

}
div#right {
	float: left;
	width: 200px;
	height: auto;
	margin-left: 20px !important;
	margin-left: 10px;
}
div#center {
	width: 500px;
	height: auto;
	float: left;
	margin-left: 20px !important;
	margin-left: 10px;
	padding: 5px;
	padding-top: 0px;
}

div#center a, a:visited {
	color: #9b9f51;
	font-size: inherit;
	text-decoration: none;
	font-variant: inherit;
}
div#center a:hover {
	color: #9b9f51;
	font-size: inherit;
	text-decoration: underline;
}

a#logo {
	margin:0;
	padding:0;
	display: block;
	width: 295px;
	height: 80px;
	background-image: url('../img/logo.png');
}
ul#menu {
	height: 25px;
	width: auto;
	margin:0;
	padding:0;
	margin-top:183px;
	margin-left: 0;
	font-variant: small-caps;
	font-size: 13pt;

}
ul#menu a, a:visited {
	
	color: #9b9f51;
	font-size: 13pt;
	text-decoration: none;
}
ul#menu a:hover {
	color: #fff;
	font-size: 13pt;
	text-decoration: none;
}
ul#menu li {
	height: 25px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 800;
	font-size: 13pt;
	display: inline;
	padding-top: 8px;
	list-style-type: none;
	
}
#menu li:hover {
	background: url('../img/menu_hover.png') no-repeat top center;
	color: #9b9f51;
}

div#footer {
	background: url('../img/pasek.png') no-repeat top center;
	clear: both;
	width: 950px;
	height: 70px;
	padding-top: 47px;
	font-size: 14px;
	margin-left: 0;
	margin-top: 20px;
	font-variant: small-caps;
}
#footer ul{
	margin: 0;
	margin-right: 200px;
	padding:0;
	display: block;
	float: right;
}
#footer ul li{
	list-style-type: none;
	display: inline;
	font-variant: small-caps;
}
#footer a, a:visited {
	color: #000;
	font-size: inherit;
	font-variant: inherit;
}
#footer a:hover {
	text-decoration: underline;
	font-size: inherit;
	font-variant: inherit;
}
div#copy {
	float: right;
	width: auto;
	font-size: 14px;
	font-variant: small-caps;
}
#copy a, a:visited {
	color: #000;
	text-decoration: none;
	font-size: inherit;
	font-variant: inherit;
}
#copy a:hover {
	text-decoration: underline;
	font-size: inherit;
	font-variant: inherit;
}
div#login_panel {
	position: relative;
	top: 40px;
	left: 800px;
	font-size: 80%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
	z-index: 1;
	margin-bottom: -111px;
	
}
#login_panel form{
	width: 150px;
	display: block;
}
#login_panel hr {
	width: 80%;
	color: #fff;
	height:1px; 
	padding:0;

	margin:0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
	border:0;
}
#login_panel h3 a,a:visited {
	font-size: inherit;
	font-variant: inherit;

}
#login_panel ul{
	text-align: left;
}
#login_panel a, a:visited {
	font-variant: normal;
	color: #fff;

}
div#error {
	border-top: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	width: auto;
	height: auto;
	padding: 10px;
	font-size: 90%;
	float: right;
	color: #ff0000;
	width: 230px;
}

label {
	display: block;
	width: 150px;
	font-size: 80%;
}
input.register {
	background: url('../img/input_bg.png') no-repeat #fff;
	border-top: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	width: 230px;
	margin-bottom: 5px;
}
input.text {
	background: url('../img/input_bg.png') no-repeat #fff;
	border-top: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;

}
input.button {
	background: #fff;
	border-bottom: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	margin-top: 5px;
}
div.tlp {
	width: 180px;
	height: 15px;
	background: url('../img/tlp.png') no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-size: 13pt;
	text-align: center;
}
div.clp h3 a{
	color: #605928;
	font-size: 13pt;
	font-weight: bold;
}
div.clp h3 a:visited {
	color: #605928;
	font-size: 13pt;
	font-weight: bold;
}
div.clp h3 a:hover {
	color: #605928;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline;
}
div.clp {
	width: 180px;
	background: url('../img/clp.png') repeat-y;
	padding: 10px;
	overflow: hidden;
}
div.clp p {
       	padding: 0;
	text-indent: 0px;
}
div.clp h3{
	font-size: 13pt;
	color: #605928;
	margin-top: 0;
	margin-bottom: 5px;
}
div.blp {
	width: 180px;
	height: 15px;
	background: url('../img/blp.png') no-repeat;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
div.blp a, a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
div.blp a:hover {
	color: #000;
	text-decoration: underline;
	
}
a.lastest_issue {
	display: block;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	width: 150px;
	border: 0;
	padding: 0;
}
a.lastest_issue img {
	display: block;
	width: 150px;
	border: 0;
	padding: 0;	
}
a.news_list {
	display: block;
	height: 100px;
	width: 480px;
	background: url('../img/content_bg.png') repeat-x;
	color: #0f0f0f !important;
	font-size: 10pt !important;
	overflow: hidden;
	padding: 5px;
	margin: 5px;
}

a.news_list:hover {
	text-decoration: none !important;
}
a.news_list span:hover {
	text-decoration: underline;
}
a.news_list span {
	font-size: 12pt !important;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	display: block;
	color: #605928;
}
ol.issue_list {
	background: #e3e2bd;
	list-style: none;
	padding:0;
	margin: 0;
}
ol.issue_list li{
	height: 100px;
	line-height: 90px;
	vertical-align: top;
	
}
ol.issue_list li a {
	line-height: 90px;
	vertical-align: top;
	font-size: 26pt !important;
	text-decoration: none;
	margin-left: 10px;

}
ol.issue_list li a:hover {
	text-decoration: none !important;
}
ol.issue_list li a span{
	line-height: 90px;
	vertical-align: top;
	font-size: 25pt !important;
	text-decoration: none;
	padding-left: 20px;
	

		

}
ol.issue_list li a:hover span{
	color: #fff;
	text-decoration: none;
}
ol.issue_list li a img{
	vertical-align: bottom;
	background:  #e3e2bd;
	text-decoration: none;
	margin: 5px;


}
img#issue {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	display: inline;

}
