/*	modelpage-top
--------------------------------------------------*/
#modelpage-top {
	padding: 0 0 30px 0;
}

#modelpage-top-left {
	width: 313px;
	float: left;
}

#modelpage-top-right {
	width: 635px;/*665*/
	padding: 0 0 0 20px;
	float: left;
}

h1 {
	font-size: 20px;
	padding: 0 0 15px 0;
}

h2 {
	position: relative;
	font-size: 20px;
	padding: 5px 0 10px 0;
}

	h2 span {
		position: absolute;
		top: 10px;
		right: 3px;
		font-size: 14px;
	}
	
		h2 span a {
			font-size: 14px;
			background-color: inherit;
			color: #666;
		}
		
		h2 span a:hover {
			background-color: inherit;
			color: #000;
		}

p {
	font-size: 14px;
	background-color: inherit;
	color: #666;
	line-height: 18px;
}


/*	anchor-links
--------------------------------------------------*/
#anchor-links {
	padding: 0 0 30px 0;
	font-size: 14px;
	background-color: inherit;
	color: #000;
}

	#anchor-links a {
		font-size: 14px;
		padding: 0 12px 0 0;
		background-color: inherit;
		color: #666;
	}
	
	#anchor-links a:hover {
		background-color: inherit;
		color: #000;
	}