@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E6E6E6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	color: #999999;
	height: auto;
	line-height: 20px;
}
.container {
	height: inherit;
	width: 892px;
	background-color: #FFFFFF;
	border: 1px dashed #999999;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.header {
	width: 819px;
	height: 119px;
	margin-top: 35px;
	margin-left: 35px;
}
.nav {
	height: auto;
	width: 270px;
	margin-top: 35px;
	margin-right: 70px;
	margin-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #79BDE8;
	border-bottom-color: #79BDE8;
}
.subNav {
	height: auto;
	width: 270px;
	margin-right: 70px;
	margin-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.content {
	height: auto;
	width: 475px;
	margin-right: 35px;
	margin-top: 35px;
	float:right;
	margin-bottom: 45px;
}
.update {
	height: auto;
	width: 270px;
	margin-right: 70px;
	margin-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #79BDE8;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.highlighter {
	color: #79BDE8;
	font-size: 13px;
	line-height: 26px;
	vertical-align:middle;
}
.item {
	padding: 3px;
	height: 90px;
	width: 120px;
	border: 1px dashed #999999;
	margin-bottom: 5px;
}
.thumb {
	padding: 3px;
	border: 1px dashed #999999;
	margin-bottom: 5px;
	height: 83px;
	width: 100px;
}
.etsyThumb {
	padding: 3px;
	border: 1px dashed #999999;
	margin-bottom: 5px;
	height: 125px;
	width: 150px;
}
.footer {
	width: 700px;
	height: 20px;
	margin-left: 35px;
	background-repeat: no-repeat;
	margin-top: 35px;
	margin-right: auto;
	clear:both;
	color: #CCCCCC;
	font-size: 7pt;
	margin-bottom: 35px;
}
.smalltext {
	font-size: 8pt;
}
a:link {
	color: #79BDE8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #79BDE8;
}
a:active {
	text-decoration: none;
	color: #79BDE8;
}