body {
margin: 0;
padding: 0;
background: #efefef;
text-align: center;
background-image : url(images/bg.jpg);
background-repeat : repeat;
}

#container {
margin:0px auto;
width: 550px;
text-align:left;
padding:0px;
}

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


#sidebarright {
float: right;
width: 190px;
margin: 3px;
}

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

b,strong {
	color: #22a0ce;
	font-size:12px;
}

i,em {
	color:#246EBE;
	font-family: Century Gothic;
	letter-spacing:0px;
	font-size:10px;
}

a:link,a:visited,a:active
{
color: #0069F4;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

h1 {
background: #4DC8E2;
font-family: Century Gothic;
font-weight: normal;
font-size:18px;
color: #fdfad7;
text-align:left;
text-transform: uppercase;
letter-spacing:0px;
line-height: 18px;
padding: 2px;
margin:0px;
}

h2 {
width: auto;
font-weight: normal;
margin: 5px 0px 0px 0px;
text-align: left;
text-transform: normal;
font-family: Century Gothic;
font-size: 14px;
letter-spacing: 0px;
color: #0000000;
}

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;
}

.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:left;
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;
text-decoration: underline;
}

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;
text-decoration: underline;
}
