html, body {
	margin: 0;
	padding: 0;
	background:url(../img/bk.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica, Sans;
    }
img {
	border: 0;
}
#wholecenter {
	padding: 35px; 
	margin: 0 auto;
	width: 1025px;
	position: relative;
	z-index: 100;
	/*border: 2px solid aqua;*/
	}
	
/*top*/
#centertop {
	margin: 0 auto;
	background:url(../img/maintop.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 90;
	height: 87px;
	width: 1025px;
	
	}

#centertop ul#nav_buttons {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	width: 801px;
	top: -13px;
	left: 115px;
}

#centertop ul#nav_buttons li {
	float: left;
	padding-left: 8px;
	margin: 0;
}

#centertop ul#nav_buttons li.first {
	padding-left: 0;
}

#centertop ul#nav_buttons li.last{
	padding-left: 6px;
}


/*CENTER */

#maincenter {
	margin: 0 auto;
	padding: 0px 25px 25px 30px;
	background:url(../img/main_main_bk.png);
	position: relative;
	z-index: 90;
	/*border: 2px solid aqua;*/
	}
#banner	{
	top: -30px;
	padding: 0px 25px 0px 25px;
	position: relative;
	z-index: 100;

	}
#logo{
	position: absolute;
	z-index: 1000;
	top: 95px;
	left: 670px;
	
	}		
#tittle{
	padding: 0px 0px 0px 25px;
	}
#main_text{
	padding: 15px 25px 0px 25px;
	color: #482b2b;
	font-size: 14px;
	}
#main_text1{
	width: 400px;
	float: left;
	padding: 15px 25px 0px 25px;
	color: #482b2b;
	font-size: 14px;
	margin-bottom: 25px;
	}
	
#image_about{
float: left;
		border: 2px solid fuchsia;
}	
#frame{
    margin: 0 auto;
    background: url(../img/frame5.png);
	height: 200px;
	width: 909px;
	/*border: 2px solid aqua;*/
	background-repeat: no-repeat;
	font-variant: small-caps;
	}
		
#text_frame{
	position: relative;
	left: 25px;
	top:  -15px;
	width:850px;
	text-align:center;
	
	}	

#text_frame a:link {
    font-size: 13px;
    text-decoration: none;
    color: #482b2b;
		
	}

#text_frame a:visited{
    font-size: 13px;
    text-decoration: none;
    color: #482b2b;
		
	}	

#text_frame a:active {
    text-decoration: none;
    color:  #790a0a;
    font-size: 13px;		

	}

#text_frame a:hover {
    font-size: 13px;
    text-decoration: none;
    color: #790a0a;		
	}

/*Foot*/
#footer {
	margin: 0 auto;
	padding: 0px 25px 25px 30px;
	background:url(../img/main_main_bk.png);
	position: absolute;
	z-index: 90;
	}
	
#centerfoot_left{
	/*border: 2px solid aqua;*/
	margin: 0 auto;
	width: 200px;
	float: left;
		text-align: center;
	}
	
#centerfoot_center{
	/*border: 2px solid aqua;*/
	margin: 0 auto;
	width: 580px;
	float: left;
	text-align: center;
	}
	
#centerfoot_right{
	/*border: 2px solid aqua;*/
	margin: 0 auto;
	width: 200px;
	float: left;
		text-align: center;
	}
/*text */

#text_foot{
	font-size: 11px;
    color: #3c1414;
    }
    
/*LINKS*/


#centerfoot_center a:link {
    font-size: 12px;
    text-decoration: none;
    color: #790a0a;
		
	}

#centerfoot_center a:visited{
    font-size: 12px;
    text-decoration: none;
    color: #790a0a;
		
	}	

#centerfoot_center a:active {
    text-decoration: none;
    color: #d3d3be;
    font-size: 14px;		

	}

#centerfoot_center a:hover {
    font-size: 12px;
    text-decoration: none;
    color: #26350e;		
	}

.clear {
	clear: both;}
