#brd {
    margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
    width: 1250px;
}
#title {
    color: #8f1f44;
    font-family: "Monotype Corsiva";
    font-size: 40pt;
    font-style: italic;
    text-align: center;
}
.style2 {
    color: #8f1f44;
	font-family:"Lucida Handwriting", "Brush Script Std";
    font-size: 30pt;
    font-style: italic;
    text-align: center;
}
#box {
	margin:5px;
	width:236px;
	height:auto;
	float:left;
}
#box img {
	border: 1px solid #666;
    border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.number {
  background: #8f1f44; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
  width: 10%;
  text-align: center;
  color: white;
  float:right;
  font-family:Calibri;
  font-size:12px;
  line-height:22px;
  margin-right:5px;
  z-index:5;
  position:relative;
  top:-34px;
}
#column {
	width: 238px;
	float: left;
	margin: 6px;
	padding: 0px;
}
#column ul{
	list-style:none;
	width: 238px;
	margin: 0px;
	padding: 0px;
}
#column ul li{
	margin:5px;
	width:236px;
	min-height:100px;
	display:inline-block;
	height:auto;
	float:left;
	padding: 0px;
    margin-bottom:-20px;
}
#column ul li img {
	border: 1px solid #666;
    border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#container {
	width:1250px;
	margin: 0 auto;
	display:block;
	min-height:1000px;
	height:auto;
}
.maintitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #000;
	font-style: italic;
}
.dtitle {
	font-family: "Monotype Corsiva";
	font-size: 50px;
	color: #000;
}
