body {
    background:#ffffff;
    font-family: calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:#5a5a5a;
    letter-spacing:1px;
}

p {
    padding: 0px;
}

#wrapper {
    margin: 0 auto;
    width: 900px;
}

#header {
    width: 900px;
    height: 110px;
    float: left;
    margin: 0 auto;
}

#navigation {
    width: 900px;
    height: 18px;
    float: right;
    background: #fff;
    border-radius: 10px;
    border: 0px solid #ddd;
    margin: 5px;
    line-height:20px;
    text-align:right;
    font:11px arial;
    padding-top:5px;
}

#leftcolumnwrap {
    width:650px;
    float: left;
    margin: 0 auto;
}

#leftcolumn {
    background: #FFFFFF;
    border-radius: 10px;
    border: 0px solid #ebebeb;
    margin: 5px;
    padding:5px;
}

#rightcolumnwrap {
    width: 250px;
    float: right;
    margin: 0 auto;
}

#rightcolumn {
    background: #fff;
    border-radius: 10px;
    border: 0px solid #ddd;
    margin: 5px;
    padding:5px;
}

#footerwrap {
    width: 900px;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 10px;
    background: #fff;
    margin: 5px;
    line-height:10px;
    text-align:center;
}

#footer:before {
    content:"✧"
}

#footer:after {
    content:""
}

  
h1 {
    text-align: right;
    font: 40px georgia;
    font-style: italic;
    color: #000000;
  }
  
  
h2 {
    color:#000000;
    text-transform:lowercase;
    font-weight:normal;
    font-size:23px;
    font-family:georgia;
    letter-spacing:2px;
    padding-left:5px;
    border-bottom:1px dotted #000000;
    margin-bottom:0px;
  }

h2:before {
    content: "✑ ";
}

h3 {
    text-align: left;
    font: 18px georgia;
    color: #000000;
}

h4 {
    text-align: left;
    font: 14px georgia;
    color: #000000;
}

h4:before {
    content: "– ";
}

.profile {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: left;
    border: 1px solid;
    border-color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;  
    border-radius: 0px;
    border:1px solid #999;
}

::-webkit-scrollbar {
    width: 7px; height: 4px; 
    background: transparent;
}

a:link, a:visited, a:active {
    color:#9b0500;
    text-decoration: none;
}

a:hover {
    color:#5a5a5a;
    text-decoration: line-through;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 13px;
    margin-bottom: 13px;
}

ul li:before {
    content: "✧ ";
}

blockquote {
    font-style: italic;
    border-left: 1px dotted;
    padding-left: 10px;
    margin-left: 10px;
}