@charset "UTF-8";
/* CSS Document */

body {
	width:1024px;
	font-family: "Century Gothic";
	background:#FFFFFF;
	margin-top : 0px;
	margin-left:auto;
	margin-right:auto;
}

#wrap {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 1024px;
	font-size:26px;
	border:none;
}

#header img {
	margin-left: 20px;
	margin-right: 20px;
}

#menu {
	width:1024px;
}

#content {
	width: 1024px;
}

#content2 {
	width: 870px;
	font-size:12px;
	margin: 10px 80px 10px 90px;
	text-align:justify;
}

#content3 {
	width: 650px;
	font-size:12px;
	margin: 10px 80px 10px 190px;
	text-align:justify;
}

#content2 a {
	color:#000000;
	text-decoration:none;
}

#contentleft {
	width: 310px;
	height:400px;
	float: left;
	background:#f3f3f3;
	padding: 10px;
	font-size:12px;
}

#contentright {
	width: 340px;
	height:400px;
	float: right;
	background: #f3f3f3;
	padding:10px;
}

.contentright1 {
	float:left;
	width: 30%;
	background: #f3f3f3;
}

.contentright2 {
	float:right;
	width: 70%;
	background: #f3f3f3;
}

.contentright2 a {
	color:#000000;
	text-decoration:none;
}

#contentcenter {
	background: #eef3de;
	font-size:11px;
	height:420px;
	
}

#contentcenter a {
	color:#3c3c3c;
	text-decoration:none;
}

#contentcenterleft {
	width: 40%;
	float:left;
	background: #eef3de;
}

#contentcenterright {
	width: 50%;
	float:right;
	background: #eef3de;
	padding:5px;
}

#contentwrapleft {
	float:left;
	width:650px;
}

#contentwrapright {
	float:right;
	width:350px;
	text-align:justify;
	font-size:12px;
	background: #f3f3f3;
	padding:10px;
	margin-top: -150px;
}

#contentwrapright a {
	color: #9fca1b;
}

#contentwrapright a:hover {
	color: #7c7c7c;
}

#contentwrapleft a {
	color: #000000;
}

#contentwrapleft a:hover {
	color: #9fca1b;
}

#footer {
	width: 1024px;
	font-size:10px;
	margin: 50px 0 0 0;
	padding: 20px 0 0 0;
	color:#000000;
	/*border-top: solid 1px #92c006;*/
	background:url(images/foot2.png) top left no-repeat;
}

.foot {
	background:#92c006;
	padding: 20px;
	letter-spacing:3px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#3c3c3c;
}

#footer2 {
	width: 1024px;
	color:#000000;
	font-size:10px;
	margin: 0;
	padding: 20px 50px 0 0;
	/*border-top: solid 1px #92c006;*/
	background:url(images/foot2.png) top left no-repeat;
}

#footer2 a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer2 a:hover {
	color:#3c3c3c;
}

#lien {
	border-top: solid 1px #3c3c3c;
	margin: 0;
	padding: 5px 0 0 0;
	font-size:10px;
}

#lien a {
	color:#3c3c3c;
	text-decoration:none;
}

#lien a:hover {
	color:#9fca1b;
}




//////////////////

h1 {
	color:#92c006;
}

h2 {
	font-weight:lighter;
}

h3 {
	color:#9fca1b;
}

.cleared {
	clear:both;
}

span {
	color:#92c006;
}

td {
	border-bottom: solid 1px #333333;
}

.non {
	border-bottom:none;
}

a img {
	border: none;
}

.photos {
	width:400px;
	text-align: left;
	font-size: 12px;
}

.photos img {
	padding-right: 5px;
}

.photos a {
	color:#92c006;
}

.photos a:hover {
	color:#939393;
}




