@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #84112A;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	color: #341F1B;
}
#container {
	width: 878px;
}
#leftcol {
	width: 159px;
	float: left;
}
#rightcol {
	width: 719px;
	float: right;
	background-image:url(images/paper-bg.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	margin: 0px;
	padding: 0px;
}
#right-top {
	width: 719px;
	background-image: url(images/paper-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	
}
#rightcol p {
	margin: 0px;
	padding: 0px;
}
#rightcol h1 {
	margin: 0px;
	padding: 0px;
}
#right-top p {
	margin: 0px;
	padding: 0px;
}
#right-top h1 {
	font-size: 260%;
	padding-top: 107px;
	padding-left: 35px;
	padding-right: 40px;
	}

#coffee {
	width: 182px;
	height: 592px;
	position: absolute;
	z-index: 20px;
	top: 179px;
	left: 0px;
	
}
#nav {
	width: 182px;
	height: 592px;
	position: absolute;
	z-index: 21px;
	top: 179px;
	left: 0px;
	padding-left: 10px;
}
.topnav {
	margin-top: 52px;
}
#home-container {
	width: 719px;
	background-image: url(images/paper-bottom.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	padding-bottom: 40px;
	padding-top: 20px;
}
#home-container a {
	color: #84112A;
	text-decoration: underline;
}
#home-container a:hover {
	color: #84112A;
	text-decoration: none;
}
#home-left {
	width: 325px;
	float: left;
	padding-left: 35px;
}
#home-right {
	width: 310px;
	float: right;
	padding-right: 40px;
}

#home-left p {
	font-size: 70%;
	margin-bottom: 20px;
	line-height: 20px;
}
#home-left h2 {
	font-size: 80%;
	margin-bottom: 20px;
	line-height: 20px;
}

#home-right p,ul {
	font-size: 70%;
	margin-bottom: 20px;
	line-height: 20px;
}
#footer {
	width: 878px;
}
