body {
  font-family: Arial, Helvetica, sans-serif;
  background: #E6E6E6;
  color: #666666;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
	line-height: 1.6;
}
div {
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
}
td {
  font-size: 14px;
  padding: 1px 3px 1px 0px;
}
h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin: 15px 0px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p {
  margin: 10px 0;
  font-size: 14px;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 14px;
	font-weight: normal;
}
h5 {
  font-size: 12px;
	font-weight: normal;
}
a {
  text-decoration: none;
	outline: none;
}
a:link, a:active, a:visited {
  color: #3b5999;
}
a:hover {
  color: #3b5999;
	text-decoration: underline;
}
a h1, a h2, a h3, a h4, a h5 {
  color: #666666;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5 {
  color: #3b5999;
}
form {
  margin: 0;
}
input {
  width: 200px;
  color: #666666;
}
select {
  color: #666666;
}
textarea {
  width: 200px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}
ul, ol {
  margin: 0;
}
ul li, ol li {
  padding-bottom: 10px;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
img {
  border: 0;
	margin: 0;
	padding: 0;
} 
a img {
  border: none;
}
a:hover img {
  border: none;
}
button {
  padding: 1px 5px;
  width: auto;
  overflow: visible;
  margin: 10px 0px;
  color: #555555;
}
em {
  color: #92278F;
  font-style: normal;
  font-weight: bold;
}
strong {
  color: #F37021;
}
blockquote {
  font-style: italic;
	margin: 0 20px 0 20px;
}

#blanket {
	background-color:#111;
	opacity: 0.95;
	filter:alpha(opacity=95);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
.popup {
	position:absolute;
	background-color:#E6E6E6;
	z-index: 9002;
}
.popup p {
  position: absolute;
	right: 15px;	
	top: 5px;
	margin: 0;
}
#photo_np {
	font-size: 12px;
	margin-top: 7px;
}
#hd {
  visibility: hidden;
	position: absolute;
}
#error {
  font-weight: bold;
  color: red;
}
#strong {
  color: #86217A;
}
.shadow {
	position: relative;
	left: 8px;
  background: url(shadow.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 2px;
}
.shadow img {
	position: relative;
  right: 8px;
	bottom: 7px;
}     
.hidden { 
	display: none; 
}
.unhidden { 
	display: block; 
}
#nb {
	border: 0px;
}
.gap {
  margin-top: 20px;
}
#no_hover a:hover {
  text-decoration: none;
}
.standard_in {
	width: auto;
}
#para_list li {
  font-weight: bold;
  color: #971F93;
}
#para_list li p, #para_list li blockquote {
  font-weight: normal;
	color:#000000;
}
#page_container {
  margin: 0 auto;
	padding 0;
	width: 1020px;
}
#page {
  margin: 0 auto;
  padding: 0 5px;
  text-align: left;
  width: 950px;
}
#title {
  margin: 5px 0 7px;
	border-bottom: 1px #999999 solid;
	height: 85px;
}
#content {
  margin: 0;
	padding: 0;
	clear: both;
}
#logo {
	margin: 0;
}
#newsletter {
  float: right;
  text-align: left;
	margin: 0 0 0 auto;
	line-height: 1.4;
	max-width: 240px;
}
#newsletter input {
  font-size: 11px;
  width: 130px;
	margin: 2px 0 0;
}
#newsletter td {
  text-transform: uppercase;
	font-size: 11px;
	vertical-align: sub;
}
#newsletter p {
  font-style: italic;
}
#newsletter h4, #newsletter p {
  text-align: center; 
	margin: 0;
	font-size: 12px;
}
#menu_bar {
	margin: 0 0 1px;
}
#menu {
	text-transform: uppercase;
	font-size: 12px;
  font-weight: bold;
	width: 700px;
}
#menu ul {
  margin: 0;
	padding: 0;
}
#menu li {
	display: inline-block;
	margin: 0 29px 0 0;
	padding: 0;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#menu a {
	letter-spacing: 1px;
	color: #92278F;
}
#menu a:hover {
	color: #3b5999;
	text-decoration: none;
}
#menu_contact {
  position: absolute;
	float: left;
  text-align: left;
	top: 135px;
}
#menu div {	
	position: absolute;
	visibility: hidden;
	margin: -1px 0 0;
	padding: 5px 10px;
	background: #FFFFFF;	
	background: rgba(255,255,255,0.9);
	filter:alpha(opacity=90);
	border: solid 1px #777777;
	letter-spacing: 1px;
	font-size: 11px;
	z-index: 100;
}
#menu div a {	
  position: relative;
	display: block;
	margin: 0;
	padding: 3px 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	color: #92278F;
}
#menu div a:hover	{	
	color: #3b5999;
	text-decoration: none;
}		
#menu_filler {
	width: 100%;
	display: inline-block;
	height: 0;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#menu #menu_cart {
	margin: 0;
}
#menu #menu_cart a {
  font-size: 11px;
	color: #3b5999;
}
#menu #menu_cart a:hover {
	text-decoration: underline;
}
#menu_social_top {
  float: right;
	width: 110px;
	text-align: right;
	margin: 2px 20px 0;
}
#menu_social_top img {
  margin: 0 0 0 7px;
	width: 26px;
}
#clear {
	clear: both;
}
#go_btn {
  font-size: 10px;
  vertical-align: middle;
  margin: 0px 0px 2px;
  padding: 0px;
}
#sub_menu {
	float: left; 
	margin-top: 2px;
	padding: 0 10px;
	width: 130px;
	background: #DDDDDD;
	color: #555555;
	font-weight: bold;
}
#sub_menu p {
	font-size: 11px;
}
#sub_menu div {
	margin-left: 20px;
}
#g_gallery {
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}
#g_gallery div {
  margin: 5px 12px 5px 0;
	display: inline-block;
	text-align: center;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#g_gallery h5 {
	margin: 10px 0 5px;
	text-align: left;
}
#g_gallery img {
  border: #CCCCCC solid 1px;
}
#g_gallery a:hover img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#g_gallery p {
  margin: 2px 0;
	text-transform: uppercase;
	font-size: 12px;
}
#gallery {
  text-align: center;
}
#gallery div {
	display: inline;
	text-align: center;
}
#gallery img {
	margin: 0 7px 7px 0;
}
#gallery p {
  margin: 2px;
}
#photo {
	text-transform: uppercase;
  margin: 0 auto;
	display: inline-block;
	width: auto;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#photo img {
  max-width: 948px;
	max-height: 633px;
	border: #CCCCCC solid 1px;
}
#photo p {
	font-size: 11px;
	margin: 0;
	line-height: 1;
}
#related_link {
	margin: 5px 0 5px;
	line-height: 1;
}
#slideshow_btn {
	font-size: 11px;
	width: 300px;
	margin: 0;
	line-height: 1;	
}
#share_btns {
	font-size: 11px;
	float: right;
	width: auto;
	margin: 1px 0 3px;
	line-height: 1; 
	text-align: right;
}
#share_btns .custom_images {
	font-size: 11px;
}
#share_btns img {
  margin: 0 0 0 6px;
	vertical-align: bottom;
	border: none;
}
#thumbnails {
  text-align: center;
  overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	margin: 0 0 5px;
	height: 92px;
}
#thumbnails div {
	display: inline;  
	margin-right: 2px;
}
#thumbnails img {
  height: 90px;
}
.normal_tn img {
	opacity: 1;
	filter:alpha(opacity=100);
	border: #CCCCCC solid 1px;
}
.normal_tn a:hover img {
	opacity: 0.6;
	filter:alpha(opacity=60);
	border: #333333 solid 1px;
}
.highlight_tn img {
	opacity: 0.6;
	filter:alpha(opacity=60);
	border: #CCCCCC solid 1px;
}
.highlight_tn a:hover img {
	opacity: 0.6;
	filter:alpha(opacity=60);
	border: #CCCCCC solid 1px;
}
#prev, #next {
  position: absolute; 
	font-size: 60px;
}
#prev a, #next a {
	color: #666666;
	text-decoration: none;
}
#prev a:hover, #next a:hover {
  color: #3b5999;
}
#prev {
	margin-left: -28px;
}
#next {
  margin-left: 958px;
}
#gallery_comments {
	display: inline-block;
	width: 350px;
	vertical-align: top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#gallery_comments p {
	font-size: 12px;
}
#gallery_products {
  float: right;
	text-align: justify;
  display: inline-block;
	max-width: 550px;
	vertical-align: top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#gallery_products:after {
	content: ".";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}
