* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	background-image:url("./images/workshops_04.jpg"); background-repeat: repeat-y;
	background-color:#ffffff;
}
p {
	margin: 0 0 20px 0;
}
.wrapper {
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
#header-top
{
	vertical-align: top;
	clear:both;
	background-image:url("./images/workshops_02.jpg"); background-repeat: repeat-x;
}
#header-top img
{
	vertical-align: top;
}
header-bottom img
{
	vertical-align: top;
}
#body-bg
{
	width: 100%;
	height: 2800px;
	background-image:url("./images/workshops_04.jpg"); background-repeat: repeat-y;
}
#body-decoration-right
{
	margin-top: 20px;
	width: 66px;
	height: 198px;
	float: right;
	clear:right;

}
#nav-left
{
	margin-top: 49px;
	
}
#content
{
	font-family: Helvetica;
	position: absolute;
	left: 400px;
	top: 300px;
	width: 600px;
}
#content p
{
	margin: 5px 0 10px 0;
}
#content i
{
	margin: 0;
}
#content h2
{
	font-size: 30px;
	color: #333333;
}
#caption-right
{
	text-align: right;
	width: 230px;
	height: 126px;
	position:absolute;
	right: 150px;
	bottom: 80px;
	width: 100%;
	background-position: bottom right;
}
#footer_left
{
	width: 857px;
	height: 50px;
	background-image:url("./images/workshops_16.jpg"); background-repeat: repeat-none;
}
.author
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 30px;
}
.footer{
	height: 50px; /* .push must be the same height as .footer */
	background-image:url("./images/workshops_17.jpg"); background-repeat: repeat-x;
}
.push{
	height: 50px; /* .push must be the same height as .footer */
}
