
/* basic elements */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:9px;
	color:#000;
	background-color:#fff;
	}
h1 {
	font-size:18px;
	font-weight:600;
	}
h2 {
	font-size:16px;
	font-weight:600;
	font-variant: small-caps;
	}

h3 {
	font-size:14px;
	font-weight:600;
	}

h4 {
	color:#333;
	font-size:11px;
	font-weight:500;
	padding:0px;
	margin-bottom:10px;
	}


img {
	display:block;
	border:0;
	}


.Spacer {
	clear:both;
	}

.URL {
	text-decoration:underline;
	padding-bottom:25px;
	}
a {
	text-decoration:inherit;
	color:inherit;
	}


/* Basic Page Divisions */

#Header {
	display:none;
	}
body>#Header {height:14px;}

#Container {
	background:#fff;
	position: absolute;
	margin: 0 50px 0 0;
	padding: 10px;
	left:20px;
	top:20px;
	width:600px;
	right:0;
	}


#Contents {
	padding: 10px;
	padding-bottom:100px;
	}

#Contents p {
	font-family:"Century Schoolbook", Times New Roman, Times, sans-serif;
	font-size:14px;
	}

#Contents LI {
	font-family:"Century Schoolbook", Times New Roman, Times, sans-serif;
	font-size:14px;
	}


#Footer {
	display:none;
	}

#Menu {
	display:none;
	}
	

body>#Menu {width:140px;}






