
/* ------------------------------- redefined */
img {
	border: 0px;
	}
* {
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0 40px 0 40px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #464646;
	}
a {
	color: #7d7d7d;
	color: #390;
	color: #7d7d7d;
	text-decoration: none;
	}
a:link {
	}
a:visited {
	}
a:hover {
	border-bottom: 1px solid #7d7d7d;
	}
a:active {
	color: #b70000;
	border-bottom: 1px solid #b70000;
	}
hr {
	border: none;
	height: 1px;
	width: 100%;
	background-color: #FFF;
	background-image:url(../images/rule_dashed.gif);
	background-repeat: repeat-x;
	}

/* ------------------------------- layout */
#mainCont {
	width: 750px; /* page width */
	margin: 0 auto 0 auto;
	}
.clear {
	clear: both;
	}

/* ------------------------------- header */
#header {
	width: 100%;
	height: 95px;
	color: #7d7d7d;
	/*background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
	}
#header ul {
	list-style: none;
	position: relative;
	top: 37px;
	}
#header li {
	list-style: none;
	line-height: 1.5em;
	}
#header b {
	color: #464646;
	font-weight: normal;
	}
#title {
	width: 100%;
	padding: 20px 0 15px 0;
	text-align: center;
	background-image:url(../images/rule_dashed.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#nav {
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
	}
#nav span {
	margin: 0 5px 0 5px;
	}

/* ------------------------------- collection */
.piece {
	margin-top: 80px;
	width: 750px;
	margin: 20 auto 25 auto;
	text-align: center;
	}
.piece p {
	font-size: .9em;
	color: #534741;
	margin-top: 10px;
	/*background-image:url(../images/rule_dashed.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	}
.piece em {
	font-style: italic;
	}

/* ------------------------------- description */
#description {
	color: #7d7d7d;
	text-align: center;
	}
#description h2 {
	padding-top: 20px;
	width: 750px;
	font-size: 1em;
	text-align: center;
	line-height: 2em;
	color: #464646;
	}
#description em {
	font-style: italic;
	display: block;
	margin-top: 10px;
	}
#description p {
	line-height: 1.5em;
	}
#description a {
	color: #333;
	}

/* ------------------------------- about */
.about {
	width: 750px;
	margin: 35px auto 0 auto;
	text-align: center;
	}
.about p {
	margin: 10px 0 0 0;
	text-align: left;
	line-height: 1.5em;
	}
.about ul {
	list-style: none;
	position: relative;
	padding: 40px 0 40px 0;
	background-image:url(../images/rule_dashed.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	}
.about li {
	list-style: none;
	line-height: 3em;
	}
.about em {
	color: #b70000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.about img {
	margin-bottom: 20px;
	}

/* ------------------------------- footer */
.footer p {
	text-align: center;
	margin: 150px 0 40px 0;
	}