/* - - - cima - - - */

#cima {
	width: 700px;
	height: 6px;
	clear: both;
	overflow: hidden;
}
#cima_esquerda {
	width: 6px;
	height: 6px;
	float: left;
}
#cima_meio {
	width: 688px;
	height: 6px;
	background: url(bordas/g_cima.jpg) repeat-x;
	float: left;
}
#cima_direita {
	width: 6px;
	height: 6px;
	float: left;
}

/* - - - meio - - - */

#meio {
	width: 700px;
	clear: both;
}
#meio_esquerda {
	width: 6px;
	background: url(bordas/g_esquerda.jpg) repeat-y;
	float: left;
}
#meio_meio {
	width: 680px;
	min-height: 189px;
	height: auto !important;
	height: 189px;
	padding: 4px;
	float: left;
}
#meio_direita {
	width: 6px;
	background: url(bordas/g_direita.jpg) repeat-y;
	float: left;
}

/* - - - baixo - - - */

#baixo {
	width: 700px;
	height: 6px;
	clear: both;
	overflow: hidden;
}
#baixo_esquerda {
	width: 6px;
	height: 6px;
	float: left;
}
#baixo_meio {
	width: 688px;
	height: 6px;
	background: url(bordas/g_baixo.jpg) repeat-x;
	float: left;
}
#baixo_direita {
	width: 6px;
	height: 6px;
	float: left;
}
