* {
	margin: 0px;
	padding: 0px;
}
#main {
	background-color: #000000;
	width: 700px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#maintop {
	background-image: url(images/bimg.gif);
	background-repeat: repeat-x;
	height: 80px;
	text-align: center;
}
#mainbuttom {
	background-image: url(images/bimg2.gif);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	margin-top: 10px;
	line-height: 150%;
}
img {
	border: none;
}
h2 {
	font-weight: normal;
	margin: 10px 0px 0px;
	padding: 10px 0px 0px;

}
#frame {
	text-align: center;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	font-size: 120%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	width: 600px;
	text-align: left;
	float: right;
}
.sfont {
	font-size: 100%;
	padding-top: 0px;
	float: left;
	width: 550px;
	padding-left: 100px;


}
.clear{
  display :block ;
  clear : both ;
  visibility:hidden;
}
#link {
	padding-top: 10px;
	padding-bottom: 10px;

}

