@charset "utf-8";
/* CSS Document */
p {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	text-align: center;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align: center;
}
h2 {font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bold;}
.copyright {font-family:"Times New Roman", Times, serif; font-size:11px; font-style:italic;}
body {background-color:#DBC88E;}
#border {background-color:#FFF;}
#sidebar {z-index:10;}
#content {z-index:10;}

