@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
}
a {
	color: #C00;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #00F;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: underline;
	color: #C00;
}
blockquote {
	line-height: 1.2;
	margin-top: -30px;
}
p img {
	padding-left: 10px;
}
#wrapper {
	background: #FFF url("images/leaves_top.jpg") top right no-repeat;
	text-align: left;
	margin: auto;
	width: 800px;
	font-family: Verdana, sans-serif;
	font-size: .8em;
	text-align: justify;
	<!--height: 100%;-->
}
#wrapper2 {	
	background: url("images/leaves_bottom.jpg") bottom right no-repeat;
}
#header {
	padding-top: 10px;
	background: url("images/title.gif") bottom left no-repeat;
	height: 116px;
}
#content_left {
	padding-left: 15px;
	line-height: 1.5;
	width: 500px;
	float: left;
	color:#333;
}
#content_right {
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 23em;
	width: 250px;
	float: left;
	color:#333;
}
#cup_quote {
	width: 200px;
	height: 200px;
	top: 90em;
	left: 500px;
}
#clear {
	clear: both;
}
