@charset "utf-8";
/* CSS Document */
html {height: 100%;}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000000;
}

p {padding-bottom: 1.2em;}

a {color: #ea481e; text-decoration:none; }
a:hover {
	color: #eae8b3;
	text-decoration: none;
}


body { background: #000000; 
       font: normal 11px "Tahoma",sans-serif;
      }

.style1 {
	color: #990000;
	font: normal 1.3em sans-serif;
	}

#header {
	background: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	padding: 20px;
		  }

#banner {
	width: 780px;
	height: 150px;
		 }

#clearer {clear: both;}

/* navigation */
#listArticles {
	float:left;
	width: 240px;
	margin-top: 20px;
	color: #000000;
	font: normal 1.6em sans-serif;
	line-height: 30px;
	text-align: left;
}

#boxArticles {
	float:left;
	width: 240px;
	background:#990000;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
}

#contArticles {
	float:left;
	width: 220px;
	clear: both;
	padding: 10px 10px 10px 10px;
}
#wrapnav{margin: 0 auto;}
#navigation ul, #navigation li { list-style:none; background: #fff; float:left;
	}
#navigation {
	background: #fff;
	height: 35px;
	width: 780px;
}
#navigation a {
	color: #000000;
	float: left;
	font: bold 1.2em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
}
#navigation a:hover{
    background: #990000;
	color: #FFFFFF;
	float: left;
	font: bold 1.2em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	}
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
    background: #990000;
	color: #FFFFFF;
	float: left;
	font: bold 1.2em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	}
	
	
/* footer */
#footer {
	margin-top: 20px;
	background: #990000;
	color: #FFF;
	font: bold 1em sans-serif;
	width: 780px;
	height: 35px;
	line-height:35px;
	text-align: center;
	text-decoration:none;
	clear: both;
	
}
#footer a,#footer a:hover {color: #debe81;
text-decoration:none;}


/* proloque */
#abContent {
	width:780px;
}


#wrapAb1 {
	margin: 20px 0px 20px 0px;
	width:240px;
	float:left;
}

#abCont1 {
	width:240px;
}

#sideAbImg {
	width: 240px;
	height: 240px;
}

#abCont2 {
	width:490px;
	float: left;
}

#abCont2 h2 { font: normal 1.6em "Trebuchet MS",sans-serif;
               color: #990000;}
#abCont2 h3 {
	font: normal 1.2em sans-serif;
	color: #debe81;
}

#wrapAb2 {
	width:490px;
	float:right;
	font-size: 1.2em;
	line-height:17px;
	padding: 0px 0px 0px 25px;
	margin: 20px 0px;
	border-left: #990000 1px solid;
}
