@charset "UTF-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 10px;
	background: #C7BF86;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #583015;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:left;
	padding: 0px;
	padding-right: 255px;
	padding-left: 276px;
}
a:link {
	text-decoration: none;
	color: #006666;
}
a:visited {
	text-decoration: none;
	color: #A1634E;
}
a:hover {
	text-decoration: none;
	color: #583015;
}
h1	{
	font-size:15px;
}
h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	padding-right: 245px;
	padding-left: 266px;
}
h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
h3 a:link {
	font-size: 11px;
	color: #006666;
	text-decoration: none;
}
h3 a:visited {
	font-size: 11px;
	color: #006666;
	text-decoration: none;
}
h3 a:hover {
	font-size: 11px;
	color: #AB0B2E;
	text-decoration: none;
}
h4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
	line-height: 12px;
	margin-top:-6px;
}
html>body h4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
	line-height: 12px;
	margin-top:0px;
}
h4 a:link {
	font-size: 10px;
	color: #006666;
	text-decoration: none;
}
h4 a:visited {
	font-size: 10px;
	color: #006666;
	text-decoration: none;
}
h4 a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #AB0B2E;
	text-decoration: none;
}

/****end popups**/
/********************
span styles
********************/
.clickhere {
	color: #EBC012; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#main_container  {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
} 
#main_content_area  {
	height: 600px;
	padding:0;
	margin-top:-5px;
} 
html>body #main_content_area {
	height: 600px;
	padding:0;
	margin-top:0px;	
}
#header  {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width: 925px; /*define the width*/
	height: 245px;
	padding: 0px;
	background-color: #DDDDDD;
	position:relative;
} 
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#google_search {
	width:420px;
	float:right; 
	position:absolute;
	left:505px;
	top:200px;
	z-index:4;
}
#soup {
	width:925px;
	text-align:left;
	float:none;
	padding:0px;
	z-index:1;
}
#soupcan {
	padding:0;
	position:relative;
	left: 246px;
	width:444px;
}
#left_nav {
	background-image:url(images/skirt.jpg);
	background-repeat:no-repeat;
	width: 246px; /*same size as container*/
	height: 600px; /*height of tallest graphic*/
	float: left;
	display: inline; /*makes graphics display horizontally*/
	padding: 0px;
	padding-left: 0px; /*pushes graphics to the right. I tried a "right" align which worked but it wouldn't let me apply and padding to that side so this is a hack of sorts*/
	margin: 0px;
	position: absolute; 
	z-index:2;
}
#ads {
	width: 235px; /*right column*/
	height: 600px; /*height of tallest graphic*/
	float: right;
	display: inline; /*makes graphics display horizontally*/
	padding: 0px;
	padding-left:0px; /*pushes graphics to the right. I tried a "right" align which worked but it wouldn't let me apply and padding to that side so this is a hack of sorts*/
	margin:0px;
	position:relative;
	left:15px;
	z-index:2;
}
#ads_can_ads_unit {
	padding:0px;
}
#footer  {
	width: 925px; /*defined the width*/
	height: 112px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0;
	color: #583015;
	background-color:#FFFFFF;
	z-index:2;
} 
#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: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.links_left {
	position: relative;
	padding-left: 80px;
	padding-top: 50px;
	text-align: left;
	width: 150px;
	z-index: 2;
}
html>body .links_left {
	position: relative;
	padding-left: 80px;
	padding-top: 40px;
	text-align: left;
	width: 150px;
	z-index: 2;
}
.linkd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	color: #006666;
	padding-left: 10px;
}
.linkd:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #583015;
}
