@charset "UTF-8";
body {
	font-family: Garamond, "Times New Roman";
	font-size: 11pt;
	color: #000;
	text-align: justify;
	background-color: #F5F5F5;
}
.body-green {
	color: #690;
}
.heading-1 {
	font-size: 24pt;
	color: #690;
	font-variant: small-caps;
	line-height: 11pt;
}
.heading-2 {
	font-size: 18pt;
	color: #690;
	line-height: 11pt;
	font-variant: small-caps;
}
.heading-3 {
	font-size: 12pt;
	line-height: 11pt;
	color: #690;
}
.blocktext {
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	padding-right: 20px;
	padding-left: 20px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #690;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000;
}
#main {
	height: 1200px;
	width: 1000px;
	background-color: #F5F5F5;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1000px;
	float: left;
	background-color: #FFF;
	height: 100px;
}
#header-left {
	float: left;
	height: 100px;
	width: 350px;
}
#header-right {
	float: left;
	height: 100px;
	width: 650px;
	text-align: right;
}
#header-navigation {
	float: left;
	width: 995px;
	background-color: #FFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #690;
	text-align: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F5F5F5;
	height: 20px;
	padding-right: 5px;
}
#header-navigation-shadow {
	width: 1000px;
	float: left;
	height: 2px;
	background-color: #CCC;
}
#content-main {
	width: 615px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	height: 1000px;
	overflow: auto;
	background-color: #FFF;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #F5F5F5;
}
#content-right-header {
	font-size: 14pt;
	font-variant: small-caps;
	color: #690;
	background-color: #FFF;
	text-align: center;
	float: right;
	width: 300px;
	letter-spacing: 4pt;
	height: 19px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #690;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #F5F5F5;
}
#content-right-header-shadow {
	background-color: #CCC;
	float: right;
	width: 300px;
	height: 1px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #F5F5F5;
}
#content-right {
	float: right;
	width: 300px;
	background-color: #FFF;
	height: 979px;
	overflow: auto;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #F5F5F5;
}
.announcement {
	width: 260px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.announcement-bullet {
	font-size: 12pt;
	font-variant: small-caps;
	color: #690;
}
#footer-navigation-shadow {
	background-color: #CCC;
	float: left;
	height: 2px;
	width: 1000px;
}
#footer-navigation {
	float: left;
	width: 1000px;
	background-color: #FFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #690;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 20px;
}
#footer {
	float: left;
	width: 1000px;
	height: 20px;
	font-size: 9pt;
	text-align: center;
}
.store-item {
	height: 220px;
	width: 615px;
	float: left;
}
.store-item-image {
	float: left;
	height: 160px;
	width: 105px;
	text-align: left;
}
.store-item-title {
	float: left;
	height: 20px;
	width: 510px;
	font-size: 12pt;
	color: #690;
}
.store-item-author {
	float: left;
	height: 20px;
	width: 510px;
}
.store-item-desc {
	float: left;
	height: 116px;
	width: 505px;
	overflow: auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.store-item-price {
	float: left;
	height: 20px;
	width: 520px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #690;
	padding-top: 4px;
}
.store-item-cart {
	float: left;
	height: 22px;
	width: 95px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #690;
	text-align: right;
	padding-top: 2px;
}
.list {
	width: 615px;
}
.list-bullet {
	text-align: left;
	float: left;
	width: 30px;
	color: #690;
}
.list-content {
	text-align: justify;
	float: left;
	width: 585px;
}
