body {
text-align: center;
margin: 0 auto;
background-color: #e9f3ef;
}

#container {
text-align: center;
margin: 0px auto;
width: 650px;
background-color: #FFFFFF;
border: 20px solid #ceeadf;
}

#header {
text-align: left;
width: 650px;
margin: 0 auto;
}

#side {
font-family: Verdana;
font-size: 14px;
padding: 2px;
text-align: left;
line-height: 16px;
color: #111111;
margin: 5px auto;
float: right;
width: 180px;
}

#content {
background-color: #FFFFFF;
font-family: Verdana;
font-size: 14px;
padding: 4px;
text-align: left;
line-height: 16px;
color: #111111;
margin: 5px auto;
float: left;
width: 450px;
}

#footer {
clear: both;
font-size: 12px;
color: #9d9d9d;
letter-spacing: 1px;
font-family: "Georgia";
text-align: center;
line-height: 15px;
}

#navi {
list-style: none;
margin: 0 auto;
}
 
#navi li{
float: left;
text-align: center;
margin: 0 auto;
width: 122px;
}
 
#navi li a {
font-family: "Georgia";
text-align: left;
font-size: 18px;
width: 122px;
line-height: 28px;
padding: 10px 10px 5px 0px;
display: block;
float: left;
color: #9ebd22;
letter-spacing: 2px;
text-transform: lowercase;
text-decoration: none;
}
 
#navi li a:hover {
color: #ee7399;
}

strong, b {
color: #65cbab;
}

u {
color: #b454ff;
}

em, i{
color: #ee759a;
}

h1{
font-family: "Times New Roman";
font-size: 25px; 
color: #094860;
letter-spacing: 2px;
margin: 4px auto;
text-transform: lowercase;
text-align: left;
font-weight: normal;
}

h2{
font-family: Georgia;
letter-spacing: 2px;
color: #db5185;
font-size: 15px;
padding: 2px;
margin: 0 auto;
font-weight: normal;
text-transform: uppercase;
}

h3{
font-family: "Verdana";
letter-spacing: 2px;
color: #FFFFFF;
background-color: #a2bf2e;
font-size: 11px;
padding: 2px;
margin: 2px auto;
text-align: center;
font-weight: normal;
text-transform: uppercase;
}





a:link, a:visited, a:active {

font-family: georgia;

font-size: 17px;

letter-spacing: 1px;

text-transform: lowercase;

color: #abc641;
text-decoration: none;

}


a:hover {

color: #428ca8;
}

blockquote p:before {
    content: "\201c";
    font-size: 3em;
    color: #ccc;
    vertical-align: text-bottom;
    }

blockquote p.last:after {
    content: "\201d";
    font-size: 3em;
    color: #ccc;
    vertical-align: -.75em;
    }