body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url("../jpg/f-site1.jpg");
	
}

A.link:link{color: #575977;font-size: 16px;font-style:normal;text-decoration: none;}
A.link {color: #575977;font-size: 16px;font-style:normal;text-decoration: none;}
A.link:hover{color: #abbec4;font-size: 16px;font-style:normal;text-decoration: none;}

A.link1:link{color: #cd407b;font-size: 12px;font-style:normal;font-weight: bold;text-decoration: none;}
A.link1 {color: #cd407b;font-size: 12px;font-style:normal;font-weight: bold;text-decoration: none;}
A.link1:hover{color: #000;font-size: 12px;font-style:normal;font-weight: bold;text-decoration: none;}

A.link2:link{color: #fff;font-size: 12px;font-style:normal;text-decoration: none;}
A.link2 {color: #fff;font-size: 12px;font-style:normal;text-decoration: none;}
A.link2:hover{color: #000;font-size: 12px;font-style:normal;text-decoration: none;}

A.link3:link{color: #abbec4;font-size: 9px;font-style:normal;text-decoration: none;}
A.link3 {color: #abbec4;font-size: 9px;font-style:normal;text-decoration: none;}
A.link3:hover{color: #000;font-size: 9px;font-style:normal;text-decoration: none;}

A.link4:link{color: #000;font-size: 9px;font-style:normal;text-decoration: none;}
A.link4 {color: #000;font-size: 9px;font-style:normal;text-decoration: none;}
A.link4:hover{color: #abbec4;font-size: 9px;font-style:normal;text-decoration: none;}



h1{font-size:16px;line-height:20px; display:inline;}
h2{font-size:12px;line-height:14px; display:inline;}
h3{font-size:10px;line-height:14px;display:inline;}
h4{font-size:8px;line-height:20px;display:inline;}

/************************* MENU *********************************/

#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;
}

#nav li {
	float: left ;
	width: 140px ;
	height: 74px;
	border: 0px solid #600 ;
	margin-right: 0px ;
	margin-top: 4px;
	color: #fff ;
	background: transparent ;
}

#nav li a {
	display: block ;
	background: transparent;
	color: #000 ;
	/*font: 1em "Trebuchet MS",Arial,sans-serif ;*/
	line-height: 1em ;
	padding: 32px 0 ;
	text-align: center ;
	text-decoration: none ;
	font-weight: bold;
}

#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: url("../jpg/tb.jpg") no-repeat ;
	text-decoration: none ;
	color: #fff ;
	font-weight: bold;
}


/*********************** INDEX ****************************/

.layer{
	width: 980px;
	margin: 0px auto;
}

.top{
	float:left;
	width: 980px;
	height: 212px;
	background: #fff;
	margin: 40px 0 0;
}

.top-left{
	float:left;
	width: 663px;
	padding: 61px 0 0 37px;
}

.top-right{
	float:left;
	width: 243px;
	padding: 34px 0 0 37px;
}

.menu{
	float:left;
	width: 980px;
	height: 83px;
	background: url("../jpg/menu.jpg") no-repeat;
	margin: 0;
}

.contener{
	float:left;
	width: 980px;
	background:#fff url("../jpg/f-contener.jpg") repeat-y;
	margin: 0;
}

.contener-left{
	float:left;
	width: 138px;
	height: 545px;
	margin: 0;
	background:#fff url("../jpg/pinter.jpg") no-repeat;

}

.contener-right{
	float:left;
	width: 820px;
	margin: 0;
	padding: 0 10px 0 10px;
}

.footer{
	float:left;
	width: 980px;
	height: 146px;
	background:#fff url("../jpg/footer.jpg") no-repeat
}

.footer-left{
	float:left;
	width: 138px;
	text-align:center;
	padding: 30px 0 0;
}

.footer-right{
	float:left;
	width: 820px;
}

.footer2{
	float:left;
	width: 960px;
	height: 30px;
	text-align:right;
	margin: 0;
	padding: 10px 10px 0 10px;
	color: #fff
}

.contener-right img {
  border:0;
}

