html, body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body
{
	background-color: #ffffff;
	color: #4c5364;
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}

img
{
	border: 0px;
}

a, a.hover,a.visited
{
	color : #be0009;
}

#MainContainer
{
	width : 586px;
	left : 50%;
	position : relative;
	margin-left : -293px;
	border : 1px solid #000000;
}

#ImageHeader
{
	width : 586px;
	height : 128px;
}

#ContentContainer
{
	width : 524px;
	margin-left : 22px;	
	margin-right : auto;
}

#ImageFooter
{
	background-image : url(../img/ptn_blog_footer.jpg);
	background-repeat :repeat-x;
	width : 586px;
	height : 34px;
}

#CommentsContainer
{
	width : 524px;
	margin-left : 22px;	
	margin-right : auto;
	font-size : 8pt;
}

.Headline
{
	color : #79808d;	
	font-size : 18px;
	font-weight : normal;
}

.TextHeader
{
	color : #79808d;
	font-weight : bold;
}

.TextHeader2
{
	color : #4c5364;
	font-weight : bold;
}

hr
{
	color : #000000;
	height : 1px;
	width : 586px;
}