body {
	margin: 0;
	padding: 20px 0;
	background: #E5E5E5 url(images-b/damask-bg.gif) top center repeat;
	font: 12px/18px "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	margin: 0 auto;
	width: 940px;
	background: #FFFFFF url(images-b/page-bg.gif) top center repeat-y;
}
#header {
	width: 100%;
	background: #FFFFFF url(images-b/header-bg.gif) bottom center no-repeat;
}
#header td {
	text-align: center;
	padding: 50px 0 49px;
}
#header h1 {
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}
#header h2 {
	margin: 0;
	padding: 10px 0 0;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: normal;
}


#nav {
	float: left;
	width: 220px;
}
#nav ul {
	margin: 0 0 50px;
	padding: 5px 0 40px 40px;
	list-style: none;
	background: url(images-b/end-nav.gif) bottom left no-repeat;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav li a {
	display: block;
	font: normal 12px/14px "Garamond", "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 5px 7px 20px;
	background: url(images-b/bullet.gif) top left no-repeat;
}
#nav li a:hover{
	color: #F25899;
}
#nav li div {
	padding: 0 5px 5px 20px;
}
#nav li div a {
	font: 11px/14px "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	padding: 2px 5px 7px 10px;
	background: none;
}
#nav li div a:hover {
	text-decoration: underline;
	color: #666666;
}


#content {
	margin: 0 0 0 230px;
	padding: 50px 50px 20px;
}
h1 {
	margin: 0 0 30px;
	padding: 0;
	font: italic normal 28px/28px "Garamond Italic", "Times New Roman", Times, serif;
	color: #F25899;
	background: url(images-b/h1-bg.gif) bottom right no-repeat;
}
p {
	margin: 12px 0;
}
a {
	color: #333333;
}


#footer {
	background: url(images-b/footer-bg.gif) bottom center no-repeat;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding: 15px 0 15px;
}

#credit {
	font-size: 10px;
	line-height: 30px;
	color: #999999;
	text-align: center;
}
#credit a {
	color: #999999;
}


