html, body {

	padding: 5px;
	vertical-align: middle;
	background-color: #B7B7B7;
	font-family: Verdana;
	font-size: 11px;
	color: #b6b6b6;
	font-variant: small-caps;
	
}

#top {
	width: 1200px;
	height: 650px;

}

#left {
	width: 263px;
	height: 650px;
	float: left;
/*	background-image: url(../img/foto.png);	 */
}

#right {
	width: 937px;
	height: 598px;
	float: left;		
}

#left_a {
	width: 33px;
	height: 598px;
	float: left;
	background-image: url(../img/left.png);
}

#logo_a {
	width: 467px;
	height: 598px;
	float: left;
}

#right_a {
	width: 18px;
	height: 598px;
	float: left;
	background-image: url(../img/right.png);
}

#menu {
	width: 169px;
	height: 598px;
	float: left;
}


#logo {
	width: 467px;
	height: 151px;
	background-image: url(../img/logo.png);
}

#logo_down {
	width: 467px;
	height: 30px;
	background-image: url(../img/logodown.png);
}

#content {
	width: 443px;
	height: 393px;
	background-image: url(../img/content.png);
        padding: 12px;

}

#submenu_a {
	width: 169px;
	height: 181px;
	background-image: url(../img/submenu01.png);
}

#submenu_b {
	width: 169px;
	height: 197px;
	background-image: url(../img/submenu02.png);
}

#menu_a {
	width: 169px;
	height: 220px;
}

#foot {
	width: 687px;
	height: 52px;
	float: left; 
	background-image: url(../img/foot.png);

}
img {
        vertical-align: top;
}
a{
       text-decoration: underline;

       color: #CECECE;
}


a:hover{

       color: #CECECE;

       text-decoration: none;
       
}

