@charset "utf-8";		/* CSS Document */

body {
	background-image: url(img/container-bg-orange.png);
	background-repeat: repeat-y;
	background-color: #F6F0E7;
	background-position: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}

 a { text-decoration: none; color: #d29234; }
 a:hover { color: #ebb058; }
 a img { border: 0; }

p { text-align:justify; }

#main_table{
	width:980px;
	column-count:2;
    	margin-left:auto; 
   	margin-right:auto;
	clear:left;
}

#main_banner {
	width:695px;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
}

#main_cell{
	width:680px;
	height:600px;
	margin:0;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-position: center 70px;
	border-collapse:collapse;
	border-spacing:0;
	border-bottom: medium;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
}

#main_content{
	width:700;
	border:none;
	vertical-align:top;
	background-position: center 70px;
}

.doc_link{
	text-align:center;
	font-size:18px;
	color:#C90;
}

.doc_link td:hover{
	cursor:pointer;
	color:#0CF;
}

.declaration{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	vertical-align:bottom;
	padding-right:5px;
	padding-bottom:0px;
}

#main_menu {
	width:235px;
	padding-top:130px;
	padding-left:20px;
	border:none;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
}

#avmenu {clear: left;		padding: 0;}

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

#active {color: #ff6e2f;	background:#ffffff;}

#avmenu li {
	list-style: none;
	font-weight: 400;
	text-decoration: none;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	line-height: 1;
	margin: 0;
	padding: 10px 10px 10px 14px;
}

#avmenu ul > li:last-child a,
#avmenu ul > span:last-child li a {border-bottom: none;}

/*#avmenu a:hover {border-bottom: 1px solid #24597A;}*/
