@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../img/bg2.jpg) center no-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;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	background: url(../img/headerbg.jpg) center; 
	width:960px;
	height:125px;/* 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. */
}
.oneColFixCtrHdr #header h1 {
width:350px; height:101px; background-image:url(../img/logo2.png); background-color:transparent; text-indent:-9999em; margin:10px 0 0 8px; float:left;
}
.oneColFixCtrHdr #header p {
float:right; color:#FFF; font-weight:bold; font-family:Arial, Helvetica, sans-serif; display:inline; margin: 95px 10px 0 0; font-size:12px;
}
.oneColFixCtrHdr #leftContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float:left;
	display:inline;
	width:245px;
	margin: 15px 0 0 0;
	text-align:center;
}

.oneColFixCtrHdr #leftContent img {
	margin:5px 0 5px 5px;
}


.oneColFixCtrHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float:right;
	display:inline;
	width:660px;
	border-left: 2px #CCC solid;
	margin-right:10px;
	margin-top:10px;
}
#mainContent img
{
	margin:0 auto;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#471690;
	height:20px;
}
.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 */
}
.clearboth
{
	clear:both;
}

#follow
{
width: 230px;

margin: 0 10px 0pt 10px;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
padding-top: 10px 0;
font-size: 11px;
font-weight: bold;
color: #333333;
text-align: center;
}
#follow img
{
	display: inline;
	margin: 3px;
}
img
{
	border:none;
}
#blurb
{
	width: 670px;
height: 202px;
background: url(../img/blurbbg.jpg) no-repeat center bottom;
margin-top: -20px 0 10px 0;
}
#blurb h2
{
	font-size:15px;
	margin-left: 15px;
	margin-right: 15px;
}
#blurb p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left: 15px;
	margin-right: 15px;
	line-height:2em;
}
#contact p
{
	text-align:center;
	color:#FFF;
	margin:0;
	font-size:12px;
	font-weight:bold;
}
#cart {z-index:9999; position: inherit; float:right; margin-top:-120px; margin-right:20px; font-size:12px; font-weight:bold; color:#FFF}
#cart a {color:#FFF;}
#cart a:hover {text-decoration:none;}
.index_text_black{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;color:#000;text-align:justify;letter-spacing:0em;word-spacing:0px;line-height:25px;padding-right:25px;padding-left:10px;}
