body{
  font-family: Arial;
  font-size: 15px;
  margin: 0px;
  text-align:center;
  background: #3E612E;
}

.page{
    margin:5px auto 0px auto;
    padding:auto;
    text-align: left;
    width:75%;	
    text-align: left;
    background: white url("gradient.gif") repeat-x top left;
}

.footer{
   color: black;
   clear: both;
   padding: 10px;
   margin-top: 30px;
   text-align: center;
}

.image-copyright{
  font-size: 8pt;
  padding:10px;
}

.row{
  margin: 10px;
  text-align: center;
  float:center;
}
a { color: #000; }
a:visited { color: #000; }
a:hover { color: #fff; background-color:#000; }



.roundedcornr_box {
   background: #ffffff;
}
.roundedcornr_top div{
   background: url("top_left.gif") no-repeat top left;
}
.roundedcornr_top {
   background: url("top_right.gif") no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(bottom_left.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(bottom_right.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.content { margin: 0 20px; height: 350px;}


