html {
	background-color: #DDDDDD;
}

body {
	background-image: url(images/page.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	position: absolute;
	left: 50%;
	width: 866px;
	height: 720px;
	margin-left:-433px;
}
ytbody {
	background-image: url(images/ytpage.jpg);
}
#pageMenu p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left:5px;
	font-weight: bold;
	line-height: 85%;
}

#pageMenu {
	position: absolute;
	top: 230px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	left: 30px;
	width: 150px;
	height:350px;
	padding-top: 8px;
}

#pageBody {
	position: absolute;
	left: 240px;
	top: 230px;
	z-index: 0;
}

#pageBody1 {
	position: absolute;
	left: 60px;
	top: 230px;
	z-index: 0;
}

#pageFrame {
	background-image: url(images/gallery1.jpg);
	background-repeat: no-repeat;
	height:450px;
	width: 600px;
}

#pageText{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

a:link, a:visited {
	display: block;
	color: #666666;
	text-decoration: none;
	width: 127px;
	margin-right: 5px;
	margin-left: 5px;
	border: medium solid #DDDDDD;
}
a:hover, a:active {
	display: block;
	color: #666666;
	text-decoration: none;
	border: medium solid #999999;
	width: 127px;
	margin-right: 5px;
	margin-left: 5px;
}

h2 {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 14px;
}

h3 {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 12px;
}
