@charset "UTF-8";

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

a:visited {
  color:#F2F2F2;
}

body {
  background-color:#ffffff;
  background-color:#338b2e;
  color:##F4FA58;
  font-family:'Georgia';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
  color:#F7D358;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:2px 2px 24px #090505;
  -moz-box-shadow:2px 2px 24px #090505;
  box-shadow:2px 2px 24px #090505;
}

.profile_section_background {
  background-color:transparent;
  background-color:#0A122A;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 18px #c93c7c;
  -moz-box-shadow:0 0 18px #c93c7c;
  box-shadow:0 0 18px #c93c7c;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#0A122A;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 24px #c36464;
  -moz-box-shadow:0 0 24px #c36464;
  box-shadow:0 0 24px #c36464;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://4.bp.blogspot.com/-8FEcKkG0RtU/VNMSUS5fPsI/AAAAAAAAHiI/uv6BD3GwJcA/s1600/amazon_pink.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

#splWrap {
  display:block;
  width:800px;
  height:160px;
  margin:20px 30px 10px 10px;
  overflow:hidden;
}

#coSp {
  display:inline-block;
  width:780px;
  height:130px;
  margin:30px 10px 10px;
  overflow:hidden;
  text-align:center;
  border-top:1px solid #035;
}

#TlSp {
  display:inline-block;
  width:778px;
  height:20px;
  margin:5px;
  text-align:center;
  font-size:22px;
  color:#035;
  font-family:'Century Gothic',Verdana,sans-serif;
  text-shadow:0 3px 6px #333;
}