body {
margin: 0;
padding: 0;
font-family:"Times New Roman", Times, serif;
background-color: #C6B6B0;
text-align: center;
background-image: url(bg2.jpg);
}
#wrapper { position: relative; text-align: left; width: 760px; margin-right: auto; margin-left: auto; background-image: url(bg2.jpg); background-repeat:no-repeat; border-bottom: 1px solid #ececec; }
#header {
background-image: url(bg2.jpg);
background-repeat: no-repeat;
height: 150px;
position: relative;

background-image: url(bg2.jpg);
}
#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #443322;
	font-size: 280%;
	position: absolute;
	bottom: 9px;
	right: 148px;
	width: 415px;
	height: 112px;
	background-image: url(bg2.jpg);
}
#content {
margin-left: 180px;
padding: 0 10px 0 0;
}
#content p {
font-size: 100%;
line-height: 1.8em;
}
#navigation {
	position: absolute;
	top: 162px;
	left: 0px;
	width: 150px;
	background-color:#BBAA88;
	background-image: url(bg2.jpg);
	height: 410px;
}
#navigation ul {
list-style: none;
margin: 1em 0 0 0;
padding: 0;
border: none;
}
#navigation li {
font-size: 120%;
}
#navigation a:link, #navigation a:visited {
color: #443322;
background-color: transparent;
display: block;
border-bottom: 1px solid #999;
padding: 1em 0 0.2em 0;
text-decoration: none;
}
#navigation a:hover {
color: #999;
}
#footer {
font-size: 80%;
padding-top: 1em;
text-align: right;
color: #999;
background-color: transparent;
}

