body{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: FFFFFF;
}

#head2{
	font-weight: bold;
	text-decoration: none;
	font-family: verdana;
	font-size: 120%;
	border-bottom: 1px dashed rgb(0,160,0);
}
p{
	font-family: verdana;
	text-align: justify;
	line-height: 150%;
	font-size: 95%;
}

a{
	color: rgb(0,160,0);
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	margin: 0.5em auto;
	width: 750px;
	text-align: left;
	background-color: rgb(183,254,168);
	padding:0px;
}

#header{
	height: 144px;
	background-color: white;
	padding-top: 1px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#menu{
	padding-top: 15px;
	padding-left: 10px;
	float: left;
	width: 180px;
	background-color: rgb(183,254,168);
	font-family: verdana;
	font-size: 95%;
}

ul#nav{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

ul#nav li{
	margin-bottom:0.2em;
}

ul#nav li a{
	background-color: rgb(183,254,168);
	display: block;
	padding-left: 20px;
	width:150px;
	border-bottom: 1px solid rgb(200,200,200);
	text-decoration: none;
	color: black;
}

ul#nav li a:hover{
	background-color:#;
	color: black;
	border-bottom: 1px solid rgb(0,160,0);
	background-image: url(../img/lhover.png);
	background-repeat: no-repeat;
}

a.foot{
	color: rgb(0,160,0);
}

a.foot:hover{
	color: red;
	text-decoration: none;
}

#contents{
	padding: 15px 5px 10px 10px;
	background-color: rgb(250,250,250);
	border-left: 1px solid rgb(200,200,200);
	border-bottom: 1px solid rgb(200,200,200);
	margin-left: 190px;
	min-height: 300px;
}

#footer{
	background-color: rgb(183,254,168);
	text-align: right;
	font-size: 12px;
	border-bottom: 2px solid rgb(0,160,0);
	font-family: verdana;
	padding: 2px 20px 2px 2px;
}

img.imgr{
	padding: 2px;
	border: 1px solid rgb(200,200,200);
	border-right: 2px solid rgb(150,150,150);
	border-bottom: 2px solid rgb(150,150,150);
	float: right;
	margin-left: 10px;
	margin-top: 6px;
}

img.imgl{
	padding: 2px;
	border: 1px solid rgb(200,200,200);
	border-right: 2px solid rgb(150,150,150);
	border-bottom: 2px solid rgb(150,150,150);
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}

img.galery{
	padding: 2px;
	border: 1px solid rgb(200,200,200);
	margin-bottom: 15px;
}
