
div#tagcontentwrap
{
	position: relative;
	width: 100%;
	height: 620px;
	background-color: #ffffff;
	background-image: url('/Images/background-tag.jpg');
	background-repeat: no-repeat;
	margin:0 20px 20px 27px;
	border: 0px dotted red;
}
div#tagcontentwrap2
{
	position: absolute;
	top: 50px;
	left: 47px;
	width: 650px;
	height: 1px auto;
	overflow: auto;
	border: 0px dotted red;
}
div#tagcontentwrap2 h1
{
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #3A63A5;
	letter-spacing: 1px;
}
div#tagcontentwrap2 h2
{
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #400500;
	letter-spacing: 1px;
}
div#tagcontentwrap2 p
{
	line-height: 19px;
	font-size: 12px;
}
div#tagcontentwrap2 p a
{
	font-size: 12px;
	color: #000099;
}