body	{
margin:20px;
background-color:#004D0F;  /*dark green db */
/* background-color:#DFCEB2; beige */
font-family: "Gil Sans", Helvetica, Arial, sans-serif;
font-size: 100%;
line-height: 115%;
}

/* surrounds page content */
#container	{
	/* curved corners */
border: 5px solid #DFCEB2;  /* beige */
-moz-border-radius: 10px;
border-radius: 10px;
	/*end curved corners */
margin-left:auto;
margin-right:auto;
margin: 5px;
background-color: #DFCEB2; /* main area: beige */
padding:15px;
/*width:1000px;*/
/*min-height:900px;*/
}


/* top-of-page navigation */
ul.nav	{
	list-style-type:none;
    display: block;
    width: 610px;
    /*margin-left: 250px;*/
    margin-left: auto;
    margin-right: auto; 
}
li.nav	{
	font-size: 80%;
	font-family: Monaco, sans-serif;
	display:inline;
}
a.nav	{
	display:block;
	float:left;
	width:5.5em;
	border-style:outset;
	text-align:center;
	text-decoration:none;
	padding:2px;
	margin-right:2px;
	/*border-right:1px #4a3a2E; thick shade*/
	color:#F8ECDC; /*blanco */
}
a.nav:link {background-color:#004D0F;}      /* unvisited link: Dark Green DB */
a.nav:visited {background-color:#4B0200;}  /* visited link: Ming Dynasty Red */
a.nav:hover {background-color:#4B0200;}  /* mouse over link: Red */
a.nav:active {background-color:#8FBC8F;}  /* selected link: green 'after the flood' */


/* bottom-of-page navigation */
.footie {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*	color: #003300;dark green db
	background-color: #F8ECDC; */
	text-decoration: none;
	font-size: 85%;
	/*	font-family: Monaco, sans-serif;*/
	padding-top: 5px;
	text-align: center;
}
a.footieA	{
	text-decoration:none;
} 
a.footieA:link {color:#004D0F;}      /* unvisited link: dark green db */
a.footieA:visited {color:#4B0200;}  /* visited link: Ming Dynasty Red */
a.footieA:hover {color:#F8ECDC;}  /* mouse over link: blanco */
a.footieA:active {color:#8B944A;}  /* selected link: 'judgement'  */

/* tiny text at bottom of page */
.credite	{
	clear: both;
/*	display: block;*/
	color: #000000; /*black*/
	text-decoration: none;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 80%;
	text-align:center;
}
a.crediteA:link {color:#004D0F;}      /* unvisited link: dark green db */
a.crediteA:visited {color:#4B0200;}  /* visited link: Ming Dynasty Red */
a.crediteA:hover {color:#F8ECDC;}  /* mouse over link: blanco */
a.crediteA:active {color:#8B944A;}  /* selected link: 'judgement'  */



/* main area 65% width */
#featured {
/*    background-color: #9e8a6a; brown "hidden" */
	display: block;
	float: left;
	width: 65%;
	margin-top: 5px;
	padding: 5px;
/*	border: 1px;
	border: 1px #004D0F dotted;*/
}

.lede {
    background-color: #9e8a6a; /*brown "hidden" */
}

/* individual columns in main area*/
.promos {
display: block;
float: left;
/*padding-top: 10px;*/
padding-left: 20px;
padding-right: 10px;
padding-bottom: 10px;
margin-top: 5px;
/*border-top: 1px dotted #004D0F;
border: 1px dotted #004D0F;*/
}

.promosCell {
float: left;
padding-right: 15px;
font-size: 90%;
}

/* sidebar content: 33% */
.sidestuff {
	display: block;
	float: right;
	width: 33%;
/*	padding-top: 10px;*/
	padding-left: 10px;
	margin-top: 10px;
/*	border: 1px #ff0000 solid;*/
}

/* sidebar content: 33% on left side*/
.sidestuffLeft {
	display: block;
	float: left;
	width: 33%;
/*	padding-top: 10px;*/
	padding-left: 10px;
	margin-top: 10px;
/*	border: 1px #ff0000 solid;*/
}



/* centers an image */
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }

img.image-centered	{
margin-left: 5px; 
margin-right: 5px;
margin-bottom: 5px;
}

img.image-right	{
float: right; 
margin-left: 15px; 
margin-bottom: 5px;
}
img.image-left	{
float: left; 
margin-right: 15px; 
margin-bottom: 5px;
}

h1 { 
	font-family: Garamond, serif;
font-size: 2.2em;
line-height: 60% /*.1em*/;
}

h2 {
	font-family: Garamond, serif;
	font-size: 1.8em;
	line-height: normal;
}

h1.secondLede {
	font-family: Garamond, serif;
	font-weight: lighter;
}

h2.lighter {
	font-family: Garamond, serif;
	font-size: 1.8em;
	font-weight: lighter;
}

h3 {
	font-family: Garamond, serif;
	font-size: 1.4em;
	line-height: normal;
	font-weight: bolder;
}


/* links in body text: underlined only on hover */
a.textLinks {
	text-decoration: none;
/*	font-weight: bolder;*/
}
a.textLinks:link {color:#004D0F;}      /* unvisited link: Dark Green DB */
a.textLinks:visited {color:#4B0200;}  /* visited link: Ming Dynasty Red */
a.textLinks:hover {color:#4B0200; text-decoration:underline; }  /* mouse over link: Red */
a.textLinks:active {color:#8FBC8F;}  /* selected link: green 'after the flood' */

/* links in body text, bolder: underlined only on hover */
a.textLinkStrong {
	text-decoration: none;
	font-weight: bolder;
}
a.textLinkStrong:link {color:#004D0F;}      /* unvisited link: Dark Green DB */
a.textLinkStrong:visited {color:#4B0200;}  /* visited link: Ming Dynasty Red */
a.textLinkStrong:hover {color:#4B0200; text-decoration:underline; }  /* mouse over link: Red */
a.textLinkStrong:active {color:#8FBC8F;}  /* selected link: green 'after the flood' */

/* credit on reviews page*/
.reviewer
{
	color: #4B0200;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
/*	padding-top: 5px;*/
	padding-right: 15px;
	text-align: right;
	font-style: italic;
}

/* used on shops page*/
.alternateRow	{
	background: #7b9c65; /*new possibilities */
}

