﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
.style1 {
	color: #CCDDFF;
}
.DarkBlue {
	color: #446699;
}
.Pink {
	color: #E15B95;
}
.LightBlue {
	color: #CCDDFF;
}
.FontLarge {
	font-size: large;
}
.style6 {
	font-family: "Lucida Handwriting", Garamond, "Comic Sans MS";
}
#container {
	margin-top:10px;
	width: 760px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #cde;
	background: #cde;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	width: 740px;
	padding: 0;
}
#navigation {
	
	margin-left: 10px;
	margin-right: 10px;
	background-color: #000000;
	overflow: hidden;
	color: #FFCCFF;
}
#footer {
	width: 740px;
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 5px 5px 5px 5px;
}
/* Styles for Navigation */
#navigation ul {
	background: #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-color: #000000;
	color: #FFFFFF;
}
#navigation a {
	color: #FFCCFF;
	text-decoration: none;
	margin: 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #FFCCFF;
	border: 1px solid #CCCCFF;
	color: #000000;
	font-weight: bold;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #E15B95;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.BOLD {
	font-weight: bold;
}
.ITALIC {
	font-style: italic;
}
.LucindaHandLargeBluebckBlk {
	font-family: "Lucida Handwriting", Garamond, "Comic Sans MS";
	background: #CCDDEE;
	font-size: medium;
}
.whiteBckg {
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
	background-color: #FFFFFF;
	color: #000000;
}
.AddtoCartTable {
	border: 1px solid #FFCCFF;
	text-align: center;
	vertical-align: bottom;
	
}
.PinkLg {
	color: #FF99CC;
	font-size: 1.25em;
	font-weight: bold;
}
.pictureborderblue {
	border: 1px solid #AAAAFF;
}
.BlueLg {
	color: #AAAAFF;
	font-size: 1.25em;
	font-weight: bold;
}
.Blue12ptCentGoth {
	color: #AAAAFF;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Century Gothic", "Arial Unicode MS", "Arial Narrow";
}
.BlueBold {
	color: #AAAAFF;
	font-weight: bold;
}
.Center {
	text-align: center;
}
.PinkBrdrBttmAlign {
	border: 1px solid #FFCCFF;
	vertical-align: bottom;
}
