@charset "utf-8";
/* CSS Document */

#main {
	min-height:500px;
	padding: 30px 24px 46px 45px;
	position:relative;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
h1 {
	color: #615127;
	padding-left:22px;
	font-size: 1.4em;
	font-weight: bold;
	background-image:url(../images/H1.png);
	background-repeat:no-repeat;
}
h2 {
	color:#303d21;
	padding-left:12px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	background-image:url(../images/H2.png);
	background-repeat:no-repeat;
}
h3 {
	color:#aea37c;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
	margin:0;
}
p {
	text-align:justify;
	margin-top:0;
}
