/* CSS Document */

#page
{
	position:relative;
	width:920px;
	height:100%;
	margin:0px auto;
}

#top
{
	position:absolute;
	width:920px;
	height:129px;
	background-image:url(../images/bg_top.png);
	/*behavior: url(styles/iepngfix.htc);*/
	z-index:9;	
}

#logo
{
	float:left;
	width:110px;
	height:110px;
}

#adress
{
	float:left;
	padding-top:6px;
	padding-left:10px;
	color:#546584;
}

#topnav
{
	float:right;
	height:110px;
	width:560px;
	text-align:right;
}

#banner
{
	position:absolute;
	top:121px;
	width:100%;
	height:279px;
	z-index:1;
}

#banner_op
{
	position:relative;
	width:350px;
	height:279px;
	background-image:url(../images/bg_opbanner.png);
	background-position:top left;
	behavior: url(styles/iepngfix.htc);
}

#content
{
	position:relative;
	top:400px;
	width:100%;
}

#content #helper
{
	float:left;
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/bg_content.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#content #helper #left
{
	float:left;
	width:320px;
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	padding-bottom:50px;
}

#content #helper #right
{
	float:right;
	width:530px;	
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:50px;
}

#content #helper #footer
{
	float:left;
	width:920px;
	padding-top:35px;
	padding-bottom:15px;
	background-color:#dbdfe7;
	background-image:url(../images/bg_footer.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#copyright
{
	float:left;
	width:340px;
	height:145px;
	padding-left:10px;
}

.box
{
	float:left;
	width:240px;
	height:145px;
	border-left:1px dotted #666666;
	padding-left:10px;
	padding-right:15px;
	overflow:auto;
}
