body {
	background-color: #CCCCCC;
	font-family: Garamond;
	color: #666666;
}

#frame {
	position:absolute;
	width:900px;
	height:500px;
	z-index:1;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	color: #666666;
}
#header {
	position:absolute;
	z-index:1;
	background-color: #FFFFFF;
	width: 900px;
	height: 95px;
	left: 0px;
	top: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#nav {
	position:absolute;
	width:120px;
	height:370px;
	z-index:2;
	background-color: #FFFFFF;
}
#main {
	position:absolute;
	width:780px;
	height:370px;
	z-index:3;
	background-color: #FFFFFF;
	background-image: url(jenny.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#gallery {
	margin-left: 15px;
	position:absolute;
	width:765px;
	height:370px;
	z-index:3;
	background-color: #FFFFFF;
}

#footer {
	position:absolute;
	width:900px;
	height:35px;
	z-index:4;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

p.title {
	text-align: center;
	color: #666666;
	font-size: 45px;
	margin-top: 25px;
}

div.hometext {
	font-family: Garamond;
	color: #666666;
	overflow: auto;
	text-align: justify;
	margin-right: 245px;
	margin-left: 35px;
	margin-top: 28px;
}

div.content {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 245px;
	margin-left: 15px;
	height: 100%;
	font-family: Garamond;
	color: #666666;
	font-size: 14px;
	overflow-y: auto;
	overflow-x: none;
	text-align: justify;
	padding: 5;
}

table.eng {
	height: 100%;
	font-family: Garamond;
	color: #666666;
	font-size: 14px;
	text-align: justify;
	padding: 5;
}
	

p.text0 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 30px;
	font-family: Garamond;
	color: #333333;
	font-size: 18px;
	overflow: auto;
	text-align: justify;
	}

p.text {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: Garamond;
	color: #666666;
	font-size: 14px;
	overflow: auto;
	text-align: justify;
	}

p.text1 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: Garamond;
	color: #666666;
	font-size: 13px;
	overflow: auto;
	text-align: justify;
	}

p.text2 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: Garamond;
	color: #666666;
	font-size: 14px;
	overflow: auto;
	text-align: justify;
	}

p.footer{
	text-align: center;
	color: #666666;
	font-size: 12px;
	margin-top: 8px;
}

#navigation{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}

#navigation a {
	display: block;
	width: 120px;
	padding: 5px 0px 2px 0px;
	text-decoration: none;
	border-bottom-color: #000000;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#navigation li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

a.link:link, a.link:visited {
	color: #666666
} 

a.link:hover, a.link:active {
	color: #003399
} 