.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}


body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background_body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#site {
   background-color: white;
	width			: 770px;
	top			: 0px;
	border		: 0px solid;
	border-color	: #62C5DB;
	padding		: 0px;
	margin		: auto;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	height: 100%;
	position: absolute;
}


#menu1 {
   background-image: url(../images/background_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 770px;
	height: 140px;
	position: absolute;
	text-align: right;
}

#menu1a {
	margin-top: 60px;
}

#menu2 {
	background-color: white;
	width: 660px;
	height: 60px;
	position: absolute;
	margin-top: 140px;
	margin-left: 60px;
	padding-top: 5px;
	text-align: center;
}

#menu3 {
	width: 104px;
	background-color: white;
	position: absolute;
	margin-top: 250px;
	text-align: right;
	border-right: 3px solid black;
	height: 250px;
}

#content {
	width: 630px; 
   background-color: white;	
	display: block;
	position: absolute;
	margin-top: 220px;
	margin-left: 105px;
	padding: 10px;
	border: 1px dashed black;
}

label {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}

input {
	background-color: #EAEAEA;
}

textarea {
	background-color: #EAEAEA;
}




/*____________________________________________________TYPO_____________________________________________________*/

/*_______________________MENU1_________________________*/
.menu1 a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin-right: 660px;
	padding-right: 13px;
	line-height: 13px;
}

.menu1 a:hover, .menu1 a:focus {
   border-right: 8px solid #C40000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin-right: 660px;
	padding-right: 5px;
	line-height: 13px;
}


.menu1_act a {
   border-right: 8px solid #C40000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	margin-right: 660px;
	padding-right: 5px;
	line-height: 13px;
}

/*_______________________MENU2_________________________*/

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

#list li{
display:inline;
line-height: 25px;
}

#list a{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color:black;
text-decoration:none;
background-color: white;
border-right: 3px solid black;
text-align: center;
padding-right: 5px;
padding-left: 5px;
}

#list a:hover{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #C40001;
text-decoration:underline;
background-color: white;
border-right: 3px solid black;
text-align: center;
padding-right: 5px;
padding-left: 5px;
}

#list .list_act a {
color: #C40001;
text-decoration:underline;
}


/*_______________________MENU3_________________________*/

.menu3 a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding-right: 8px;
	line-height: 25px;
}

.menu3 a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding-right: 3px;
	line-height: 25px;
	border-right: 5px solid #C40000;
}




