body {	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	
	color: #fff;
	background-color: #000000;
line-height: 150%;}

h1 {
font-size: 160%;
font-style: italic;}

h2 {
font-size: 130%;
margin-bottom: -15px;
}

h3 {
font-size: 110%;
margin-bottom: -15px;
font-weight: bolder;
font-style: italic;}
a {
color: #fff;
}

a:hover {
text-decoration: none;}
a:visited{
color: #fff;
}

p {
}

#wrap {
width: 923px;
margin: 0 auto;
padding: 0;
text-align: left;
background-image: url(i/back.png);
background-repeat: repeat-y;}

#header {
background-image: url(i/header.png);
height: 79px;
background-repeat: no-repeat;
}

.logo {
margin-left: 10px;
}

.nav {
width: 167px;
text-align: right;
margin: 0 0 0 14px;
padding: 0;
}

.nav li{
list-style-type: none;
width: 167px;
height: 26px;
background-image: url(../text-home-img/i/btn.png); 
}

.nav li a {
color: #000;
text-decoration: none;
padding-top: 3px;
padding-right: 5px;
font-style:italic; 
font-weight:bold;
display: block;
}

.nav li a:hover {
text-decoration: underline;
}

#content {
float: right;
width: 700px;
margin-right: 15px;
}

#contact p{
text-align: right;
line-height: 145%;
}

#sidebar {
width: 180px;
float: left;

}

#footer {
clear: both;
width: 923px;
height: 40px;
text-align: center;
background-image: url(i/footer.png);
background-repeat: no-repeat;
}

#footer p {
position: relative;
top: 18px;
}