body {
	background: #E1E0DD;
	margin: 0;
}
img { border: 0; }
.thumb { vertical-align: bottom; }
#linie {
	border: 0;
	border-top: 8px solid #235060;
	width: 100%;
	height: 8px;
	margin: 0;
}
#header {
	height: 130px;
	padding: 25px 40px 0 40px;
}
#header .box {
	height: 130px;
	background: white;
	width: 320px;
	border-top: 1px solid #B7B6B5;
	border-right: 2px solid #B7B6B5;
	border-left: 1px solid #B7B6B5;
	float: left;
	text-align: center;
}
#header .box div { padding: 45px 10px 10px 20px; }
#header .navi {
	text-align: right;
	font-family: Verdana;
	height: 85px;
	margin: 0 0 0 250px;
}
#header .navi img { float: left; }
#header .navi a {
	float: left;
	padding: 20px 15px 0 15px;
	text-decoration: none;
	color: #333333;
}
#header .navi a:hover {	color: #235060; }
#main {
	margin: -1px 40px 0 40px;
	background: white;
	border-top: 1px solid #B7B6B5;
	border-right: 2px solid #B7B6B5;
	border-left: 1px solid #B7B6B5;
	border-bottom: 1px solid #B7B6B5;
	padding: 10px;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	width: 990px;
}
#main #complete {
	border-top: 2px solid #0D3A4A;
	border-left: 3px solid #0D3A4A;
	border-bottom: 2px solid #0D3A4A;
	width: 969px;
}
#main #complete .full {
	width: 966px;
	background: #174B5F;
	border-top: 1px solid #0D3A4A;
	border-right: 2px solid #0D3A4A;
	border-left: 1px solid #1D596B;
	border-bottom: 1px solid #1D596B;
	font-size: 15px;
}
#main #complete .line { height: 230px; }
#main #complete .block {
	width: 320px;
	height: 230px;
	background: #174B5F;
	float: left;
	border-top: 1px solid #0D3A4A;
	border-right: 2px solid #0D3A4A;
	border-left: 1px solid #1D596B;
	border-bottom: 1px solid #1D596B;
	line-height: 1.8;
	text-align: justify;
	display: inline;
}
#main #complete .special {
	background: #255E72;
	border-left: 1px solid #275F72;
	border-bottom: 1px solid #275F72;
}
#main #complete .block div, #main #complete .full div { padding: 20px; }
#main #complete .block div.add { text-align: center; }
#main #complete .block div h1, #main #complete .full div h1 {
	color: #FDDE00;
	margin: 0 0 10px 0;
	font-size: 32px;
	font-family: Arial;
	line-height: 1;
}
#main #complete .block div h2, #main #complete .full div h2 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 1;
}
#main #complete .full div h3, #main #complete .full div h3 {
	margin: 10px 0 10px 0;
	font-size: 17px;
	color: #FDDE00;
	font-style: italic;
}
#main #complete .block div a, #main #complete .full div a {
	color: #FDDE00;
	font-style: italic;
}
#main #complete hr {
	border: 0;
	border-top: 1px solid #FDDE00;
}
#main #complete .full table {
	margin: 20px 0 0 0;
	color: white;
}
#main #complete .full table td {
	vertical-align: top;
	border-top: 1px solid white;
	padding: 15px 0 15px 0;
}
#footer {
	margin: 30px 40px 30px 40px;
	font-family: Verdana;
	font-size: 11px;
	color: #C0BEBF;
	clear: both;
}