/* CSS Document */
body {
	background: #23262a;
	margin:0;
	padding:0;
	color: #333;
	font-family: 'Oxygen',Arial, Helvetica, sans-serif;
	font-size:14px;
}
html {
	margin:0;
	padding:0;
}
h1 {
	font-family: 'Oxygen', arial;
	color:#a3d062;
	font-size:28px;
	line-height:28px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

h2 {
	font-family: 'Oxygen', arial;
	color:#a3d062;
	font-weight: bold;
	margin:0 0 10px 0;
	padding:0px;
	font-size:18px;
}
}
h3 {
	font-family: 'Oxygen', arial;
	color:#001ad9;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0px;
	font-size:18px;
}
div {
	position:relative;
}
p {
	font-size:14px;
	line-height: 26px;
}
a {
	color:#878787;
	text-decoration: none;

	font-size:12px;
}
.txt20 {
	font-size:20px;
	line-height: normal;
}

.clear {
	clear:both;
}
.photos a{
	margin: 0px 20px 20px 0px;
	float:left;
}
.photos_right{
	margin-right: 0px !important;
}

/* ============================= MJM ============================= */
#contenuwrapper {
	background: url(../images/patternfade.jpg) repeat-x;
}
#contenu {
	width:940px;
	padding:20px;
	margin:0 auto;
	background: #FFF;
}
.logo {
	padding: 20px 0 0 0;
	text-align:center;
	font-size: 34px;
	color:#a3d062;
	text-transform:uppercase;
	display: block;
	font-weight:bold;
	text-shadow: 2px 2px 8px #000000;
}
.logotxt {font-size: 24px
}
#menu_wrapper {
	background: #a3d062;
}
#menu {
	width:980px;
	margin: 0 auto 0 auto;
}
#menu a {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size:18px;
	height:30px;
	padding:12px 0 0 0;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	text-align:center;
	display:block;
	float:left;
	margin-left:40px;
	border-bottom: 5px #87b248 solid;
	margin-bottom: 5px ;
}
#menu a:hover {
	background:url(../images/bg_over.jpg) repeat-x bottom;
	border-bottom: 5px #6e9634 solid;
}
#wrapper {
	padding:0;
	margin:0 auto;
}

#topwrapper
{	display:block;
	margin: 0 auto;
	padding:0;
	background: url(../images/patternbg.jpg);
}
#bannerwrapper {
	background: url(../images/bannerfade.png) repeat-x bottom center;

}
#banner {
	width:960px;
	display:block;
	margin: 0 auto;
	padding:0;
	text-align:center;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
#banner2 {
	display:block;
	margin: 0 auto;
	padding:0;
	text-align:center;
	min-height: 346px;
	height: auto !important;
	height: 346px;
	background: url(../images/banner.jpg) repeat-x top center;
}
#footer {
	background:#a3d062;
	color:#000;
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding: 20px 0;
	width: 980px;
}

