body {
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
}

img {
	border: none;
	behavior:url(iepngfix.htc);
}

.container {
	width: 850px;
	margin:-15px auto;
}

.header {
	width: 850px;
	height: 137px;;
	background-image: url(../image/header.png);
	background-repeat: no-repeat;
}

.content {
	margin-top:-4px;
	width:850px;
	background-image: url(../image/bodyfill.png);
	background-repeat: repeat-y;
}

.footer {
	width: 850px;
	height: 133px;;
	background-image: url(../image/footer.png);
	background-repeat: no-repeat;
}

.footer-text {
	font: 'Viner Hand ITC';
	font-size: 90%;
	color: #fff;
}

.text {
	font-family: Tahoma, ;
	font-size: 100%;
	text-align: justify;
}

.article {
	padding-top:50px;
	margin-left:40px;
	margin-right:40px;
}

.contact {
	padding-top:50px;
	width:600px;
	margin: 0 auto;
}

.menu {
	margin-top:70px;
	margin-left:145px;
	float:left;
}

.clear {
	clear:both;
}

.submenu {
	width:180px;
	margin: 0 auto;
}

.copyright {
	width:170px;
	margin-top: 100px;
	margin-left: 340px;
}

.jrt {
	width:160px;
	margin-top:100px;
	margin-right:20px;
	float:right;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

.contentboxleft {
	float:left;
	width:45%;
	height:36%;
	text-align:justify;
	font-family: Tahoma;
	font-size: 12px;
	color: #000066;
}

.contentboxright {
	float:right;
	width:45%;
	height:36%;
	text-align:justify;
	font-family: Tahoma;
	font-size: 12px;
	color: #000066;
	margin-right: 15px;
}