body	{background-color: #FFDAB9;
	text-align: center;
	width: 100%;
	font-size: 100%;
	}
h1	{font-size: 120%;
	line-height: 1.0em;
	width: 95%;
	text-align: left;
	font-weight: bold;
	border-left: #DC143C 20px solid;
	background-color: #FA8072;
	color: #F5F5DC;
	padding:5px;
	}
a:link, a:visited
	{ color: #333333;
	}
a:hover
 	{ color: #cc0000;
	}
img { border: none;
	}
#head	{
	margin-top: 0px;
	width: 800px ;
	height: 150px;
	}
#base  {
	background-color: #ffffff ;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}
#menu  {
	float: left;
	width: 190px ;
	}
#main	{float: left;
	width:580px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 25px;
	margin-top: 0px;
	font-size: 95%; 
	line-height: 1.8em;
	text-align: left;
	}
#footer {margin-top: 10px;
	text-align: center;
	font-size: 80%;
	width: 800px;
	color: #DC143C;
	}
.menu1	{margin-bottom: 20px;
	padding-left: 20px;
	font-size: 90%; 
	text-align: left;
	line-height: 1.8em;
	}
.crimson	{
	color: #DC143C;
	}
.bold	{
	font-weight: bold;
	}
.importText {
	text-decoration:line-through;
	}
.left_15
	{
	margin-left: 15px;
	}