body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	font-size: 10pt;
}

h1 {
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}	
h2 {
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 270px;
	height: 21px;
	color: #666;
	border-bottom: 1px solid #666;
}	
h3 {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 3px;
	font-weight: bold;
}	
p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 15pt;
}
a, a:visited {
	color: #6d8c9c;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
p.italics {
	font-style: italic;
}
p.bold {
	font-weight: bold;
}
div.list {
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
div.listItem {
	margin-top: 6px;
	margin-bottom: 6px;
}
a.list, a.list:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.list:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a.titleMenu, a.titleMenu:visited {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
}
a.titleMenu:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10pt;
}


#outerPanel {
	position: relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 850px;
	background-color: #fff;
	border: 1px solid #000;
}


#titlePanelHome {
	position: absolute;
	left: 100px;
	top: 50px;
	width: 800px;
	height: 50px;
}
#setsTitleHome {
	position: absolute;
	left: 120px;
	top: 220px;
	width: 700px;
	height: 30px;
	font-size: 25px;
	color: #666;
	border-bottom: 1px solid #666;
}
#setsMenuHome {
	position: absolute;
	left: 110px;
	top: 250px;
	width: 1000px;
	height: 160px;
}
#collectionTitleHome {
	position: absolute;
	left: 120px;
	top: 420px;
	width: 700px;
	height: 30px;
	font-size: 25px;
	color: #666;
	border-bottom: 1px solid #666;
}
#collectionMenuHome {
	position: absolute;
	left: 110px;
	top: 450px;
	width: 1000px;
	height: 160px;
}
#otherMenuHome {
	position: absolute;
	left: 500px;
	top: 170px;
	width: 400px;
	height: 30px;
	text-align: right;
}



#titlePanel {
	position: absolute;
	left: 7px;
	top: 5px;
	width: 350px;
	height: 50px;
}
#titleMenuPanel {
	position: absolute;
	left: 625px;
	top: 15px;
	width: 350px;
	height: 30px;
	text-align: right;
}
#galleryTitle {
	position: absolute;
	left: 10px;
	top: 60px;
	width: 400px;
	height: 25px;
	font-size: 19px;
	color: #666;
	border-bottom: 1px solid #666;
}
span.galleryTitlePrefix {
	color: #999;
}
span.galleryTitleDate {
	font-size: 13px;
	color: #999;
}
#galleryImages {
	position: absolute;
	left: 0px;
	top: 95px;
	width: 1000px;
	height: 640px;
}
div.galleryImageCount {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12pt;
	color: #999;
}
#galleryMenu {
	position: absolute;
	left: 0px;
	top: 740px;
	width: 1000px;
	height: 109px;
	background-color: #999;
	border-top: 1px solid #000;
}

img.setMenuImg {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
div.homeMenuItem {
	position: absolute;
	top: 4px;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
}
div.homeMenuTitle {
	position: absolute;
	top: 114px;
	width: 300px;
	height: 40px;
	color: #999;
	font-size: 25px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}




#textPanel {
	position: absolute;
	top: 75px;
	left: 60px;
	width: 500px;
	height: 600px;
}



