body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #253340;
	background-image: url(images/top_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#message p {
	margin-left: 20px;
	margin-right: 10px;
	padding-bottom: 20px;
}

#menu {
	width: 350px;
	float: left;
}
#container {
	float: left;
	width: 550px;
}
#message {
	width: 400px;
	background-color: #fefce8;
	background-image: url(images/mes_bgr.gif);
}
#footer {
	font-size: 0.7em;
	color: #CCCCCC;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 20px;
	margin-top: 20px;
	padding-bottom: 30px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	background-color: #fefce8;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#content h1 {
	text-transform: uppercase;
}
#content li {
	padding-top: 10px;
	list-style-type: upper-roman;
}
#content ul {
	margin-top: -15px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #666666;
}
