body,
html {
    margin:0;
    padding:0;
    background:#00000;
    color:#000;
    }
body {
    min-width:500px;
	font-family: times, times new roman, serif;
	font-size: 12pt;
    }
#wrap {
    background:#FFF;    /*inside the colour of the empty space*/
    margin:0 auto;
    width:809px;
	outline-style: 2px solid #0000;
    }
#header {
	border-top:2px solid #000;
    }
#nav {
    background:#000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
    }
#main {
   
	border:1px solid #000;
	/*outline-style:solid;*/
    }
#footer {
    background:#FFF;
    }
	#main {
    background:#FFF;
    float:center;
    width:807px;
	text-align:justify;
    }
	#footer {
    clear:both;
	border:1px solid #000;
	text-align: center;
	font-size: 8pt;
    }
	h2
	{
	text-align:center;
	text-decoration: underline;
	}
	
