/* Listings >> listing.css
*/

/* FROM layout.css
*/
#main-wrap {
	border-left-color: #fff5d9;
	border-right-color: #f9f9f9;
}
#foot-wrap {
	position: relative; /*H ieWin, border */
	border-color: #fff5d9;
}
/* Linked, Absolutely-positioned detail, Image Replacement (LAIR) Header
// v1.0; John Schulz, Ambient Shadow
*/
	#head-wrap {
		background: #fff5d9;
	}
	#head a {
		height: 68px;
	}
	/*R top = #head height */
	#navbar {
		top: 68px;
	}
	#head .header {
		background-image: url(/images/head-veg.jpg);
	}
	#head .tagline {
		top: 28px;
		right: 10px;
		width: 252px;
		height: 38px;
		background-image: url(/images/tagline.gif);
	}
#navbar .sep, #navbar span,
#catnav p {
	color: #900;
}
#catnav p {
	position: relative; /*H ieWin, border */
	border-bottom: solid 2px #944;
}
#catnav li a:hover {
	background: #feb;
}
#foot {
	border-top: solid 2px #944;
}
#xhtml, #css {
}
#xhtml:hover, #css:hover{
	border-color: #090;
	color: #090;
}
#xhtml:active, #css:active{
	border-color: #0d0;
	color: #0d0;
}

/* FROM content.css
*/
body {
	background: #900;
	font-family: Verdana, Trebuchet, "Trebuchet MS", sans-serif;
}
#catnav p,
h1, .title1 {
	font-family: Georgia, "Times New Roman", serif;
}
h1, h2, h3, h4, h5,
.title1, .title2, .title3, .title4, .title5 {
	color: #900; font-weight: bold;
}
h1 {
	position: relative; /*H ieWin, border */
	border-bottom: solid 2px #944;
}
