@charset "UTF-8";

a:link,a:active {
  color:blue;
  text-decoration:none;
}

a:hover {
  color:#FFF;
}

a:visited {
  color:green;
}

body {
  background:url(https://img.mfcimg.com/photos2/177/17768140/759-514-302-119-7786455.jpg);
  ////CHANGEBACKGROUNDHEREfont-family:Century Gothic,sans-serif;
  color:#000;
  line-height:15px;
  font-size:14px;
}

#profile_about_me {
  padding-left:20px;
  margin-top:40px;
  background:#F0F7FA;
  border-radius:10px;
  padding-bottom:20px;
}

#profile_header {
  background:#F0F7FA;
  border-radius:10px;
}

#profile_friends {
  margin-top:-50px;
  background:#F0F7FA;
  border-radius:10px;
}

#profile_about_me .container {
  display:block;
  margin:0 auto;
  text-align:right;
}

#profile_header_container {
  background:#F0F7FA;
  border-radius:10px;
}

#profile_interests_content > div > div.profile_section_background {
  background:#F0F7FA;
  border-radius:10px;
}

#profile_about_me .label {
  text-align:left;
}

#profile_about_me .value {
  text-align:left;
  padding-left:0;
}

#footer_bar, {
  display:none;
}

#profile_about_me > div.heading {
}

#status_container .label {
  font-size:13px;
  margin-right:0;
}

#blurb_container {
  display:none;
}

td[width='280'] {
  display:none;
}

#profile_friends > div.heading {
  display:none;
}

#profile_friends {
  margin-top:70px;
}

#friends_container,#favorite_models_container {
  display:none;
}

#about_me_container .label {
  display:none;
}

#profile_password_photo_galleries {
  display:none;
}

#profile_main_photo {
  display:none;
}

.recent_photos {
  display:none;
}

#profile_schedule > div > div.heading {
  display:none;
}

#profile_schedule {
  display:none;
}

#server_time > table > tbody > tr:nth-child(2) {
  display:none;
}

#profile_comments > div > div.profile_section_background {
  background:#F0F7FA;
  border-radius:10px;
}  
}

.menu {
  padding-bottom:10px;
}