#jlpMorin {
	background-image:url('images/head.png');
	height:180px;
}

a img {
	border:none;
}

body{
	background-color:#0f2f4b;
	background-image:url(images/bg.jpg);
	background-position:center center;
}

ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	font-family: "Century Gothic", arial, sans-serif;
}

ul#navlist li {
	float: left;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 20px 0 10px 0;
	background-image:url(images/btn_up.jpg);
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 25px 9px 10px 9px;
	color: #fff;
	border-right: 3px solid #fff;
	text-decoration: none;
}

ul#navlist li#active {
	background-image:url(images/btn_dn.jpg);
}

#navlist li:hover {
	background-image:url(images/btn_dn.jpg);
}

#container{
	width:817px;
	margin:auto;
}

#content{
	background-image:url(images/bg_repeat.png);
	margin-top:-5px;
	background-repeat:none;
	width:680px;
	padding:5px 65px 10px 65px;
	background-position:(center center);
	
}

#disclaimer {
	font-size:0.5em;
	color:#fff;
	font-family: "Century Gothic", arial, sans-serif;
	text-align:center;
}