/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font:78% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-image: url(images/bg.gif);
	line-height: 2.1em;
}

h1 {
	letter-spacing: 1px;
	font-size: 1em;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
 h2 {
	padding: 5px;
	font-weight: normal;
	color: #660000;
	font-size:1.2em;
}

 h3 {
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-weight: bold;/*/
	color: #666666;
	font-size:1em;
	line-height: 2.1em;
}

#wrapper {
	width: 939px;
	margin: 0 auto;
	background-color: #FFFFCC;
	border: 1px solid #FFFFFF;
	display:block;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
	/*text-align:left;*/
}

/* Content */

#content {
	display:inline-block;
	width: 939px;
	padding: 10px 10px 10px 10px;


}

/*p, ol {
	margin: 0 25px 0 0;
	text-align: justify;
	line-height: 2em;
}*/

a:link {
	color: #3B0700;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

div.left {
	width: 30%;
	float: left;
	display:inline-block;
}

div.right {
	width: 70%;
	float: right;
}


.content-img-right{
	float:right !important /*Non-IE6*/;
	float:right /*IE-6*/;
	display:inline /*Fix IE floating margin bug*/;
	display:block;
	padding: 5px;
	margin: 5px 20px 0px 10px;
	border: 1px solid #cbdcfa;
	background-color: #EFEFEF;
}

.content-img-left{
	float:left !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:inline /*Fix IE floating margin bug*/;
	display:block;
	padding: 5px;
	margin: 10px 15px 0px 10px;
	border: 1px solid #cbdcfa;
	background-color: #EFEFEF;
}
/* Header */

#header {
	width: 939px;
	margin: 0 auto;
}

 .sub-header {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
	font-size:1.2em;
	letter-spacing: 0.1em;
	padding: 15px 0 0 150px;
	font: Georgia, "Times New Roman", Times, serif;


}
/* Menu */

.ul li {
	display: block;
	float: left;
	margin: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
 }  


#menu {
	float: left;
	width: 939px;
	/*height: 50px;*/
	background: #000000;
	padding:0 0 0 0px;
}

#menu ul {
	margin: 20px 0 0 500px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	border-right: solid 1px #FFFFFF;
}

#menu a {
	
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	/*text-decoration: none;*/
	color: #FFFFFF;
	font-size: 1em;
	
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
	font-weight: bold;
}



/** LOGO */

#logo {
	float: left;
	width: 939px;
	height: 240px;
	margin-left: 0px;
	background: url(images/bg-dufilh.jpg) no-repeat left top;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	margin: 0;
	padding:80px 0 0 80px;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 195px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}


#footer {
	width: 941px;
	margin: 0 auto;
	height: 25px;
	padding: 3px 0 3px 0;
	font-size: 1.1em;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
