#all_page{
	position: relative;
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: Green;
}
#all_cont{
	position: absolute;
	width: 1024px;
	height: auto;
	background-color: red;
}
#up_cont{
	position: absolute;
	width: 1024px;
	height: 390px;
	background-image: url(../img_big/up.jpg);
	background-repeat: no-repeat;
	background-color: blue;
}
#left_cont{
	position: absolute;
	margin-left: 0px;
	top: 0px;
	left: 35px;
	height: auto;
	width: auto;
	z-index: 2;
}
#left_cont a{
	color: #365399;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#left_cont a:hover {
	color: #b32908;
}
#left_cont a:visited {

}
#left_cont p {
	margin-top: 3px;
	margin-bottom: 3px;
}
#right_cont{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 40px;
	width: 100px;
	height: auto;
	border-left-color: #F0F8FF;
	border-left-style: double;
	border-left-width: thin;	
	z-index: 1;
}
#right_cont_linx{
	position: relative;
	top: 0px;
	margin-top: 20px;
}
#right_cont_linx a{
	color: #365399;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#right_cont_linx a:hover {
	color: #b32908;
	text-decoration: underline;
}
#right_cont_linx a:visited {

}
#right_cont_linx p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
#right_cont_act{
  
}
#right_cont_act .datum{
	color: #4775e9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
}
#right_cont_act h3{
	font-weight: bold;
	color: #365399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right_cont_act a{
	color: #4775e9;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right_cont_act a:hover {
	text-decoration: underline;
	color: #506eb8;
}
#right_cont_act a:visited {

}
#right_cont_act p{
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: right;
}
#main_cont{
    position: absolute;
    margin-left: 0px;
    top: 185px;
    left: 0px;
    height: auto;
    width: 1024px;
    background-image: url(../img_big/small.gif);
    background-repeat: repeat-y;
    padding-bottom: 0px;
    min-height: 500px;
}
#main_cont_txt{
	position: relative;
	margin-left: 0px;
	top: 0px;
	left: 170px;
	height: auto;
	width: 700px;
	z-index: 1;
}
#main_cont_txt h1{
	color: #365399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#main_cont_txt h2{
	color: #365399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
#main_cont_txt p{
	color: #365399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bottom{
position: absolute;
bottom: 0px;
height: 255px;
background-image: url(../img_big/bottom.jpg);
background-repeat: no-repeat;
width: 1024px;
z-index: 0;
}
#ref{
	position: relative;
	top: 234px;
	color: #365399;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

