#hpCenter {
	width: 441px;
	margin: 0px auto;
	margin-top: 230px;
}
#hpLogo {
	float: left;
	width: 106px;
	height: 86px;
	margin: 0px 11px;
}
#hpTitle {
	float: left;
	width: 98px;
	height: 34px;
	margin-right: 11px;
	margin-top: 31px;
}
#hpTitle DIV {
	width: 98px;
	height: 34px;
}
#hpTitlePlutonium {
	background-image: url(../images/hp_title_plutonium.png);
}
#hpTitleCollection {
	background-image: url(../images/hp_title_collection.png);
	display: none;
}
#hpTitleBridal {
	background-image: url(../images/hp_title_bridal.png);
	display: none;
}
#hpTitleInformation {
	background-image: url(../images/hp_title_information.png);
	display: none;
}
#hpTitleContact {
	background-image: url(../images/hp_title_contact.png);
	display: none;
}
#hpNav {
	float: left;
}
#hpNav UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#hpNav LI {
	float: left;
}
#hpNav A {
	display: block;
	width: 40px;
	height: 30px;
	margin-right: 11px;
	margin-top: 31px;
}
#hpNav A:hover {
	background-position: 40px 0px;
}
#hpNav A SPAN {
	display: none;
}
#hpNavCollection {
	background-image: url(../images/hp_nav_collection.png);
}
#hpNavBridal {
	background-image: url(../images/hp_nav_bridal.png);
}
#hpNavInformation {
	background-image: url(../images/hp_nav_information.png);
}
#hpNavContact {
	background-image: url(../images/hp_nav_contact.png);
}
#seo {
	width: 800px;
	margin: 15px auto;
	font-size: 10px;
	color: #999999;
}
#seo UL {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#seo LI {
	display: inline;
}
#seo LI A {
	color: #999999;
}
#seo LI A:hover {
	text-decoration: none;
}
#seo P {
	display: block;
	text-align: center;
	width: 400px;
	margin: 0px auto;
	padding-top: 10px;
}