#gallery_products h4 {
	margin-left: 25px;
}
.product {
	margin: 0 0 25px 25px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
	max-width: 155px;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
.product div {
  text-align: right;
	display: inline-block;
	font-size: 12px;
}
.product h5 {
	font-size: 12px;
	letter-spacing: normal;
}
.product p {
  font-size: 12px;
	margin: 5px 0;
	line-height: normal;
}
.product .size {
	width: 40px;
	margin-right: 5px;
}
.product .price {
	width: 50px;	
	margin-left: 5px;
	margin-right: 5px;
}
.product button {
  margin-top: 5px;
	font-size: 12px;
}
#left_column {
	width: 670px;
	display: inline-block;
	vertical-align: top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#right_column {
  display: inline-block;
	margin: 0 0 0 36px;
	width: 240px;
	vertical-align: top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#right_column div {
	border: 1px #999999 solid;
	padding: 0 13px;
	margin: 15px 0 0;
}
#right_column p {
	font-size: 12px;
}
#right_column em {
  font-size: 13px;
}
#right_column img {
  margin: 15px 0 0;
}
#right_column div img {
  margin: 0;
}

#photo_title {
  font-weight: bold;
  text-align: center;
}
#photo_cart {
  text-align: center;
  white-space: nowrap;
	margin-top: 10px;
}
#photo_cart form, button {
  margin: 0px;
}
#photo_desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	line-height: 1.5;
  margin: 10px auto 0;
	width: 550px;
}
#photo_desc h2 {
	margin: 10px 0 0;
}
#photo_desc h3 {
	margin: 0 0 10px;
}
#photo_desc p {
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.5;
}
#photo_story {
  margin: 10px 20px 0;
}
#photo_story a {
  color: #CCCCCC;
  text-decoration: none;
}
#print_price {
  margin: 10px auto 0px;
  text-align: center;
}
#print_price th {
	font-weight: bold;
}
#print_price td, #print_price th {
	padding: 2px 5px;
	vertical-align: top;
	font-size: 12px;
  text-align: center;
}
#print_cart {
  margin: 10px 0;
  text-align: center;
}
#rdel {
	font-size: 11px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
