.img_left,
.img_right{
	border: #E4E4E4 solid 1px;
	background-color: #FFFFFF;
}

.img_left img,
.img_right img{
	padding: 3px;
	vertical-align: bottom;
}

.img_left{
	float: left;
	margin-right: 5px !important;
}

.img_right{
	float: right;
	margin-left: 5px !important;
}

.img_center img{
	margin: 0 auto 0 auto;
}

.img_left span,.img_right span{
	padding: 0 0 0 3px;
}

p img{
	display: block;
}

a img{
	border: none;
}

a:hover img{
    filter: Alpha(opacity=80); /* IEŚn */
    opacity:0.8; /* MozzilaŚn */
	-moz-opacity:0.8;
}


/*class----------------------------------------------------*/

.align_left{
	text-align: left !important;
}

.align_center{
	text-align: center !important;
}

.align_right{
	text-align: right !important;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.float_none{
	float: none;
}

.clear_both{
	clear: both !important;
}

.display_none{
	display: none !important;
}

.color_red{
	color: #FF0000 !important;
}

.color_blue{
	color: #0000FF !important;
}

.margin_top_0px{
	margin-top: 0px !important;
}

.margin_top_10px{
	margin-top: 10px !important;
}

.margin_top_20px{
	margin-top: 20px !important;
}

.margin_top_30px{
	margin-top: 30px !important;
}

/*clearfix----------------------------------------------------*/

.clearfix:after,
div:after,
ul:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix,
div,
ul{
	display: inline-table;
	min-height: 1%;
}

/*Hides from lE-mac*/

*html .clearfix,
*html div,
*html ul{
	height: 1%;
}

.clearfix,
div,
ul{
	display: block;
}

/*End hide from IE-mac */



/*font-size----------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table{
	color: #333333;
}

p,ul,ol,dl,table{
	font-size: 0.75em;
	line-height: 1.5em;
}

table ul,table ol,table dl,table table,ul ul,ul ol,ul dl,ol ul,ol ol,ol dl,dl ul,dl ol,dl dl,tt{
	font-size: 1em;
}



/*----------------------------------------------------*/

html{

}

body{
	margin: 20px 0;
	padding: 0;
}

#WRAPPER{
	width: 800px;
	margin: 0 auto 0 auto;
}

#TITLE h1,
#TITLE p{
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 54px;
	display: inline;
	float: left;
	text-indent: -9999px;
	font-size: 0px;
}

#TITLE h1 a,
#TITLE p a{
	width: 210px;
	height: 54px;
	display: block;
}

#TITLE ul{
	margin: 17px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	float: right;
}

#TITLE ul li{
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	display: inline;
	background-image: url(../img/li01.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#TITLE ul li a{
	color: #333333;
	text-decoration: none;
}

#TITLE ul li a:hover{
	color: #0000FF;
}

/*----------*/

#MENU02{
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(../img/menu02.png);
	background-repeat: no-repeat;
	height: 40px;
}

#MENU02 ul{
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}

#MENU02 ul li{
	margin: 0;
	padding: 0 20px 0 20px;
	display: inline;
	background-image: url(../img/menu02-li.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#MENU02 ul li a{
	color: #333333;
	text-decoration: none;
}

#MENU02 ul li a:hover{
	color: #0000FF;
}

/*----------*/

#MAIN{
	margin: 20px 0 0 0;
}

/*----------*/

#CONTENTS{
	float: right;
	width: 600px;
}

#CONTENTS h1{
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 10px 0 0 30px;
	height: 30px;
	font-size: 1.4em;
	line-height: 1em;
}

#CONTENTS h2{
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	margin: 40px 0 0 0;
	padding: 8px 0 0 15px;
	font-size: 1.3em;
	clear: both;
	height: 26px;
}

#CONTENTS h3{
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin: 20px 0 0 0;
	padding: 0 0 3px 25px;
	font-size: 1.2em;
}

#CONTENTS h4{
	background-image: url(../img/h4.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin: 10px 0 0 0;
	padding: 0 0 5px 17px;
	font-size: 1.0em;
}

#CONTENTS p{
	margin: 10px 0 0 0;
	padding: 0;
}

#CONTENTS ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#CONTENTS ul li{
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	background-image: url(../img/li-01.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

#CONTENTS form{
	margin: 0;
	padding: 0;
}

#CONTENTS table{
	margin: 10px 0 0 0;
	padding: 0;
	border-collapse:collapse;
}

#CONTENTS table tr{

}

#CONTENTS table tr th{
	background-color: #EFEFEF;
}

#CONTENTS table tr td{

}

#CONTENTS table tr th,
#CONTENTS table tr td{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

/*----------*/

#MENU03{
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	background-color: #EFEFEF;
	width: 178px;
	float: left;
}

#MENU03 div{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

#MENU03 h2{
	background-image: url(../img/menu03-h2.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1.1em;
}

#MENU03 h3{
	background-image: url(../img/menu03-h3.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 12px 0 0 0;
	padding: 3px 0 0 15px;
	font-size: 1.0em;
}

#MENU03 ul{
	margin: 0 0 0 6px;
	padding: 0;
	list-style-type: none;
}

#MENU03 ul li{
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(../img/li02.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#MENU03 ul li a{
	text-decoration: none;

}

#MENU03 ul li a:hover{

}






/*FOOTER------------------------------*/


#FOOTER{
	/*margin: 20px 0 0 0;*/
	padding: 0;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	clear: both;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
}

#FOOTER p{
	margin: 0;
	padding: 30px 0 30px 0;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}



