.main {
	min-height: 450px;
}
* html .main {
	height: 413px;
}
.clearall {
	clear: both;
	width: 100%;
	height: 10px;
}
* html .clearall {
	height: 75px;
}
.template_center {
	height: 300px;
	width: 126px;
	text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.template_box {
	background: url(../../images/template_glass.gif) no-repeat left bottom;
	float: left;
	width: 126px;
	height: auto;
	padding: 0 0 10px 0;
	margin-left: auto;
	margin-right: auto;
}
* html .template_box {
	height: 50px;
}
.template_box h2 {
	background: url(../../images/template_glass.gif) no-repeat left top;
	padding: 3px 3px 2px 3px;
	margin: 0px;
	color: #B8B8B8;
}
.template_box ol {
	margin: 4px 3px 4px 2px;
	padding: 0px;
	list-style: none;
	border-right: 0;
}
.template_box ol li {
	padding: 3px 0 0 0
}
.template_box a {
	text-decoration: none;
	color: #494949;
}
.template_box a:hover {
	background-color: #FFFFFF;
	color: #640914;
	text-decoration: none;
}
.template_box ol li a {
	border: none;
}