* {
	margin: 0px;
	padding: 0px;
}
ul, ol{
	list-style: none;
}
.cl{
	float: none;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.bold{
	font-weight: bold;
}
img{
	border: 0px none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 100%;
	position: relative;
	background: #18464a  url(../images/gfx/body_bg.png) repeat-x scroll 0px -1px;
}
body, html{
	width: 100%;
	height: 100%;
}
#object{
	width: 1000px;
	margin: 0px auto;
}
#top{
	width: 100%;
	height: 560px;
	background: url(../images/gfx/page_top.jpg) no-repeat scroll 0 0;
	position: relative;
}
#main_menu{
	left:120px;
	position:absolute;
	top:289px;
	
}
#main_menu li{
	float: left;
	width: 152px;
	height: 50px;
	padding-right: 2px;
}
#main_menu li a{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#main_menu li a:hover, #main_menu li a.selected{
	background-position: 0px -50px;
}
#page{
	width: 100%;
}
#page p.header{
	font-size: 15px;
	padding: 5px 0px 10px 40px;
	background: url(../images/gfx/header_hr.gif) repeat-x scroll 0px 100%;
}
.content{
	padding: 20px;
}
.content p{
	margin: 10px 0px;
	line-height: 17px;
}
.content ul{
	list-style: none;
	padding: 5px 0px;
}
.content ul li{
	padding: 1px 0px 5px 21px;
	background: url(../images/gfx/dot_ico.gif) no-repeat scroll 0 0px;
	margin-left: 20px;
}
#footer{
	width: 1000px;
	height: 54px;
	padding-top: 45px;
	background: url(../images/gfx/footer_rep.png) repeat-x scroll 0 45px;
	position: relative;
	z-index: 10;
	margin: 0px auto;
}
#footer .footer_img{
	position: absolute;
	top: -15px;
	left: 20px;
}
#footer .footer_menu{
	position: absolute;
	top: 72px;
	left: 105px;
	
}
#footer .footer_menu *{
	float: left;
}
#footer .footer_menu a{
	color: #fff;
	font-size: 11px;
	padding: 0px 15px;
}
#footer .camp_footer{
	position: absolute;
	top: 65px;
	line-height: 15px;
	right: 5px;
	color: #62d9e5;
	font-size: 10px;
	text-align: right;
}
#footer .camp_footer a{
	color:#fff;
	font-size: 10px;
}
.footer_bg{
	background: url(../images/gfx/footer_rep.png) repeat-x scroll 0 45px;
	width: 100%;
}
.top_bg_right{
	position: absolute;
	top: 0px; 
	left: 50%;
	height: 279px;
	width: 50%;
	background: url(../images/gfx/top_bg_right.png) repeat-x scroll 5px -1px;
}
.top_bg_left{
	position: absolute;
	top: 0px; 
	left: 0px;
	height: 279px;
	width: 50%;
	background: url(../images/gfx/top_bg_left.png) repeat-x scroll 100% -1px;
}
.pl_lang{
	position: absolute;
	top: 20px;
	right: 180px;
	background: url(../images/gfx/pl.gif) no-repeat scroll 0 0;
	width: 21px;
	height: 13px;
	display: block;
}
.en_lang{
	position: absolute;
	top: 20px;
	right: 150px;
	background: url(../images/gfx/en.gif) no-repeat scroll 0 0;
	width: 21px;
	height: 13px;
	display: block;
}
.content_header{
	padding-left: 20px;
	background: url(../images/gfx/dot_ico.gif ) no-repeat scroll 0px -1px; 
	color: #4ad4e2;
	font-weight: bold;
}
.content table tr td{
	padding-bottom: 10px;
}
.photo{
    background-color: #fff;
    padding: 4px;
    margin: 20px 5px 0px;
}
.start_link{
	color: #0d575e;
	position: absolute;
	top: 18px;
	left: 155px;
}

