@charset "UTF-8";

#navhead {
  position:fixed;
  top:2px;
  left:75px;
  padding-left:100px;
  display:block;
  width:600px;
  height:42px;
  z-index:9999;
  background:rgba(215,44,44,0.4) url(http://2.bp.blogspot.com/-IjB_XlqhTEY/UlZAracBF-I/AAAAAAAACPk/9FW8KmdsMVw/s1600/1075213A4Aa4WDy.gif) left no-repeat;
}

#nv a {
  padding:11px 11px 4px 8px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#FFF;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
}

#nv a:hover {
  font-weight:bold;
  font-family:"Brush  MT",cursive;
  color:#FFF;
  padding:11px;
  background:rgba(215,44,44,0.9);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:17px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(0,0,0,0.7);
}

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

a:visited {
  color:#FF0000;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#000000;
  font-family:"Brush  MT",cursive;
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(http://www.solidbackgrounds.com/images/950x350/950x350-antique-white-solid-color-background.jpg);
}

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

.profile_section_background {
  background-color:transparent;
  background-color:#585757;
  filter:alpha(opacity=40);
  opacity:.4;
}

.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:#BCEC76;
  color:#FFFFFF;
  font-family:"Brush  MT",cursive;
  font-weight:bold;
  font-style:normal;
  font-size:20px;
  -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;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
  background-image:url(https://img.mfcimg.com/photos2/177/17726324/709-267-355-819-7024334.jpg);
}

.content {
  padding:5px;
}