

.blue-box{
width: 644px;
margin: 0px auto;
background-color: #efefef;
background-image: url('../imgs/shadowed-right.png');
background-position:right;
}

.blue-content{
padding:10px;	
}

.blue-header{
background-color: #46b4c1;
padding:5px;
padding-left:7px;
color: white;
background-image: url('../imgs/blue-gradient_long.png');
width:631px;
}

.blue-footer{
background-color: #46b4c1;
background-image: url('../imgs/shadowed-bottom.png');
height: 10px;
background-position:right;
}

h1, h2, h3, h4, h5{
color: #646464;
}

.blue-box h1, .blue-box h2, .blue-box h3, .blue-box h4, .blue-box h5, .blue-box h6{
color: white;
font-size:105%;
margin-bottom:0px;
}