body
 {
	margin: 0;
	text-align: left;
	background-image: url(./Images/BG.png);
	font-weight:bold;
	font-size:0.9em;
	overflow:auto;
	text-align:left;
	font-family: arial, "Arial Black", "Times New Roman", Times, serif;
	color: black;
	height: 100%;
	width: 100%;
}

#header 
{
	margin-bottom: 10px;
	left:2px;
	text-align:center;
	width:95%;
	overflow:visible;
	height:130px;
	background-repeat:no-repeat;	
	position: relative; 
}

#menu 
{
	width:auto;
	width:200px;
	overflow: hidden;
	position: relative;
	 left: 15px;
	float: left;
	text-align: left;
	border: solid #000000 2px; 
	background-color: #a0a0a0;
}

#corps
{
	font-family: verdana;
	position:relative;
	float: left;
	left: 40px;
	width: 1000px;
	max-width:72%;
	min-height: 450px;
	max-height: 1050px;
	overflow: auto;
	margin-bottom:10px;
	padding-left:5px;
	padding-bottom : 10px;
	background-color: #B0B0B0;
	border: solid #000000 2px;  
}

#footer
{
	position:relative;
	height:66px; 
	width:72%;
	bottom:0%;
	left:245px;
	border: solid #000000 1px; 
	overflow:hidden;
	text-align:center;
	background-color: #B0B0B0;
	padding-left:5px;
	

}

a {
	font-family: Comic sans MS, Geneva, Arial, Helvetica, sans-serif;
	color: blue;
	font-size: 15px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
        color: blue;
}

a:visited {
	color: #005CB9;
}

img
{
border:none;
}

h1
{
color:#ff0000;
text-align:center;
}