@charset "utf-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #000000;
	background-image: url(images/wood_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	margin: 0px;
	line-height:120%;
}
h1{
color:#CC0000;
line-height:40px;
}
h3{
line-height:20px;
}
#bodycontent {
	background-color: #B3E2B8;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom:auto ;
	margin-left: auto;
	bottom:1px;
	
}
#contentleft {
	float:left;
	width: 200px;
	background-color: #B3E2B8;
	padding-left: 10px;
	padding-right: 0px;
	text-align:left;
	line-height:2em;
	
}
div#contentleft ul{
	list-style:none;
	padding:0;
	margin:0;
}
div#contentleft ul li{
	margin-top: 5px;
}
div#contentleft ul li a{
	display:block;
	background-color: #80CB87;
	color:#12571E;
	width:200px;	
	font-weight:bold;
}
div#contentleft ul li a:hover{
	background-color:#12571E;
	color:#FFFFCC;
}

#contentright {
	background-color:#FFFFFF;
	width: 545px;
	padding:10px 5px 5px 5px;
	
	margin-top:0px;
	margin-left:215px;
	margin-right:0px;

}
#header {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topnavigation {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-transform: uppercase;
	text-align:center;
	
}
div#topnavigation a{
	cursor:pointer;	
	background-repeat:no-repeat;	
	text-decoration:none;

}
div#topnavigation a:hover{
	background-image:url(images/menu/home_over.png);
	border-bottom: 0px solid #ffffff;
	background-color:#12571E;
}
div#topnavigation a:active{
	background-image:MM_swapImage('home','','images/menu/home_on.html',1);
	background-repeat:no-repeat;	
	border-bottom:0px solid #FFCC66;
}
#topnavwrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFCC;
}
#footerwrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B3E2B8;
}
#footercontent {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFCC;
	text-align: center;
}
div#footercontent a{
	color:#FFFFCC;
	text-decoration:none;
}
div#footercontent a:hover{
	color:#FFCC99;
	border-bottom:1px solid;
}
#inscriere{
margin-left:0px;
margin-right:10px;
padding-left:10px;
background-color:#80CB87;
font-family:Arial Black;
font-size:18px;
font-weight:bolder;
color:#FF0000;
}

#box{
	width:450px;
	border-color:#CC0000;
	border-style:dashed;
	background-color:#DFF2E1;
	padding:5px 5px 5px 5px;
	text-align:center;
}
.subheader{
color:#CC0000;
font-weight:bolder;
font-size:20px;
}
.highlight{
background-color:#FFFF66;
color:#CC0000;
font-size:18px;
font-weight:bolder;
}
.testimonials {
	border: 1px solid rgb(167, 204, 235);
	padding: 10px;
	width:97%;
	background-color:#Fff9d9;
	margin:15px 0 10px 0;
}