*{
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}

.cf{
	clear: both;
}

body{
	font-family: "Lucida Sans Unicode","Lucida Grande", arial, helvetica, sans-serif;
	color: #878787;
	background: #fff url(/pic/bg_page.jpg) top center no-repeat;
	font-size: 12px;
}

#page{
	width: 960px;
	text-align: left;
	margin: 0px auto;
}

#header{
	width: 960px;
	height: 143px;
	margin-top: 25px;
}

#logo{
	float: left;
	width: 277px;
	margin-left: 62px;
}

#service{
	float: right;
	margin-right: 125px;
}
#service a{
	font-weight: bold;
	color: #878787;
	text-decoration: none;
	border-right: 2px solid #878787;
	padding-right: 10px;
	padding-left: 10px;
}
#service li.last a{
	border-right: none;
}
#service li{
	list-style-type: none;
	float: left;
}
#navigation{
	width: 434px;
	margin: 0px auto;
	overflow: hidden;
}

#navigation ul{
	width: 434px;
	overflow: hidden;
	margin-left:2px;
}
#navigation li{
	list-style-type: none;
	float: left;
	margin-right: 2px;
}

#navigation li a{
	display: block;
	text-decoration: none;
	color: #680b56;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 4px 2px 4px;
}

#navigation li.active{
	background: #87cc00;
}

#navigation li.active a{
	color: #fff;
}

#content{
	width: 449px;
	background: #fff;
	margin-left: 256px;
	border-left: dotted 1px #000;
	border-right: dotted 1px #000;
	min-height: 500px;
}

#spacer{
	margin: 32px 12px 32px 12px;
}

#gallerie{
	margin-top: 32px;
	padding-bottom: 32px;
	background: #fff;
}

#content a{
	color: #87cc00;
	font-weight: bold;
	text-decoration: none;
}

#content p{
	color: #878787;
	font-size: 12px;
	line-height: 16px;
}

#content h1{
	color: #87cc00;
	font-size: 15px;
	font-weight: bold;
}

#content h2{
	color: #878787;
	font-size: 15px;
	font-weight: bold;
}