@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Courier New", Courier, monospace, "American Typewriter";
	font-size: 100%;
	width: auto;
	background-image: url(emeraldcocoon/emeraldbackground.jpg);
	height: auto;
}
img {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
.add_to_cart {
	font-family: "Courier New", Courier, monospace, "American Typewriter";
	font-size: 100%;
	color: #333;
	padding: 0px;
	margin-top:10px;
}

h1 {
	font-family: "Courier New", Courier, monospace, "American Typewriter";
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
}
.oneColElsCtr #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	color: #333;
	text-align: left;
	font-family: "Courier New", Courier, monospace, "American Typewriter";
	font-size: 1em;
}
.oneColElsCtr #container #footer {
	padding-right: 20px;
	padding-left: 20px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColElsCtr #mainContent {
	font-family: "Courier New", Courier, monospace, "American Typewriter";
	font-size: 100%;
	color: #333;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.oneColElsCtr #container #maincontent {
	height: auto;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.oneColElsCtr #container #logo {
	width: 700px;
}
#logo {
	height: 500px;
}
p {
	font-family: "Courier New", Courier, monospace, "American Typewriter";
	font-size: 100%;
	color: #333;
}


.img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer {
	height: 50px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.main	{	width:660px; padding:20px 0px; 	}
.main h1	{	font-size:18px;	margin:0px; padding:0px;}
.main h2	{	font-size:14px; font-style:italic; margin:0px 0px 20px 0px; padding:0px; font-weight:normal;	}
.main img	{	float:left;	}
.main p		{	margin-bottom:0px; padding-bottom:0px;	}
.clear		{	clear:both;	}

a {font:"Courier New", Courier, monospace, "American Typewriter";text-decoration: none}
a:link {color:#360; font-weight:500;text-decoration: none}
a:hoover {color:#B9FF00; font-weight:500;text-decoration: none}
a:visited {color:360; font-weight:500;text-decoration: none}
a:active {color:#360;font-weight:500;text-decoration: none} 
a:hover {
	color: #b9FF00;
	font-weight: 500;
}
.bold {
	font-weight: bold;
}
