BODY {
	background-image:url(../images/gepl-bg.jpg);
	background-repeat:repeat-x;
}

#container{
	width:907px;
	height:100%;
	margin:0 auto;
	background-image:url(../images/gepl-bg-content.gif);
	background-repeat:repeat-y;
}

.box-news{
	width:200px;
	height:auto;
	float:left;
	margin-top:6px;
	margin-bottom:6px;
	cursor:pointer;
}
.box-news:hover{
	width:200px;
	height:auto;
	float:left;
	margin-top:6px;
	margin-bottom:6px;
	cursor:pointer;
	background-color:#F1F1F1;
}

#banner{
	clear:both;
	width:202px;
	height:auto;
	float:right;
	margin-bottom:4px;
}
#contactForm{
	width:285px;
	background-color:#eef3f4;
	padding:10px;
}



#nav{
	display:inline;
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 0 0;
}
#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	padding: 0;
	border: solid #C8C9FB;
	border-width: 1px 0;
}
#nav a {
	display: block;
	text-decoration: none;
	padding: 4px;
	padding-right:25px;
}

#nav a.daddy {
	background: url(../images/arrow.gif) center left no-repeat;
	padding-left:10px;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	w\idth: 9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 8em
}

#nav li ul a {
	width: 1Oem;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.6em 0 0 9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #C8C9FB;
}

