html,body
{
/*	background:#3b3b3b;	*/
background:url("../images/bg.png") ;
	margin:0;
	padding:0;	
	font-weight:bold;
	text-align:justify;
}

/*div#container
{
	margin:0 auto;
/*	background:url("../images/bg.png");	*/
/*	width:1000px;*/
	/*border:1px solid red;*/
/*}*/

div#container
{
	margin:0 auto;
	background:#FBFBFB url(../images/bg_new.png) no-repeat bottom left;	
	width:822px;
	height:756px;
	position:relative;
	/*border:1px solid yellow;*/
}


p.content_header
{
	padding-top:10px;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	
	color:#4487b5;
}
a
{
	text-decoration:underline
	font-family:Tahoma;
	color:#4487b5;
}
a:hover
{
	text-decoration:none
}


div.content_top
{
	background:url("../images/top_content.png");			
	width:822px;
	height:5px;
	font-size:0;
	
}

div.content_bottom
{
	position:absolute;
	bottom:-55px;/*-7*//*-65*/
	left:0px;
	z-index:3;
	/*background:#00f;*/	
	background:url("../images/bottom_content.png");			
	width:822px;
	height:328px;
	font-size:0;
	
}

div.content_block
{
	position:relative;
	background:url('../images/bg_content.png');
	/*height:100%;*/
	margin:0 0 15px;
	width:100%;
	margin-top:17px;
}

div.content
{
	width:750px;
	height:260px;
	font-family:Tahoma;
	font-size:12px;
	/*font-weight:normal;*/
	
	/*margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	vertical-align: baseline;
	
	line-height: 1.5;
	outline: 0;
*/
	z-index:4;

	color:#626262;
	overflow: auto;
	position: absolute;
	padding-right:5px;
	top:305px;
	left:35px;

}

div.content p
{
	margin: 0;
	padding: 0px 0;			
}

div.flash
{
	width:770px;
	height:167px;
	margin: 0 auto 0 auto;
/*	background:#aaa;*/
	margin-top:17px;
	margin-bottom:-7px;
}



