body {
	background: #BCE8AB;
	color: #627559;
	font-family: trebuchet MS;		
	}

a:link, a:visited {
	color: #67907F;
	}
/*-----------------------*/	
#all {
	width: 1102px;
	margin: 0 auto;
}

#page {
	float: left;
	width: 1100px;
	background: #e5fcd6 url(img/bg-page.jpg) repeat-x top;
	border: solid #8EB588;
	border-width: 0 1px;
	}



#header {
	float: left;
	width: 100%;
	background: url(img/bg-header.jpg) no-repeat bottom left;
	height: 334px;
	position: relative;
}

#header .logo {
	float: left;
	display: block;
	}
	
#header address {
	float:left;
	font-size:0.85em;
	margin-left:50px;
	padding-top:15px;
	}	
#header a {
	color: #838F79;
	}

#header .menu {
	background: #E3FCD5 url(img/bg-menu.jpg) no-repeat top left;
	width:220px;
	height: 197px;
	padding-top: 13px;
	position: absolute;
	top: 102px;
	right: 0;
	
	}

#header .menu a{
	text-align: left;
	display:block;
	padding:4px 20px;
	margin-left: 1px;
	margin-right: 49px;
	
	}

#header .menu a:hover {
	background-color: #ABD8EF;
	color: black;
	}

#header .submenu {
	position: absolute;
	left: 20px;
	bottom: 0;
	}

#header .submenu a {
	font-size: 0.9em;
	margin: 0 5px;
	}
#header .minimenu {
	float: right;
	padding: 70px 0 22px 0;
	height: 10px;
	
	width: 220px;
	text-align: center;
	
	}
#header .minimenu  a {
	padding: 0 5px;
	}

/*-----------------------------*/

.dep #header {
	background: url(img/bg-header-alt.jpg) no-repeat bottom left;
	height: 140px;
	}
	

.dep #header .menu {
	position: static;
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	clear: both;
	}

.dep #header .menu a {
	display: inline-block;
	margin: 0;
	padding: 0px 15px;
	line-height: 38px;
	color: white;
	
	}

.dep #main {
	margin-top: 0;
	}

.dep #header .submenu {
	display: none;
	}
/*-----------------------------*/

#main {
	float: left;
	width: 100%;
	line-height: 140%;
	margin-top: 20px;
	
}

.sidebar {
	position: relative;
	float: left;
	display: inline;
	}
	
#left {
	overflow: hidden;
	float: left;
	width: 260px;
	margin-left: 20px;
}
#right {
	width: 250px;
	overflow: hidden;
	float: left;

}



#center {
	float: left;
	width: 530px;
	margin: 0 20px;
	
	}
#center .wrapper {

	}
	



.content {

	}

#center .h, #center h1 {
	background: url(img/cross.jpg) no-repeat 0 1px;
	padding: 5px 0 2px 40px;
	clear: both;
	}

.h, h1 {
	color: #7C817B;
	font-size: 1.3em;
	margin: 10px 0 5px 0;
	}

.sidebar .menu {
	clear: both;
	margin: 10px 0;
}

.dep #right .menu {
	margin-right: 20px;
	}

.sidebar .menu a {
	background: url(img/bg-menu-r.jpg) repeat-x bottom;
	display: block;
	padding: 10px 0 10px 20px;
	color: #D03231;
	text-align: left;
	font-size: 1.4em;
}

.sidebar .menu a:hover {
	}
/*----------------------------------------*/

#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #AFC3A0;
	padding: 10px 0;
	margin-top: 10px;
	text-align: center;
}

#footer .menu {
	ccmargin-left: 50px;
	
	}
	
#footer .menu a {
	color: #8C9584;
	margin: 0 10px;
	font-size: 0.9em;
	}	
#footer .owner {
	color:#A6B49D;
	font-size:0.85em;
	line-height:130%;
	margin-top:10px;
}	
#footer .owner a {
	color:#A6B49D;
	text-decoration: underline;
}
/*---------*/

