body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E1DAD2;
	background-image: url(../imag_s/bg-beigepale.jpg);
}

#container {
	width:982px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../imag_s/bg-marbre.jpg);
	left: 0px;
	top: 160px;
	margin: auto;
	}	
	
	.container {
	width:982px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../imag_s/bg-marbre.jpg);
	left: 0px;
	top: 160px;
	margin: auto;
	}
		
#header {
	background-image: url(../imag_s/ban.jpg);
	height: 143px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	border: 1px solid #3F1412;
	width: 100%;
}
.header {
	background-image: url(../imag_s/ban.jpg);
	height: 143px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	border: 1px solid #3F1412;
	width: 100%;
}
#header h1 {
	margin: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.header h1 {
	margin: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

/*menu*/
#menu {
	width: 100%;
	background-repeat: repeat;
	position: relative;
	margin-left: 0px;
	padding-top: 0px;
	height: 35px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F1412;
	border-right-color: #3F1412;
	border-bottom-color: #3F1412;
	border-left-color: #3F1412;
}
#menu a {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #663333;
	text-decoration: none;
}
#menu a:hover {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 1.1em;
		font-style: normal;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;
}

#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 960px;
}
.mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 960px;
}


#mainContent h1 {
	margin: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top:1em;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #330000;
}
#mainContent h2 {
	margin: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
}
.container h2 {
	margin: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
}
#mainContent p {
		font-size:0.9em;
	font-style: normal;
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent table p {
	font-size:0.9em;
	font-style: normal;
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

#mainContent a {
	font-size:0.9em;
	height: 14px;
	letter-spacing:0.1em;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #903;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}
.mainContent a {
	font-size:0.9em;
	height: 14px;
	letter-spacing:0.1em;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #903;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}
#mainContent a:hover {
		font-size:0.9em;
	height: 14px;
	letter-spacing:0.1em;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #CC0000;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #BEB3AB;
	text-decoration: none;
	text-align: center;
	
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #330000;
}

#footer h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #330000;
	font-size: 1em;
	}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #990000;
	text-decoration: none;
}
#container #mainContent #table1 tr th h4 {
	color: #11030A;
}
#container #mainContent div p strong center {
	font-size: 14em;
}
#container #mainContent dfn {
	color: #333;
}

