/*NAVBAR*/
body td{
	/*border:1px solid;*/
}
#navbar .page{
	width:90%;
	border-collapse:collapse;
}
#navbar .page{
	display:block;
	width:100px;
	height:30px;
	position:relative;
	font-size:20px;
	color:#000000;
	text-align:center;
	text-decoration:none;
}
#navbar #mc{
	width:220px;
}

#navbar .page:hover{
	/*top:-2px;
	font-size:24px;*/
	color: #6699FF;
}
#navbar  .pageOn{
	display:block;
	width:100px;
	height:30px;
	position:relative;
	text-align:center;
	text-decoration:none;
	/*top:-2px;*/
	color: #6699FF;
	font-size:20px;
}

#navbar #mc:hover{
	color: #FF3300;
}
#navbar #mcOn{
	width:220px;
	color: #FF3300;
}




.bar{
	position:relative;
	top:-8px;
	width:92%;
	border-collapse:collapse;
}
.bar .bar-left{
	background-image:url(../img/body/bar-left.jpg);
	background-repeat:no-repeat;
	width:4px;
	height:8px;
}
.bar .bar-center{
	background-image:url(../img/body/bar-center.jpg);
	background-repeat: repeat-x;
	height:8px;
}
.bar .bar-right{
	background-image:url(../img/body/bar-right.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:8px;
}


/*- CENTER -*/
.body{
	width:960px;
	border-collapse:collapse;
}

.body_susx{
	width:24px;
	height:24px;
	background-image:url(../img/body/susx.jpg);
	background-position: right;
	background-repeat:no-repeat;
}
.body_su{
	background-image:url(../img/body/su.jpg);
	background-repeat:repeat-x;
}
.body_sudx{
	width:24px;
	height:24px;
	background-image:url(../img/body/sudx.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
.body_sx{
	background-image:url(../img/body/sx.jpg);
	background-position: right;
	background-repeat:repeat-y;
}
.body_body{
	height:560px;
	background-color:#FFFFFF;
}
.body_dx{
	background-image:url(../img/body/dx.jpg);
	background-repeat:repeat-y;
	background-position: left;
}
.body_giusx{
	width:24px;
	height:24px;
	background-image:url(../img/body/giusx.jpg);
	background-position: right;
	background-repeat:no-repeat;
}
.body_giu{
	background-image:url(../img/body/giu.jpg);
	background-repeat:repeat-x;
}
.body_giudx{
	width:24px;
	height:24px;
	background-image:url(../img/body/giudx.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

#main{
	width:90%;
	font-size:12px;
}


/*-FINE CENTER-*/
