*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#main{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;border-width : 2px;border-style : solid;border-color : red;
  width : 800px;
  height : inherit;
}
#header{
  background-image : url(Chrysanthemum.jpg);
  height : 100px;
}
#column{
  padding-top : 10px;
  padding-left : 5px;
  width : 150px;
  float : left;
}
#cont{
  text-align : left;
  padding-top : 10px;
  margin-left : 5px;
  margin-right : 5px;
  width : 480px;
  float : right;
}
#footer{
  border-top-width : 1px;
  border-top-style : dashed;
  border-top-color : red;
  height : 50px;
  clear : both;
}
#header H1{
  font-size : x-large;
  text-align : center;
  padding-top : 15px;
  padding-left : 10px;
  font-weight : 700;
  font-style : normal;
}
#cont h2{
  font-size : 16px;
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  margin-bottom : 15px;border-width : 1px 1px 1px 10px;border-style : solid;border-color : red;
}
#column h3{
  color : white;
  background-color : red;
  padding-top : 3px;
}
#column p{
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;border-width : 1px;border-style : solid;border-color : red;
}

ol{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
ol li{
	background-image : url(path-mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 5px;
	display: inline;
}
ol li.first{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}