@charset "utf-8";
body {
font-family: Arial, Helvetica, sans-serif;
background-image: url(../img/background.png);
background-repeat: repeat-x;
background-color: #88bacf;
width: 1000px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
}

img { border: none; }
p { margin: 0; }

#header {
background-image: url(../img/header2.png);
width: 1000px;
height: 211px;
}

#contents {
background-image: url(../img/body-background.png);
background-repeat: repeat-y;
width: 1000px;
}

#left {
width: 172px;
padding-left: 30px;
vertical-align: top;
}
	#left img.mn-img {
	border: none;
	display: block;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	}
	#left ul {
	width: 172px;
	background-image: url(../img/mn-background.png);
	background-repeat: repeat-y;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	margin: 0;
	list-style: none;
	vertical-align: top;
	}
	#left ul li {
	padding-left: 10px;
	padding-top: 0;
	margin: 0;
	}
	#left ul li a {
	color: white;
	font-size: 13px;
	text-decoration: none;
	}
	#left ul li a:hover {
	text-decoration: underline;
	}
	.mn-bottom {
	width: 172px;
	height: 13px;
	background-image: url(../img/mn-bottom.png);
	margin-bottom: 20px;
	}
	
#right {
padding-left: 20px;
vertical-align: top;
}
	#right .box-top {
	background-image: url(../img/box-top.png);
	width: 729px;
	height: 11px;
	}
	#right .box-background {
	background-image: url(../img/box-background.png);
	background-repeat: repeat-y;
	width: 689px; /*-40px*/
	color: white;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	margin: 0;
	}
	#right .box-bottom {
	background-image: url(../img/box-bottom.png);
	width: 729px;
	height: 11px;
	margin-bottom: 20px;
	}
	
	#right .box-background a {
	color: white;
	font-size: 13px;
	}
	#right .box-background img.publicite-img {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	}
	
	#right .box-background .br-image {
	background-image: url(../img/brTitle.png);
	width: 594px;
	height: 32px; /*-8px*/
	color: black;
	font-size: 20px;
	text-align: center;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	}
	#right .box-background p {
	text-align: justify;
	}
	
	.TableAllCenter {
	text-align: center;
	}

#footer {
width: 1000px;
height: 66px;
background-image: url(../img/footer2.png);
text-align: center;
padding-left: 20px;
}
	#footer p {
	padding-top: 15px;
	font-size: 13px;
	color: black;
	font-weight: bold;
	}
	#footer a {
	color: #003399;
	text-decoration: none;
	}
	#footer a:hover {
	text-decoration: underline;
	}
