body {
	margin-top: 15px;
	font-size: 11pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) repeat;
	color: #454545;
}

a {
	text-decoration: none;
	color: #0071b5;
}

a:hover {
	text-decoration: underline;
}

img{
	border: 0;
}

h1, h2, h3 {
	margin: 0 0 0 15px;
	padding: 0;
}

#main {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: relative;
}

#header {
	width: 720px;
	text-align: center;
}

#bar {
	margin: 8px auto 5px auto;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	width: 720px;
	text-align: center;
	padding: 1px;
	font-size: 12pt;
}

#bar ul, #bar li {
	display: inline;
	padding: 6px;
}

#content {
	width: 680px;
	padding: 5px 20px 10px 20px;
}

#content p {
	text-align: justify;
}

#footer {
	width: 720px;
	font-size: 85%;
	color: #767676;
	text-align: center;
	clear: both;
}

#lang {
	text-align: center;
	margin-bottom: 5px;
}

#js_notice {
	margin: 15px 40px 0 40px;
	border: 1px solid #CDCDCD;
	padding: 2px;
	font-size: 90%;
	text-align: center;
	clear: both;
}