body {
	margin:0px;
	padding:0px;
	background-color: #C0C0C0;
	background-image: url(../images/back_body.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color:black;
}

#site {
	margin:0px;
	padding:0px;
	width:940px;
}
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

#top {
   margin:0px;
	padding:0px;
	width:940px;
	height:165px;
   background-color: transparent;
}
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

#content {
   margin:0px;
	padding:0px;
	padding-left: 10px;
	margin-right: 10px;
	width:852px;
	height:auto;
	background-color: transparent; 
	margin-left:60px;
}

#content_start {
   margin:0px;
	padding:0px;
	width:872px;
	height:auto;
	background-color: transparent; 
	margin-left:60px;
}

/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

#navigation {
   margin:0px;
	padding:0px;
	background-image: url(../images/back_navigation.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:940px;
	height:35px;
}

/*_-_-_-_-_-_-MENU1-_-_-_-_-*/

.menu1 {
	margin:0px;
	padding:0px;
	float:left;
	list-style-type:none;
	font-weight:bold;
	padding-left:60px;
	margin-top:13px;
}

li.menu1_level1 {float:left;}
.menu1_level1 a, .menu1_level1 a:visited {
	text-decoration:none;
	color:white;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.menu1_level1 a:hover{
	background-color: #C01F25;
}

li.menu1_level1_active {float:left;}
.menu1_level1_active a {
	text-decoration:none;
	color:white;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #C01F25;
}

/*_-_-_-_-_-_-MENU2-_-_-_-_-*/

.menu2 {
   margin:0px;
   padding:0px;
	float:right;
	list-style-type:none;
	margin-top:4px;
	padding-right:60px;	
}
li.menu2_level1 {
	float:left;
}
.menu2_level1 a {
	background-color: White;
	text-decoration:none;
	color:#C01F25;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}
.menu2_level1 a:hover {
	background-color: #C01F25;
	color:White;
}

li.menu2_level1_active {float:left;}
.menu2_level1_active a {
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
	background-color: #C01F25;
	color:White;
}

label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}
