@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	font-size: 9px;
	background-repeat:no-repeat;
	margin:1em 0 1em 0;
}
#container {
	width: 46em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #FF0000;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	height: auto;
	
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	color: #333333;
}
#menu {
	display: inline-block;
	padding: 1em 0 0 2em;
}
.style4 {font-weight: bold}
a {
	font-size: 24px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}
#header {
}
#tresc {
	
}

