#body {
	width: 892px;
	background-image: url(img/bg_body.png);
	background-repeat: no-repeat;
	border: 0px solid red;
	height: 889px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header{
	width: 871px;
	height: 128px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: right; 
	padding-left: 5px;
	border: 0px solid #333;
	float: right;
}
#menu{
	width: 893px;
	height: 50px;
	background-image: url(img/balk.png);
	background-repeat: no-repeat;
	border: 0px solid red;
	float: left;

}	
#contentbox{
	width: 870px;
	padding-top: 0px;
	height: 662px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/bg_header.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px solid yellow;
}
#sign{
	width: 40px;
	padding-top: 5px;
	height: 640px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/white.png);
	background-repeat: repeat;
	padding-left: 0px;
	padding-right: 5px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	float: left;
	margin-top: 15px;
}
#content{
	width: 425px;
	padding-top: 5px;
	height: 640px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/white.png);
	background-repeat: repeat;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	float: left;
	margin-top: 15px;
}
#picture{
	width: 368px;
	padding-top: 7px;
	height: 363px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/white.png);
	background-repeat: repeat;
	padding-left: 7px;
	border: 0px solid #333;
	float: right;
	margin-top: 15px;
}
#bottom{
	width: 893px;
	padding-top: 10px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/balk.png);
	background-repeat: no-repeat;
	border: 0px solid green;
	float: left;
	margin-top: 15px;
}
#gmi{
	width: 893px;
	padding-top: 0px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 0px solid green;
	float: left;
}


* { 
	padding: 0;
	margin: 0;
}






body {

background-color: #FFF;

color: #223867;

font: normal normal 62.5%/1.5 Verdana, Tahoma;

}



a img {

border : none;

}



a {

outline: none;
text-decoration: none;


}



h1 {

font-size: 2.2em; /* 22px */
font-family: "Eras Medium ITC", Verdana, Tahoma;
margin-bottom: 15px;

}



h2 {

font-size: 2.0em; /* 20px */
font-family: "Eras Medium ITC", Verdana, Tahoma;
margin-bottom: 15px;

}



h3 {

font-size: 1.8em; /* 18px */
font-family: "Eras Medium ITC", Verdana, Tahoma;
margin-bottom: 15px;

}



h4 {
font-size: 1.6em; /* 16px */
font-family: "Eras Medium ITC", Verdana, Tahoma;
margin-bottom: 15px;

}



h5 {

font-size: 1.2em; /* 12px */
color: #223867;
font-family: "Eras Medium ITC", Verdana, Tahoma;
margin-top: 7px;
margin-bottom: 7px;
margin-left: 20px;

}



p {

font-size: 1.0em; /* 10px */
font-family: "Eras Medium ITC", Verdana, Tahoma;
margin-bottom: 15px;

}



ul {

list-style-type : none;

}

/* link */
a:link {
	text-decoration: none;
	color: #223867;
}
a:visited {
	text-decoration: none;
	color: #223867;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

a.mainlevel:link, a.mainlevel:visited {
	border:1px solid #ffffff;
	display: block;
	text-align: center ;
	text-decoration: none;
	font-family: "Eras Medium ITC", "Times New Roman", Times, serif;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: #000000;
	margin: 4px;
}

a.mainlevel:hover { 
	background-color:#223867 ; 
	color: #c0c0ff;
	font-family: "Eras Medium ITC", "Times New Roman", Times, serif; 
}


div {
	
font-size : 100%;
}