html,body {
	margin: 0px;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	width: 100%;
	background: #7e9ed2 url(../images/bg.jpg) no-repeat center top;
	text-align: center;
}

div#container {
	margin: 0 auto;
	width: 780px;
	background: url(../images/containerReunat.png) no-repeat left bottom;
	text-align: left;
}

div#containerPadding {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

div#area {
	width: 770px;
	display: table;
}

div#top {
	width: 770px;
	height: 96px;
	min-height: 96px;
	display: table;
	background: url(../images/top.jpg) no-repeat left top;
}

div#naviTop {
	width: 770px;
	height: 41px;
	display: table;
	background: url(../images/naviTopBg.jpg) no-repeat left top;
}

div#mainArea {
	width: 770px;
	background: #fff url(../images/mainBg.jpg) no-repeat left top;
	display: table;
}

div#pathArea {
	width: 440px;
	height: 37px;
	float: left;
	display: block;
}

div#searchArea {
	width: 330px;
	height: 37px;
	float: left;
	clear: right;
	display: block;
}

div#frontContent {
	width: 770px;
	min-height: 320px;
	display: table;
	clear: both;
}

div#leftNavi {
	width: 220px;
	float: left;
	display: block;
	clear: left;
}

div#mainContent {
	width: 550px;
	float: left;
	clear: right;
	display: block;
	min-height: 240px;
}

div#bottom {
	font-size: 8pt;
	color: #8696b7;
	width: 770px;
	height: 37px;
	float: none;
	clear: both;
	background: url(../images/bottomBg.gif) no-repeat left top;
	display: block;
	text-align: center;
}

div#bottomPad {
	padding-top: 9px;
}

div#bottomPad img {
	vertical-align: middle;
}

div#bottomPad em {
	color: #657393;
	font-weight: bold;
	font-style: normal;
}


div.front_nosto {
	float: left;
}


.logoArea {
}

.logoImage {
	margin-left: 16px;
	margin-top: 16px;
}

.languageLink {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #636363;
}

.languageLink:hover {
	text-decoration: none;
	color: #636363;
}

.languageLink:visited {
	text-decoration: underline;
	color: #636363;
}

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.articleCommandLink:visited {
	text-decoration: none;
}

.articleCommandLink:hover {
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}
