div.section {
/* background-color: #800000; */
background-image: url('/img/gradient.png');
background-repeat: repeat-y;

color: #FFFFFF;
}

div.info {
/* background-color: #800000; */
background-color: #800000;
border-color: #800000;
border-style:solid;
border-width:3px;
/*border-radius: 10px;
-moz-border-radius: 10px;*/
width: 300px;
float: right;
color: #FFFFFF;
/* margin: 15px; */
/* margin-bottom: 15px; */
}
div.innerinfo {
border-width:3px;
/*border-radius: 10px;
-moz-border-radius: 10px;*/
background-color: #FFFFFF;
padding-left: 15px;
color: #000000;
}
div.content {
margin: 15px;
}
img.float {
border:1px solid black;
margin:3px;
}
