@charset "UTF-8";

a:link,a:active,a:hover {
  color:#f9e5dc;
}

a:visited {
  color:#dad1d0;
}

body {
  background-color:#ffffff;
  background-color:#BC2F36;
  color:white;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:white;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #f20b0b;
  -moz-box-shadow:0 0 0 #f20b0b;
  box-shadow:0 0 0 #f20b0b;
}

.profile_section_background {
  background-color:transparent;
  background-color:grey;
  filter:alpha(opacity=45);
  opacity:.45;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#83004F;
  color:white;
  font-family:'Verdana',sans-serif;
  font-weight:bold;
  font-style:normal;
  font-size:25px;
  border-radius:6px;
  box-shadow:5px 5px 1px #777777;
}

.content {
  padding:5px;
}