
/* reset css */
html, a, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
body{
	background-color: #fffff9;
	margin-top: 20px;
}

#main{
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 25px;
	margin-left: 100px;
	margin-right: 100px;
	overflow: hidden; /* contain float */
	text-align: center;
	z-index:-5;
}
#main h1 {
	font: 54px 'Times New Roman', Times, serif;
	margin-bottom: 15px;
	font-family: 'Times New Roman', Times, serif;
	color: #000000;
	font-weight: 700;
	font-style: italic;
}

#main h2 {
	font: 28px 'Times New Roman', Times, serif;
	margin-bottom: 15px;
	font-family: 'Times New Roman', Times, serif;
	color: #0A786C;
	font-weight: 700;
	font-style: italic;
}

#main p {
	font-family: 'Times New Roman', Times, serif; 	
	font-size: 18px; 
	font-weight: 700; 
	line-height: 24px;
	color: #232696;	
}
#main li {
	font: 14px "Times New Roman", Georgia, Serif;
	color: #323A3F;
	font-family:"Times New Roman", Georgia,Serif;

}
#copyright{
	position: relative;
	left: 0;
	right: 0;
	margin-top: 25px;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000F00;
	overflow: hidden; /* contain float */
	text-align: center;
	z-index:-5;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	-moz-box-shadow: 7px 7px 6px #555;
	-webkit-box-shadow: 7px 7px 6px #555;
	box-shadow: 7px 7px 6px #555;
}
.shadow {
-moz-box-shadow: 7px 7px 6px #555;
-webkit-box-shadow: 7px 7px 6px #555;
box-shadow: 7px 7px 6px #555;
}
