@charset "utf-8";
/* CSS Document */
#main {
	min-height:500px;
	padding: 15px 20px 40px 10px;
	position:relative;
}
#mainbody {
	min-height:400px;
	margin:0 20px;
}
#mainedit {
	margin:0 10px;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
p {
	text-align:justify;
	margin-top:0;
}
p a {
	font-weight:bold;
	text-decoration:none;
	color:#967f6a;
	}
p a:hover {
	color:#190401;
	}	
#main p {
	background-image:url(../images/trans.png);	
}
h1 {
	color:#3f5c63;
	font-size:1.6em;
	background-image:url(../images/H1.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0 3px;
	}
h2 {
	color:#515151;
	font-size:1.2em;
	margin-bottom:0;
	}
h3 {
	color:#5f97a4;
	font-size:1.1em;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
	margin:0;
	}
#main hr {
	margin:15px 0;
	border:0;
	height:2px;
	background-color:#AAA;
}
