body {
	background-image: url("/img/background.png");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#container {
	width: 750px;
	margin: 0 auto;
}
.left {
	float: left;
	width: auto;
}
.right {
	float: right;
	width: auto;
}
#content_top {
	font-size: 11px;
	font-weight: bold;
	padding-top: 17px;
}
#content_menu {
	text-align: center;
}
#content_left {
	width: 166px;
	float: left;
	padding: 6px;
	margin-right: 6px;
	background-color: #d62827;
	color: #fff;
}
#content_right {
	width: 553px;
	float: left;
	border-left: 1px solid #d62827;
	padding: 6px 0 6px 12px;
	background-image: url("/img/content.png");
	text-align: justify;
}
#top a {
	text-decoration: none;
	color: #2c327c;
}
#top a:hover {
	text-decoration: underline;
	color: #d62827;
}
ul {
	margin: 6px;
}
#menu img {
	border: 0;
}
#content img {
	border: 3px double #d62827;
}
.title {
	text-align: center;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #0080ff;
}
#mosaique {
	margin: 0;
	text-align: center;
}
#mosaique img {
	margin: 1px 0;	
}
#content_left ul {
	padding: 5px 10px 0 10px;
	margin-left: 6px;
}
#content_left ul a {
	color: #fff;
	text-decoration: none;
}
#content_left ul a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#content_right ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#content_right table {
	border: 1px solid #d62827;
}
#content_right td {
	padding: 2px 20px;
	text-align: center;
	border: 1px solid #d62827;
}
#content_right th {
	background-color: #d62827;
	padding: 2px 20px;
	text-align: center;
	border: 1px solid #d62827;
	color: #fff;
}
.th {
	background-color: #2c327c;
	color: #fff;
}
hr {
	color: #d62827;
	border-width: 1px;
	border-style: dashed;
}
#content_right a {
	text-decoration: none;
	color: #000;
}
#content_right a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#content .noborder img {
	border: none;
}
#content .noborder td {
	padding: 2px 10px;
}
#space {
	width: 178px;
	height: 6px;
	background-color: #fff;
	margin-left: -6px;
	margin-top: 5px;
}
p {
	padding: 30px 0;
}
.white {
	background-color: #fff;
}