* {
  padding: 0;
  margin: 0;
} 

body { 
  font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;  
  background-color: #000;
  background: url(/img/back_777777.png);
}

p {
  margin-bottom: 10px;
}

img {
  border: none;
}

#wrap {
  margin: 20px auto;
  width: 500px;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #000;
}


#header {
  height : 85px;
  background-color : #000;
}

#header h1 { padding-left: 10px; padding-top: 12px; font-size: 25px; color: #FFF; }
#header h2 { padding-left: 10px; padding-top: 0px; font-size: 19px; color: #FFE51E; }

.title {
  text-align: center;
  margin-top: 10px;
  font-size : 18px;
  font-weight: 600;
  border: 1px solid #ccc; 
  background: #eee;
  text-decoration: none;
  color: #3B85CA;
  padding: 10px;
}

.little {
  margin-top: -2px;
  font-size: 11px;
}

.content { 
  text-align: left;
  margin-top: 5px;
  padding: 10px;
  font-size: 14px;
}
.content h2 { 
  font-size: 15px;
  color : #444;
  text-decoration: none;
  color: #3B85CA;
}

#footer { 
  margin-top: 25px; 
  clear: both;
  text-align: center; 
  color: #777; 
}
#footer a:link { color: #777; text-decoration: underline;}
#footer a:visited { color: #777; text-decoration: underline;}
#footer a:hover { color: #000000; text-decoration: underline;}
#footer a:active { color: #000000; text-decoration: underline;}

#email-form {
  padding: 10px 0px 0px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

#response {
  padding: 0px 0px 0px 10px;
  color: #3B85CA;
}

.submit{width:95px;height:28px;cursor:pointer;border:none;padding:2px 5px;background:url(/img/subscribe.gif) no-repeat left top}
.address{width:236px;height:15px;border:none;padding:4px 8px;background:url(/img/input.gif) no-repeat left top}

#tag_cloud { padding: 3px; text-decoration: none; }
#tag_cloud a:link { color: #81d601; text-decoration: none;}
#tag_cloud a:visited { color: #81d601; text-decoration: none;}
#tag_cloud a:hover { color: #ffffff; background: #69da03; text-decoration: none;}
#tag_cloud a:active { color: #ffffff; background: #ACFC65; text-decoration: none;}
