html {
  height: 100%;
}
a {
	color: #252222;
}
a:hover {
	color: #252222;
}
body {
	background: #eee6d0;
	color: #252222;
	font-family: cursive;
	font-size: 14px;
}
h1 {
	color: #982827;
	font-weight: bold;
	font-family: cursive;
	
}
h2 {
	color: #a45834;
	font-weight: bold;
	font-family: cursive;
	
}
h3 {
	color: #d71313;
	font-weight: bold;
	font-family: cursive;
	
}
blockquote {
	background: #FFF;
	vertical-align: middle;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
g
blockquote p {
}


/* header */
.header {
	position: absolute;
	height: 100px;
	width: 100%;
	background: #252222;
	height: 200px;
	top: 0px;
	right: 0px;
}
DIV.picbar {
position: absolute;
background-image: url("images/bottombar.gif");
background-position: top;
background-repeat: repeat-x;
width: 100%;
height: 20px;
right: 0px;
top: 200px;
}
DIV.leftcap {
position: absolute;
background-color: #dfd7b4;
background-image: url("images/nav-top.gif");
background-position: top;
background-repeat: repeat-x;
width: 200px;
height: 20px;
left: 0px;
top: 220px;
}
DIV.leftbot {
background-image: url("http://www.corewine.com/templates/core2/css/images/nav-bottom.gif");
background-position: bottom;
background-repeat: repeat-x;
background-color: #dfd7b4;
position: absolute;
width: 200px;
height: 20px;
left: 0px;
top: 830px;
}

DIV.leftnav {
background-image: url("images/nav-right.gif");
background-position: bottom;
background-repeat: repeat-y;
background-color: #dfd7b4;
background-position: right;
text-align: center;
position: absolute;
vertical-align: bottom;
width: 200px;
height: 600px;
left: 0px;
top: 234px;
font-family: sans-serif;
font-size: 10px;
z-index: 2;
}
DIV.content {
position: absolute;
left:200px;
right: 40px;
background-color: #fff6e5;
top: 220px;
	font-size: 14px;
	font-family: cursive;
}