#table_title th {
  font-weight: bold;
	border-bottom: 1px #999999 solid;
	vertical-align: bottom;
}
#table_qty {
	padding-right: 20px;
}
#cart {
  width: auto;
	max-width: 950px;
}
.cart_img, .cart_info, .cart_price, .cart_qty, .cart_cost, .cart_remove {
	border-bottom: 1px #999999 solid;
}
#cart td {
  padding: 5px 10px 5px;
	font-size: 14px;
}
#cart th {
  padding: 0 10px;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;
} 
#cart h2 {
	margin: 0;
}
.cart_img {
  text-align: center;
	padding-left: 0; 
	width: 160px;
}
.cart_img .tn_photo {
  max-width: 165px;
	max-height: 110px;
	margin: 5px 0 0;
}
.cart_info {
	text-align: left;
	width: auto;
}
.cart_info p {
  font-size:12px; 
	text-align:left; 
	margin-bottom:0;  
	font-weight:bold;
}
.cart_title {
  white-space: nowrap;
}
.cart_price, .cart_cost, .cart_remove {
	width: 90px;
	text-align: right;
  white-space: nowrap;
}
.cart_qty {
  text-align: right;
	width: 60px;
}
.cart_qty input {
  width: 25px;
	text-align: right;
	padding: 1px 3px;
}
.cart_remove {
  padding-right:0;
}
.cart_remove input {
  width: 20px;
}
#cart_total td {
  white-space: nowrap;
  text-align: right;
	padding: 5px 10px 0;
	vertical-align: top;
}
#cart_final_total td {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
	padding-top: 12px;
}
#ship_type select {
	width: 150px;
	margin-right: 40px;
	font-size: 12px;
}
#cart_btn {
  text-align: right;	
}
#cart_btn button {
  margin: 10px 0 20px;
}
#cart_print_price {	
	margin-left: 20px;
	text-align: center;
}
#cart_print_price td {	
	margin: 0;
	padding: 0;
}
#promo_code button {
  font-size: 12px;
	margin-left:-10px;
}
#promo_code input {
	width: 70px;
	font-size: 12px;
	margin: 0;
	text-align: right;
}
.prominant_btn {
	font-size: 14px; 
	font-weight: bold; 
	padding: 3px 5px;  
	background-color: #92278F; 
	color: #e6e6e6;
}
#checkout {
	margin-bottom: 20px;
}
#checkout .label, #checkout h3 {
	padding-left: 20px;
}
#checkout td {
  padding: 3px;
}
#checkout h3 {
  margin: 0;
}
#checkout textarea {
  height: 45px;
	vertical-align: bottom;
}
#checkout select {
  width: 205px;
}
.label {
  text-transform: uppercase;
  text-align: right;
	white-space: nowrap;
	font-size: 12px;
}
#order_summary td {
  text-align: right;
	padding-right: 15px;
}
#order_summary button {
  margin-bottom: 10px;
}
#order_summary td.line_summary {
  text-align: left;
}
#contact_form {
  width: 450px;
}
#contact td {
  padding: 5px;
}
#contact input {
  width: 300px;
}
#contact textarea {
  width: 300px;
  height: 150px;
}
#order_form {
  width: 400px;
  float: left;
}
#order_info {
  width: 330px;
  float: left;
}
#order_info p {
  margin: 3px 0px 10px;
}
#order td {
  padding: 5px;
}
#order input {
	width: 250px;
}
#order textarea {
  width: 250px;
  height: 60px;
}
#signup td {
  padding: 5px;
}
#signup input {
  width: 200px;
}
#browse_text {
  margin: 0px 0px 8px;
  clear: both;
}
.browse_left {
  width: 170px;
  float: left;
  display: inline;
  position: relative;
}
.browse_left.browse_title {
  padding-top: 10px;
}
.browse_right {
  width: 550px;
  float: left;
  display: inline;
  margin-left: 20px;
  position: relative;
}
.browse_right p {
  margin: 10px 0px 0px;
}
.browse_right.browse_title {
  padding-top: 10px;
  width: 150px;
}
.browse_line {
  clear: both;
  width: 750px;
  padding-top: 1px;
  margin: 0px;
}
.browse_product_image {
  float: left;
  display: inline;
  position: relative;
  text-align: center;
  padding-top: 5px;
}
.browse_product_image img {
  max-width: 160px;
  width: expression(this.width > 160 ? 160: true);
}
.browse_product_details {
  width: 405px;
  float: left;
  display: inline;
  margin-left: 20px;
  padding-top: 5px;
  position: relative;
}
.browse_product_details h4, h5 {
	margin: 0px;
}
.browse_product_price {
  width: 140px;
  float: left;
  display: inline;
  margin-left: 10px;
  padding-top: 5px;
  position: relative;
  text-align: right;
}
.browse_product_price img, input {
  margin-top: 5px;
}
#product_img {
	text-align: center;
}
#product_price {
  text-align: right;
  margin: 0px 0px 10px;
}
#product_price img, input {
  margin-top: 5px;
}
#product_details h1, h5{
	margin: 0px;
}
#testimonials {
	font-style: italic;	
}
#ltm {  
  font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#ltm p {
	font-size: 12px ; 
	line-height: normal;
} 
#ltm blockquote {
  font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 20px;
	line-height: normal;
}
#ltm li {
  padding-bottom: 2px;
}

