@charset "utf-8";
/* CSS Document */
body { 
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-image: url(../img/Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #a50000;
}

#container {
	width: 900px; 
	margin: 0px auto;  /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#ffffff;
	margin-top: 3px;
	padding-top: 20px; 
	padding-left:20px;
	padding-right:20px;
	
	
}

#container_header {
	width: 1000px; 
	margin: 0px auto;  /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	margin-top: 0px;
	height: 200px;
	background-image: url(../img/BackgroundHeader.png);
	background-position: top left;
	background-repeat: repeat-x;
			
}	
	
#container_menu {
	width: 1000px; 
	margin: 0px auto;  /* the auto margins (in conjunction with a width) center the page */	
	text-align: center; /* this overrides the text-align: center on the body element. */
	
	margin-top: 0px;
	height: 44px;
   	font-weight: bold;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	padding-left:20px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-image: url(../img/BackgroundMenu.png);
	background-position: top center;
	background-repeat: no-repeat
		
	}		
	
#footer {
	width: 900px; 
	margin: 0px auto;  /* the auto margins (in conjunction with a width) center the page */	
	text-align: center; /* this overrides the text-align: center on the body element. */
	
	margin-top: 8px;
	height: 15px;
	background-color: #face09;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	font: 10px Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;
	
	}	
	
h1 {	
	color: #a50000;
	font: 28px Arial, Verdana, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	
}

h2 {	
	color: #000000;
	font: 20px Arial, Verdana, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	
}

a { color: #a50000; text-decoration:none;  }
a:visited { color: #a50000; text-decoration:none; }
a:hover { color: #a50000; text-decoration:underline; }

.menulinks { color: #ffffff;}
a.menulinks { color: #ffffff; text-decoration: none;}
a.menulinks:visited { color: #ffffff; text-decoration: none;}
a.menulinks:hover { color: #ffffff; text-decoration: underline;}
	
	
