@charset "utf-8";
/* CSS Document */

body, html {
		background-color: #f1f1f1;
		background-image: url(../pic/bgr_body.jpg);
		background-repeat: repeat-x;
		font-family: 'Arbutus Slab', serif;
		color: #323232;
  		text-align: center;
  		margin: auto;
}
a	{
		text-decoration: underline;
		color: #323232;
		font-weight: strong;
}
a:hover	{
		text-decoration: underline;
		color: #323232;
}
strong	{
		font-family: 'Arbutus Slab', serif;
		font-weight: normal;
}
#text	{
		text-align:justify;
		margin: 10px;
}
h1	{
		display: none
}

#pic img	{
		width: 95%;
		margin: 0 auto;
		margin-top: 3%;
}