@charset "utf-8";
/* CSS Document */

body {
	background: #fff url('./images/background.jpg') no-repeat;
	background-position: top;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	text-align: center;
}
#content {
	background: transparent;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 320px;
}
#left {
	background: transparent;
	width: 320px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-right: 10px;
	text-align: justify;
	float: left;
	font-style: italic;
	line-height: 150%;
}
#middle {
	background: transparent;
	width: 320px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	float: left;
	font-style: italic;
	line-height: 150%;
}
#right {
	background: transparent;
	width: 320px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 10px;
	text-align: justify;
	float: right;
	font-style: italic;
	line-height: 150%;
}
h1 {
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	text-align: left;
}
#content a, a:visited, a:active, a:hover {
	color: #000;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
}