@charset "UTF-8";
body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/tiled_bg_stars.jpg);
	background-repeat: repeat;
	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: #000000;
}
a:link, a:hover, a:visited, a:active {
	text-decoration:none;
	color:#FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F7DAFF;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header.jpg);
	margin: 0px;
	height: 191px;
	background-repeat: no-repeat;
	width: 770px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
	width:770px;
	height:30px;
}
.oneColFixCtrHdr #left_col {
	width:210px;
	float:left;
	background-image: url(images/left_col.jpg);
	background-repeat: no-repeat;
	height: 650px;
}
.oneColFixCtrHdr #left_col h1 {
	font-size:90%;
	padding-left:10px;
	color:#FFCC00;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #left_col p {
	font-size:70%;
	padding-left:22px;
	margin: 0px;
	padding-right: 20px;
}
.oneColFixCtrHdr #mainContent {
	width:560px;
	float:left;
	background-color: #F7DAFF;
}
.oneColFixCtrHdr #mainContent p {
	padding: 0 10px;
	font-size:80%;
}
#mainContent a:link, a:visited, a:active {
	color:#693074;
	text-decoration:none;
}
#mainContent a:hover {
	text-decoration:underline;
	font-weight:bold;
}
.oneColFixCtrHdr #left_col a:link, a:hover, a:visited, a:active {
	text-decoration:none;
	color:#FFCC00;
}
h2 {
	font-size:120%;
	color:#111A9E;
	padding-left:20px;
}
blockquote {
	background-color: #BC7FCF;
	border: 1px solid #003300;
	padding: 6px;
	font-size:85%;
	font-style:italic;
}
blockquote:hover {
 border: 1px solid red;
}

.storetable {
	font-size:80%;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 60px;
	width: 770px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.credits {
	color:#FFFFFF;
	padding-top:5px;
	text-align:center;
	font-size:80%;
}
