body {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	background-color: #333333;
	margin-top: 1px;
}
/*defines the container that all the other divs fit in.*/
#container {
	width: 730px;
	display: block;
	margin: 2px auto 2px auto; /*keeps it centered*/
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
}
/*defines the area where the masthead appears*/
#banner {
	width: 730px;
	height: 160px;
	display: block;
}
/*changes header and nav menu colors*/
.index, a.index {
	background:#81866a;
}
.subscribe, a.subscribe {
	background:#531F0a;
}
.advertise, a.advertise {
	background: #84121A;
}
.advertisers, a.advertisers {
	background:#1a1533;
}
.designers, a.designers {
	background:#5083B2;
}
.giftguide, a.giftguide{
	background: #166d0c;
}
.inspiredhome, a.inspiredhome {
	background: #946867;
}
.contact, a.contact {
	background: #333;
}
.archives, a.archives {
	background: #ccc;}
.distro, a.distro{
	background: #8ECA84;
}
/*defines the menu*/
#menu {
	width: 730px;
	height: 21px;
	display: block;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #333;
}
/*defines the area where content appears*/
#content {
	width: 690px;
	display: block;
	background:#fff;
	padding: 20px;
	padding-bottom: 0px;
}

#current {
	background:#ffffff;
}

#latest {
	width: 100%;
	height: 200px;
	background:#6f8270;
	overflow: auto;
}
/*defines the footer where the copyright notice appears*/
#footer {
	width: 730px;
	height: 30px;
	display: block;
	padding-top: 5px;
	background: #516350;
}
/*start of menu styling*/
ul.nav {
	margin: 0 auto;
	list-style: none;
	display: block;
	height: 21px;
	padding-left: 32px;
}
li.nav {
	float: left;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	height:22px;
}
a.nav {
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 6px 3px 6px;
}
a.nav:hover {
	background-color: #81866A;
	color:white;
}
a.activelink {
	color:white;
}
/*end of menu styling*/
a {
	color: #555;
}
/*styles the paragraphs*/
p {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 0.8em;
}
p.subcontent {
	margin-top: 0;
}
/*all the h's are header stylings*/
h1.content {
	color: #333;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
	font-variant: small-caps;
}
h2.content {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2.subcontent {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0em;
}
h2.latest {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: .9em;
	font-weight: normal;
	letter-spacing: .4em;
	display: block;
	background: white;
	text-align: center;
}

h2.current {
	margin: 0;
	padding-top: 1px;
	padding-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	letter-spacing: .2em;
	display: block;
	background: white;
	text-align: center;
}

h2.currentHeader {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: .7em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .2em;
	display: block;
	background: white;
	text-align: center;
}
img{border: none;}
img.thumbnail {
	float: left;
	margin: 13px;
}
/*makes the footer's text really small and centered*/
p.footer {
	font-size: 9px;
	color: #EBEBEB;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

h2.city{
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: .5em;
	margin-top: .5em;}

p.vendor{
	margin-bottom: 4px;
	margin-top: 4px;
	text-indent: -3em; 
	margin-left: 3em;}
