@charset "utf-8";
/* CSS Document */
/* html, body style */
html,body 
{
    width: 100%; height: 100%; padding: 0; margin: 0;
    background: #bdb39b; 
    font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; color:#292826; text-align:center;
}

/* hx tag */
h1,h2,h3,h4,h5
{
    font-family: Georgia, "Times New Roman", Times, serif ; font-weight:bold; color:#292826;
}

h2.red{ color:#990000;}

h1{font-size:14px;}
h2{font-size:13px;}
h3{font-size:12px;}

/* a tag*/
a{color:#901818; text-decoration:none; font-weight:bold;}
a:hover{color:#901818; text-decoration:underline; font-weight:bold;}
a:visited{color:#901818; text-decoration:none; font-weight:normal;}

a.imglink{ text-decoration:none;}
a.imglink:hover{text-decoration:none;}

/*  */
#page_cont
{
	width: 100%; height:auto; padding: 0; margin: 0;
    /*background:url(../images/page/bg_content_end.jpg) no-repeat center bottom; */
}
/* style for flash conteiner */
#flash_top{
	width: 100%; height: 322px;
	background:url(../images/page/top_alternative.jpg) no-repeat center;
}

/* style for page conteiner */
#content_div{
	width: 1016px;/* height: 322px;*/
	margin: 0 auto 0 auto;
	/*background:url(../images/page/bg_content_start.jpg) no-repeat;*/
}

#page_text{ 
    width:650px;
	margin: 0 auto 20px auto; padding:15px 0 0 0;
	text-align:justify;
}
#foot{
	 
	width:650px;
	margin: 0 auto 0 auto; padding:5px 0 5px 0;
	border-top:#FFFFFF solid 1px;
	font-family:Tahoma; font-size:9px; color:#e1dede;
	
}

#foot a{color:#e1dede; font-weight:normal;}
#foot a:hover{color:#e1dede; font-weight:bold;}
#foot_l{float:left;}
#foot_r{float:right;}
.clear_b{clear:both; font-size:1px; line-height:1px; padding:0; margin:0; }