body
{
	padding: 0;
	margin: 0;
	color: #E9EAE6;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
	background-color: #DCD4CA;
	font-size: 100%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #96964B;
}

a:hover
{
	text-decoration: none;
	color: #E9EAE6;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 35px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #E9EAE6;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 370px;
	height: 371px;
	border-right: 20px solid #E9EAE6;
	background-image: url(../img/farfalle.jpg);
}

#containerleft a
{
	text-decoration: none;
	color: #E9EAE6;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #E9EAE6;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	overflow: auto;
	padding: 10px;
	background-color: #666633;
	text-align: left;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	font-size: 200%;
	padding-bottom: 5px;
	width: 75%;
	color: #96964B;
}

#footer
{
	width: 800px;
	text-align: left;
	padding: 5px 0px;
	color: #E9EAE6;
	font-size: 10px;
}

#footer a
{
	text-decoration: none;
	color: #E9EAE6;
	float: left;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

