@charset "utf-8";
/* CSS Document */
*, html{
	padding:0;
	margin:0;
}
body {
	background:#fff url(../img/bg.png) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
#container {
	margin:auto;
	text-align:center;
}
#header {
	background:#fff url(../img/header.png) top center no-repeat;
	height: 211px;
	width:846px;
}
#header-mnu{
	background:#fff url(../img/header-mnu.png) top center no-repeat;
	height:211px;
	width:846px;
}
#left {
	background:#fff url(../img/left.png) top left repeat-y;
	width:41px;
}
#right {
	background:#fff url(../img/right.png) top right repeat-y;
	width:46px;
}
#right-mnu {
	background:#fff url(../img/right-mnu.png) top right repeat-y;
	width:273px;
	vertical-align:top;
	text-align:center;
}
#content {
	background:#fff;
	width:532px;
	text-align:left;
	vertical-align:top;
}
#footer {
	background:#fff url(../img/footer.png) top center no-repeat;
	height:95px;
	width:846px;
	font-size:smaller;
}
#footer-mnu {
	background:#fff url(../img/footer-mnu.png) top center no-repeat;
	height:95px;
	width:846px;
	font-size:smaller;
}
#nav {
	margin-right:40px;
	text-align:center;
	list-style:none;
	list-style-type:none;
}
#imgFront{
	text-align:center;
}
