body {
  background-color: #efefef;
  font-family:verdana, arial sans-serif;
}
.nav_bar p {
    border:0px solid #000000;
    background-color:#efefef;
    float:left;
    margin-top:0px;
}
.nav_bar {
    border: 1px solid #000000;
    font-size: 20px;
    font-family: verdana;
    font-weight:bold;
    text-transform: capitalize;
    background-color: #cfcfcf;
    text-decoration: none;
    text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px 2px 38px 0px;
    margin-top: 20px;    
}
.nav_bar a {
	color: #000000;
	text-decoration:none;
	margin-right: 7px;
	margin-left: 7px;
    float:right;
        
}
.nav_bar a:hover {
	color:#000000;
	text-decoration:underline;
}
.nav_bar input {
    width:180px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 2px;
    border-radius: 10px;
    float: right;
    background-color: #efefef;
    border: 1px solid #000000;
    margin-top:3px;
    padding-left:5px;

}
img {
    float:left;
    border:3px solid #000000;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:5px;
    margin-left:5px;
    margin-right:15px;
}
span {
    float:left;
    font-family:verdana,courier;
    font-size:60px;
    line-height:46px;
    font-weight:bold;
    width:0.8em;
}
blockquote {
    font-weight:bold;
    color:red;
}
aside {
    float:right;
    border:2px solid #000000;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    width:230px;
    margin-top:60px;
    margin-right:0px;
    height:2630px;
}
.wrap {
    float:left;
    width:720px;
}
.icons a img {
    display:inline;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:3px;
    margin-left:5px;
}
.first {
    margin-top:275px;
}
.second {
    margin-top:-5px;
}
.end p{
    margin-top: 0px;
    border-top:1px solid #000000;
}