body {
	background-color: #003046;
	color: #003046;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}
.h {	display: none; }

#main {
	margin: auto;
	width: 600px;
	background: White url(default/main_bg.gif) repeat-x bottom;
	border: 1px solid Black;
	border-top: none;
}
#title {
	background: url(default/title.gif) no-repeat;
	height: 49px;
}
#header {
	background: url(default/header.jpg) no-repeat;
	height: 82px;
}
#separator {
	background: url(default/shadow.gif) repeat-x top;
	height: 11px;
	font-size: 11px;
}
#menu {
	background: url(default/menu.jpg) no-repeat top;
	height: 18px;
}

/* menu */
#menu ul {
	margin: 0;
	padding: 0 0 0 158px;
	color: #003046;
	text-align: center;
	font: 70%/1.5 Verdana bold;	
}
#menu ul li { display: inline; }
#menu ul li a {
	width: 94px;
	height: 18px;
	margin-right: 1px;
	background-color: White;
	color: #003046;
	text-decoration: none;
	float: left;
}
#menu ul li a.sel {
	background-color: #3A6B81;
	color: White;
}
#menu ul li a:hover { color: Red; }

#body_index {
	background: url(default/index_montage.jpg) no-repeat bottom;
	height: 400px;
}
#body {
	font: 80%/1.2 Verdana;
	text-align: justify;
	margin: 30px 20px 20px 20px;
}
#body img {
	float: right;
	border: 2px solid #3A6B81;
	margin: 0 0 100px 20px;
}
#body img.portrait {
	float: left;
	border: 2px solid #3A6B81;
	margin: 0 10px 0 0;
};
#body br.both {	clear: both;}
#body a {
	color: Blue;
	text-decoration: underline;
}
#body a:hover {
	color: Red;
}
#copyrights {
	text-align: center;
	margin: 3px;
}
#copyrights img {	border: none;}

#body b.left	{
	margin: 0;
	padding: 0;
	width: 90px;
	height: 30px;
	float: left;
}