/* 	CSS index page ---------------------------------------------- */



body {	
    margin: 0px;
	background: #AAC393 url(../../img/grass4.gif) repeat-y;
}

/* block to remove adverts ----------------------------------------------- */
#block {
	position: absolute;
	background: #AAC393  url(../../img/grass4.gif) repeat-y;	
	left: 0px;
	top: 0px; 	
  	padding: 50px;
	width: 100%;
	}

/* goddess picture ----------------------------------------------- */ 

#picture {
	background: url(../../img/goddess2.jpg) no-repeat;
	position: absolute;
	left: 100px;
	top: 70px;
	width: 180px;
	height:200px;
	border: 1px solid #fff;
    border-bottom: 0;
	padding: 0px;
	margin: 0px;
    z-index: 9;
}

#header {  
	position: absolute;
	top: 241px;
	left: 102px; 
  	z-index: 10;
	margin: 0px; 
}
#header h1 {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	color: #E0DDBC;  
    padding: 0px; 
	margin: 0px;  
}

/* goddess footer ----------------------------------------------- */ 
#footer {
	position: absolute;
	background-color: #E0DDBC;
	left: 100px;
	top: 269px; 	
  	width: 180px;  	
  	border: 1px solid #fff;
	border-top: 0;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0;	
}


/* menu ----------------------------------------------- */ 
#menu {
	position: absolute;
	left: 391px;
	top: 112px;
	padding: 20px ;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
	border: 0px solid white;
	background: #AAC393; 
}
#menu li{
	display:block;
	list-style: none;
	display: inline;
	margin: 0;		
}	

#menu li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #fff;
	background: #AAC393;
	text-shadow: black;
}

#menu li a:link, #menu li a:visited{
        color: white;
}

#menu li a:hover{
	color: navy;
	background: white;
}

#menu li a.current{
	background: #AAC393;
	color: #901602;
	border: 0px;
}

/* Content ----------------------------------------------- */ 

#content {
	position: absolute;
	top: 180px;
	left: 443px;
	font-size: 20px; 
	width: 360px;
		
}

h4 {
	font-size: smaller;
	font-style: italic;
	text-align: right;
}

#validation {
padding-top: 100px;
}

