@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	background-position: 0 0;
	line-height: 16px;
}
div{
	position:relative;
	float:left;
}
#doc{
	width:100%;
	height:100%;
	background-color: #000;
}
#all{
	width:100%;
	height:100%;
}
#top{
	width:100%;
	background-image:url(images/im-01.jpg);
	background-repeat:repeat-x;
}
#top-in{
	width:1000px;
	height: 47px;	
	background-image:url(images/im-01.jpg);
	background-repeat:repeat-x;
}
#top-blank{
	width: 270px;
	
}
#top-lang{
	padding-left: 274px;
	
}
#top-nav{
	float:right;
	padding-top: 18px;
	padding-right: 20px;
}
#header{
	width:100%;
	background-image:url(images/im-03.jpg);
	background-repeat:repeat-x;
	background-position: 1001px 0;
}
#header-in{
	width:1000px;
	height: 301px;	
	background-image:url(images/im-02.jpg);
	background-repeat:no-repeat;
}
#main{
	width:100%;
	background-color: #5484CD;
	background-image: url(images/im-07.jpg);
	background-repeat: repeat-x;
}
#main-in{
	width:1000px;
	background-image:url(images/im-04.jpg);
	background-repeat:repeat-y;
	background-color: #D8EBF7;
}
#left{
	width:255px;
	background-image:url(images/im-05.jpg);
	background-repeat:no-repeat;
}
#left-in{
	padding-top:260px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}
#right{
	float:right;
	width:745px;
}
#menu{
	border-left:1px solid #000;
	border-top:1px solid #000;	
}
#menu-in {
	width: 744px;
	background-image: url(images/im-06.jpg);
	background-repeat: repeat-x;
	height: 50px;
}
#menu-cont {
	text-align: left;
	padding-left: 20px;
	padding-top: 18px;
	padding-right: 20px;
	
}
#content{
	width:744px;
	background-color: #D8EBF7;
}
#content-in{
	text-align: justify;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
#spacer{
	width:100%;
	background-image:url(images/im-08.jpg);
	background-repeat:repeat-x;
}
#spacer-in{
	width:1000px;
	height: 26px;	
	background-image:url(images/im-08.jpg);
	background-repeat:repeat-x;
}
#spacer-left{
	width:254px;
	height: 26px;	
	background-image:url(images/im-09.jpg);
	background-repeat:repeat-x;
}
#spacer-right{
	width:746px;
	height: 26px;	
	background-image:url(images/im-10.jpg);
	background-repeat:repeat-x;
}
#footer{
	width:100%;
	background-color:#000;
}
#footer-in{
	width:1000px;
	background-color:#000;
}
#footer-right{
	float:right;
	width:746px;
	background-color:#000;
}
#footer-cont{
	float: none;
	padding: 30px;
	padding-bottom: 25px;
}

