/* CSS Document */
#container{
	margin:0 1%;
	background: #334D66;
	font-size: 85%;
	color: white;

}
#text{
	padding-left: 10px;
	padding-right: 10px;
}

.rtop, .rbottom{
	display:block;
	background: #ccc;
}
.rtop b, .rbottom b{
	display:block;
	height: 1px;
    overflow: hidden; 
	background: #334D66
}
.r1{
	margin: 0 5px
}
.r2{
	margin: 0 3px
}
.r3{
	margin: 0 2px
}
.rtop .r4, .rbottom .r4{
margin: 0 1px;height: 2px
}
