.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#ContentFull {
	width:799px;
	overflow: hidden;	
}
.pager {
	float:right;
}
.pager span {
	float:left;
	display:block;
	margin:3px;
	padding:1px 5px;
	cursor: pointer;
}

.pager a {
	display:block;
	float:left;
	margin:3px;
	border:1px #E6E6E6 solid;
	padding:1px 5px;
	text-decoration:none;
	color:#C43B69;
}
.pager a:hover {
	display:block;
	float:left;
	margin:3px;
	border:1px #C43B69 solid;
	padding:1px 5px;
	text-decoration:none;
	background-color:#C43B69;
	color:#fff;	
}
.pager a.active {
	border:1px #C43B69 solid;
}
.pager a.active:hover {	
	border:1px #C43B69 solid;
	padding:1px 5px;
	text-decoration:none;
	background-color:#FFF;
	color:#C43B69;	
}

#contact input.text {
	width:230px;
	border:1px #E6E6E6 solid;
	font-family:tahoma,arial;

}
#contact textarea.text {
	width:230px;
	height:200px;
	border:1px #E6E6E6 solid;
	padding:5px;
	font-family:tahoma,arial;
	font-size:12px;
	line-height:17px;
}
