@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF url(bg2.png) no-repeat fixed;
	margin:0px;
	padding:0px;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
 position: absolute;
 left:394px;
 top: 0px;
 width: 500px;
}
#content {
 position: absolute;
 top: 100px;
 left: 391px;
 border: solid #000000 3px;
 padding: 10px;
 max-width: 570px;
}


a:link, a:visited {
	color: #7fd335;
	text-decoration: none;

}

a:hover{
	color: #7fd335;
	text-decoration: underline;

}

blockquote {
	background: #E3F5D3 center;
	margin-left: 20px;
	padding: 5px 10px;
	border: 1px solid #7fd335;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2
{
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
