/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
/* --- Divs used for page structure ---*/
body
{
	background-color:#ccc5c1;
	background-image:url(/images/avantime/vinunic/gradient_bakgrund.jpg);
	background-repeat:repeat-x;
}
#ContentDiv
{
	text-align:center;
}
#PageContent
{
	margin: 0 auto;
	text-align:left;
	width:920px;
	background-color:White;
	
}

#HeaderArea
{

}
#LeftHeaderArea
{
	float:left;
	width:535px;
	background-image:url(/images/avantime/vinunic/swoosh_start_bl.gif);
	background-repeat:no-repeat;
}
#RightHeagerArea
{
	float:left;
	width:385px;
}
#MainAreaDiv
{
	text-align:left;
	padding:18px 15px 20px 20px;
}

.LeftContentArea
{
	/*Width is defined in masterpage*/	
	float:left;
	text-align:left;
}
.LeftContentAreaPaddingDiv
{
	
}
.MainContentArea
{
	/*Width is defined in masterpage*/	
	float:left;
	text-align:left;

}
.MainContentAreaPaddingDiv
{
	padding:8px 20px 0px 38px;
}
.RightContentArea
{
	/*Width is defined in masterpage*/	
	float:left;
	text-align:left;
}
.RightContentAreaPaddingDiv
{
	
}
#FooterDiv
{
	margin:0px 20px 20px 20px;
	text-align:center;
	color:#D7CEC9;
	background-image:url(/images/avantime/vinunic/footerThinTopLine.gif);
	background-repeat:repeat-x;
	
}
.FooterPaddingDiv
{
	background-image:url(/images/avantime/vinunic/footerLine.gif);
	background-repeat:repeat-x;
	background-position:0px 100%;
	padding:10px 0px 20px 0px;
}

