#container
{
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(leaf.jpg);
	background-repeat: repeat-y;
	width: 600px;
	height: 700pt;
	border: 1px solid #000;
	
}


#content
{
	font-size: 1.3em;
	letter-spacing: .05em;
	text-align: center;
	width: 479px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #DD9;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	clear: both;
	position: relative;
	right: 100px;
	
}

#content h1
{
	font-size: 4.5em;
	float: left;
	margin: 4px 10px 0 8px;
	padding: 0;
	color: #944751;
	text-transform: uppercase;
}

#container h1
{
	font-size: 4em;
	color: #930;
	font-family: Trebuchet, Trebuchet MS;
	font-variant: small-caps;
}

#footer
{
	color: #630;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	margin-right: 15px;
}

#container a:
{
	color: #630;
	font-family: Trebuchet, Trebuchet MS;
	text-decoration: none;
}

#container a:hover
{
	color: #630;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

#container a:visited
{
	color: #630;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	
}