#pl {
  margin: 0 0 20px 40px;
}
#pl #tn {
  width: 160px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#pl #info {
	vertical-align: top;
  width: 600px;
	display: inline-block;
	margin: 3px 0 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#pl #info h3, #pl #info p {
  margin: 5px 0 5px;
}

#msg {
  margin: 20px 0;
}
#msg #pic {
  text-align: center;
	margin: 0 0 10px 0;
	width: 400px;
	float: left;
	font-size: 12px;
}
#msg #info {
  width: 435px;
	float: right;
	margin: 5px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#msg #info h1 {
	font-size: 24px;
}
#msg #info p {
  font-size: 12px;
}
#msg #desc {
  font-size: 12px;
	text-align: left;
	margin: 0;
}
#msg #desc p {
  font-size: 12px;
	margin: 10px 0 5px;
}
#msg #desc li {
  font-size: 12px;
  padding-bottom: 2px;
}
#msg #tn {
  float: left;
	margin: 5px;
}
#msg #tn img {
  width: 145px;
}

#products {
  clear: both;
	padding: 10px 0 0;
}
#products h3 {
  margin-top: 0;
}
#pr {
  margin: 0 0 30px 80px;
  width: 180px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#pr h5 {
  margin-bottom: 5px;
}
#pr #size {
	font-size: 12px;
	float: left;
	margin: 0 0 0 28px;
	text-align: right;
	width: 50px;
}
#pr #price {
	font-size: 12px;
	float: right;
	margin: 0 48px 0 0;
	text-align: right;
	width: 50px;
}
#pr button {
  margin-top: 5px;
	font-size: 12px;
}
#download {
	text-align: left;
	margin: 10px 0 10px	 20px;
	font-size: 14px;
	font-weight: bold;
}
#ecard {
  width: 360px;
	font-size: 12px;
}
#ecard p, #ecard_msg #ltm_msg p {
  margin-bottom: 0;
	font-weight: bold;
	font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#ecard input, #ecard textarea, #ecard_msg {
	margin: 2px 0 0;
	width: 350px;
}
#ltm_msg select {
	margin: 2px 0 0;
	width: 250px;
}
#ecard textarea {
  height: 150px;
}
#ecard_msg {  
	float:right; 
	width:420px; 
	margin: 0; 
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#ecard_msg #ltm_msg {
  width: 250px;
	margin: 0 auto;
}
#ecard_msg h2 {
	margin: 0 0 5px;
}
#ecard_msg p {
  margin: 0;
}
#ecard_msg img {
  margin-top: 10px;
}
#ecard_display {  
	text-align: center;
	margin: 10px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#ecard_display_msg {
	color: #000099;
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
#ecard_display_info {
	text-align: right;
}
#ecard_display_info p {
  font-size: 10px;
	margin: 0;
}	
#card {
  text-align: center;
	margin: 0 auto;
	width: 390px;
}
#card_top {
	height: 30px;
	background: url('paper-top.jpg') no-repeat;	
}
#card_bottom {
	height: 30px;
	background: url('paper-bottom.jpg') no-repeat;
}
#card_middle {	
	background: url('paper-middle.jpg') repeat-y;
	text-align: left;
	padding: 0 23px;
}
#card_l {
  text-align: center;
	margin: 0 auto;
	width: 500px;
}
#card_top_l {
	height: 30px;
	background: url('paper-top-l.jpg') no-repeat;	
}
#card_bottom_l {
	height: 30px;
	background: url('paper-bottom-l.jpg') no-repeat;
}
#card_middle_l {	
	background: url('paper-middle-l.jpg') repeat-y;
	text-align: left;
	padding: 5px 30px;
}
#movie_container td {
 text-align: center;
 vertical-align: middle;
}
#movie {
	width: 100%;
	height: 100%;
  text-align: center;
	margin-top: 15px;	
}
#movie object, embed {
  width: 700px;
  height: 370px;
}
#retail {
	float: right;
  text-align: left;
	width: 250px;
	margin: 0 0 0 15px;
	padding: 10px 5px 5px 10px;
	background: #DDDDDD;
}
#retail p {
	font-size: 12px;
}	
#online {
  width: 530px;
}
#online img {
  float: right;
	height: 100px;
	margin: 10px 0 0 10px;
}
#online h2 {
  margin: 15px 0 10px;
}
#online h3 {
  margin: 10px 0;
}
#online p {
  margin-bottom: 20px;
}
#rightbox {
  clear: both;
  float: right;
	width: 250px;
	margin: 0;
	text-align: center;
}
#rightbox div {
	background: #DDDDDD;
	padding: 7px 10px;
	margin: 0 0 30px;
	text-align: center;
}
#rightbox p {
  margin: 0 0 7px;
	font-size: 12px;
}
#rightbox h4 {
  margin: 0 0 7px;
}
#rightbox h5 {
  margin: 0;
}
#rightbox ul {
  margin: 7px 0 0 20px;
	padding: 0;
}
#rightbox li {
  font-size: 12px;
	text-align: left;
}
#book {
	width: 550px;
}
#book blockquote {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #971F93;
	text-align: center;
	margin: 10px 70px 15px;
	font-family: "Times New Roman", Times, serif;
}
#book blockquote p {
  font-style: normal;
  color: #000000;
	font-variant: small-caps;
	margin: 2px 0 0;
}


#lower_menu {
  text-align: center;
  font-size: 10px;
	text-transform: uppercase;
  padding-top: 3px;
	border-top: 1px #999999 solid;
  clear: both;
	width: 420px; 
  margin: 0 auto 0;
}
#lower_menu p {
	margin: 2px 0px;
}
#menu_social_bottom {
  font-size:10px;
  text-align: center;
	padding-bottom: 20px;
}
#menu_social_bottom img {
  margin-left: 4px;
  vertical-align: sub;
}
#copyright {
  text-align: center;
  padding: 10px 0 0;
}
#copyright p {
  font-size: 10px;
  margin: 0px 0px 5px;
}
.valspec {
	color: #FF00CC;
}



                       
