@charset "utf-8";
body {
	background-image: url(../../images/background.jpg);
	background-repeat: repeat;
	text-align: center;
}
#page h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#page h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#page p {
	text-align: center;
}
.new {
	background-color: #FFF;
	text-align: left;
	color: #5B504B;
}
#page h3 {
	padding: 5px;
	text-align: center;
}
ul li {
	list-style-type: none;
}
.new ul li span.leftspace {
	padding-left: 10px;
}
.new ul{
	padding-bottom:10px;
	font-size: small;
}
#h5 {
	font-weight: bold;
	line-height: 25px;
	color: #5B504B;
}
