/*Normal Page*/
.NormalPageContent
{
	background-color:#FFFFFF;
	margin-bottom:4px;
	margin-left: 18px;
	margin-top: 15px;
	width: 688px;
	
}

.pageLeft
{
	width:425px;
	float:left;
}

.pageRight
{
	float:right;
	margin-right: 25px;
	margin-bottom: 25px;
}

.StartPageArticle
{
	float:left;
	width:212px;
	height:120px;
	border:1px solid #A8A8A8;
	margin-left:6px;
	margin-right:6px;
}

*html .StartPageArticle
{
	width:214px;
}


.StartPageArticleContent
{
	float:left;
	width:208px;
	height:110px;
	background-color:#FFFFFF;
	background-image:url(/BevegoHTML/images/bgArticles.gif);
	color:#484848;
	border:solid 2px #FFFFFF;
}

*html .StartPageArticleContent
{
	width:212px;
	height:114px;
}

.StartPageArticleImage
{
	float:left;
}

.StartPageArticleText
{
	width:110px;
	float:left;
	font-size: 11px;
}




