@charset "utf-8";
/* CSS Document */

body {
	background: #DADCCF repeat-x left bottom;
	color: #333;
	margin-left: 40px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    line-height:170%;
	text-align:justify;
}

#title {
line-height:250%;
}

.clearer {clear: both;}

.container {
	background: #FFF;
	font-size: 1em;
	margin: 0 auto;
	padding: 0 0px 0px;
}


/* menu */
.menu {	
	background: #EDEAE1 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.menu a {
	background: #EDEAE1 url(img/nav.gif);
	border-right: 1px solid #DADCCF;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 8px;
	text-decoration: none;
}
.menu a:hover {background-position: left bottom; color: #234;}
