body {
margin: 0;
padding: 0;
background: #efefef;
text-align: justify;
}

#container {
margin:0px auto;
width: 800px;
text-align:center;
padding:0px;
}

#nav {
background: #ffffff repeat-x;
border-bottom: 8px solid #dfdfdf;
height: 25px;
line-height: 25px;
text-align:center;
}


#sidebarright {
float: right;
width: 190px;
margin: 3px;
text-align:justify;
}

#site {
color: #ffffff;
background: #4f4f4f;
border-bottom: 6px solid #000000;
font-family: Century Gothic;
align: left;
font-size: 36px;
line-height: 40px;
padding: 0px;
text-align: left;
text-transform: lowercase;
}

b, strong, i, em {
color: #000000;
}
a:link,a:visited,a:active
{
color: #000000;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}


h1 {
font-family: "Trebuchet Ms";
font-weight: bold;
font-size:12px;
background: #ececec;
border:1px solid #dbdbdb;
color: #000000;
text-align:left;
text-transform: uppercase;
letter-spacing:1px;
word-spacing:3px;
line-height: 22px;
margin-bottom: 1px;
}

h2 {
margin-bottom: 2px;
margin-top: 0px;
line-height:13px;
font-size:12px;
font-family: Century Gothic;
text-transform: lowercase;
font-weight: normal;
color: #000000;
text-align: left;
}

h3 {
font-family: Century Gothic;
font-weight: normal;
font-size:24px;
color: #000000;
text-align:center;
text-transform: lowercase;
letter-spacing:-1px;
word-spacing:3px;
line-height: 28px;
margin:0px;
}

h4 {
font-family: "Trebuchet Ms";
font-weight: bold;
font-size:12px;
background: #ececec;
border:1px solid #dbdbdb;
color: #000000;
text-align:center;
text-transform: uppercase;
letter-spacing:1px;
word-spacing:3px;
line-height: 22px;
margin-bottom: 1px;
}

.content {
padding:0px;
float:left;
width:100%;
background: #ffffff;
font-size: 11px;
font-family: Lucida Grande, Lucida Sans Unicode;
color: #666666;
line-height:14px;
text-align:justify;
text-transform: none;
font-weight:normal;
}

a.navi, a.navi:active, a.navi:link, a.navi:visited {
display: block;
font-family: Lucida Grande, Lucida Sans Unicode;
font-size: 11px;
line-height:12px;
font-weight: normal;
text-decoration:none;
border: 1px solid #bbbbbb;
color: #999999;
text-transform: lowercase;
letter-spacing: 2px;
text-align: left;
padding:3px;
word-spacing:2px;
margin-bottom:1px;
}

a.navi:hover {
background: #000000;
}

a.nav, a.nav:active, a.nav:link, a.nav:visited {
background: transparent;
font-family: Century Gothic;
text-transform: lowercase;
font-weight: normal;
font-size: 16px;
color: #8f8f8f;
text-decoration: none;
padding: 2px 16px 8px;
}

a.nav:hover {
color: #000000;
}

