body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #000000 url(/images/bg_page.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container_home {
	margin: auto;
	position: relative;
	width: 900px;
	height: 600px;
	background: url(/images/bg_header_home.jpg) no-repeat center top;
	text-align: left;
}
#container {
	margin: auto;
	position: relative;
	width: 900px;
	height: 600px;
	background: url(/images/bg_header.jpg) no-repeat center top;
	text-align: left;
}
#logo_home {
	position: absolute;
	left: 208px;
	/*top: 469px;*/
	top: 539px;
	z-index: 1;
}
#logo {
	position: absolute;
	left: 268px;
	top: 96px;
	z-index: 1;
}
#eggs {
	position: absolute;
	top: 0;
	left: 208px;
	z-index: 0;
}
#navhome #biography span, #navhome #gallery span, #navhome #workshops span, #navhome #contact span, #nav #biography span, #nav #gallery span, #nav #workshops span, #nav #contact span {
	display: none;
}
#navhome #biography a {
	position: absolute;
	left: 45px;
	top: 96px;
	display: block;
	width: 120px;
	height: 65px;
	background: url(/images/nav_biography.jpg) no-repeat;
	text-decoration: none;
	z-index: 2;
}
#nav #biography a {
	position: absolute;
	left: 45px;
	top: 30px;
	display: block;
	width: 120px;
	height: 65px;
	background: url(/images/nav_biography.jpg) no-repeat;
	text-decoration: none;
	z-index: 2;
}
#navhome #biography a:hover, #nav #biography a:hover {
	background-position: 0 -65px;
}
#navhome #gallery a {
	position: absolute;
	left: 180px;
	top: 112px;
	display: block;
	width: 103px;
	height: 62px;
	background: url(/images/nav_gallery.jpg) no-repeat;
	text-decoration: none;
	z-index: 2;
}
#nav #gallery a {
	position: absolute;
	left: 180px;
	top: 46px;
	display: block;
	width: 103px;
	height: 62px;
	background: url(/images/nav_gallery2.jpg) no-repeat;
	text-decoration: none;
	z-index: 2;
}
#navhome #gallery a:hover, #nav #gallery a:hover {
	background-position: 0 -62px;
}
#navhome #workshops a {
	position: absolute;
	right: 158px;
	top: 126px;
	display: block;
	width: 122px;
	height: 66px;
	background: url(/images/nav_workshops.jpg) no-repeat;
	text-decoration: none;
	z-index: 2;
}
#nav #workshops a {
	position: absolute;
	right: 158px;
	top: 60px;
	display: block;
	width: 122px;
	height: 66px;
	background: url(/images/nav_workshops2.jpg) no-repeat;
	text-decoration: none;
	z-index: 2;
}
#navhome #workshops a:hover, #nav #workshops a:hover {
	background-position: 0 -66px;
}
#navhome #contact a {
	position: absolute;
	right: 42px;
	top: 102px;
	display: block;
	width: 88px;
	height: 59px;
	background: url(/images/nav_contact.jpg) no-repeat;
	text-decoration: none;
	z-index: 2;
}
#nav #contact a {
	position: absolute;
	right: 42px;
	top: 36px;
	display: block;
	width: 88px;
	height: 59px;
	background: url(/images/nav_contact.jpg) no-repeat;
	text-decoration: none;
	z-index: 2;
}
#navhome #contact a:hover, #nav #contact a:hover {
	background-position: 0 -59px;
}
#content {
	position: absolute;
	top: 220px;
	left: 100px;
	width: 700px;
}
#footer {
	margin-top: 40px;
	text-align: center;
}
#copyright {
	padding-top: 10px;
	font-size: .9em;
	color: #ADACAB;
}
#tagline {
	text-align: center;
	font-size: .9em;
}
#tagline a, #tagline a:active, #tagline a:visited {
	color: #6E6D6B;
	text-decoration: none;
}
#tagline a:hover {
	color: #ADACAB;
	text-decoration: none;
}
h1 {
	text-align: center;
	margin-bottom: 20px;
}
h1 span {
	display: none;
}
h2 {
	font-size: 1.2em;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	margin-top: -10px;
}
p {
	padding: 4px;
}
td {
	font-size: 11px;
	text-align: left;
}
blockquote {
	text-align: center;
	font-style: italic;
	padding-bottom: 20px;
}
cite {
	display: block;
	text-align: center;
	font-size: .9em;
	color: #6E6D6B;
}
a:link, a:active, a:visited {
	color: #989898;
	text-decoration: none;
}
a:hover {
	color: #989898;
	text-decoration: underline;
}
img {
	padding: 0px;
	margin: 0px;
}
img.alignright {
	padding-left: 30px;
	padding-bottom: 20px;
}
