/* CSS Document */
body {
		background-color: #ffffff;
}
#wrapper {
text-align:center; /*puts content in centre of screen in all browsers*/
width: auto;
min-height: 100%; 
height: auto; 
height: 100%; 
margin: 0 auto -3em;
} 	

#contents {
	text-align: justify;
	width: 800px;

	
}



img
{  border-style: none;
}

/* CSS Document */
a img  {  border: none;}
a:link  {
	color:#000000;
	text-decoration: none;
	
}					
a:visited {color:#000000;text-decoration:none;}

body {
	text-align: center;
	font-size: 76%;
	font-family: georgia, arial, sans-serif;
	}
.clearboth { clear: both; }

* {margin:0; padding:0;}

#footer{
	color: #6A056A;
	font-size: 0.8em;
	letter-spacing: 0.5px;
	text-align: center;
	font-style: italic;}
	
	
#footer a {color:#6A056A; text-decoration:none;}			
html>body #container { height: auto; }

html, body {height: 100%; }

h1, h2{
     text-align: center;
	font-family: georgia, arial, sans-serif; 
	font-size: 18px;
	color: #6A056A;
	letter-spacing: 0.5px;
	margin:20px;
}
h2 {font-size: 14px; }


p{/* font-family: arial;*/
font: 1em/1.6em arial, Sans-Serif;
color: #6A056A;
text-decoration: none;
word-spacing: normal;
text-align: justify;
letter-spacing: 0.5px;
margin-right:20px;
margin-left:20px;
}

.clear { clear: both; }



div#main_container {
	width:800px;
		z-index:100;
	margin-left: auto ;
  margin-right: auto ;
	}

div#wrapper{
	float:left;
	width:100%;
		
}


