body {
margin: 0;
padding: 0;
background: #efefef;
background-image: url(/test/texture.jpg);
background-position:top-left;
background-repeat:repeat;
text-align: center;
}

#container {
margin:0px auto;
width: 800px;
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: #3B9C9C;
border-bottom: 6px solid #000000;
font-family: Century Gothic;
font-size: 36px;
line-height: 40px;
padding: 5px;
text-align: left;
text-transform: lowercase;
}

#footer {
        margin:0;
        padding:0px;
        line-height:8px;
        text-align:center;
        font-family: small fonts;
		text-transform:uppercase;
        font-size: 7px;
        color: #636363;
        background:#ffffff;
        }

b, strong, {
color: #000000;
foxt-size: 112px;
}
i, em{
color: #F88158;
}
a:link,a:visited,a:active
{
color: #000000;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
background-image: url(test/texture.jpg);
}


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

.content {
padding:0px;
float:left;
width:100%;
background: #ffffff;
font-size: 12px;
font-family: Arial, Tahoma, 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;
color: #FF0000;
text-transform: lowercase;
letter-spacing: 2px;
text-align: left;
padding:3px;
word-spacing:2px;
margin-bottom:1px;
}

a.navi:hover {
border-bottom: 1px solid #000000;
color: #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: #3B9C9C;
}

a.nav2:link, a.nav2:visited, a.nav2:active  {
	display:block; 
	color:#202020;
	padding:0px;
	text-decoration:none;
	font-size:7px;
        line-height: 6px;
	font-family:small fonts;
	font-weight:normal; 
	text-transform:uppercase;
	letter-spacing:0px;
	text-align:left;
	margin:0px 1px 1px 0px;
	}

a.nav2:hover {
	color: #006600;
	}

img {
	border: 0px;
	}