/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #000000;
 background:#000000;
 padding:0;
 font: 0.86em/1.2 Georgia, "Times New Roman", serif;
 }

a:link, a:active {
color: #0000CC;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #993399;
}
a:hover {
text-decoration: none;
color: #000000;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outerIndex {
	width: 791px;
	margin: 0 auto;
	background: #fff url(../images/grocery_bag_large.jpg) no-repeat left bottom;
	border: 20px solid #c62c5e;
 }
#outer {
	width: 791px;
	margin: 0 auto;
	background: #fff url(../images/groc_bag_small.jpg) no-repeat right bottom;
	border: 20px solid #c62c5e;
 }

#hdr {
 padding-top: 180px;
 background: #fff;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#leftCont {
	float:left;
	width:345px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-bottom: 190px;
}
#leftCont a:link, #leftCont a:active {
color: #0000CC;
text-decoration: none;
}
#leftCont a:visited {
text-decoration: none;
color: #993399;
}
#leftCont a:hover {
text-decoration: none;
color: #c62c5e;
}
#leftCont h2 {
 color: #4F7D31;
}

#rightCont {
	float: right;
	width:375px;
	padding-top: 1.5em;
	padding-right: 1.5em;
 }
#rightCont a:link, #rightCont a:active {
color: #0000CC;
text-decoration: none;
}
#rightCont a:visited {
text-decoration: none;
color: #993399;
}
#rightCont a:hover {
text-decoration: none;
color: #c62c5e;
}
#rightCont h2 {
 color: #4F7D31;
}

#ftr {
	clear: both;
	color: #c62c5e;
	background:#FFFFFF;
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	height: 1px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #4F7D31;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.nav {
	text-align: center;
	clear: both;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}
.nav a {
	padding-right: 15px;
	padding-left: 15px;
}
.clear {
	clear: both;
}
