body
	{
		/*margin: 0px;*/
		background-color:rgb(75, 110, 97);
	}

/*Ribbon*/
#ribbon
	{
		text-align: left;
	}
.logo
{	
	text-align: left;
	width: 14.5%;
	height: 100px;
}
.banner
{
	width: 85%;
	height: 100px;
}


/*Home-row*/
#home-row 
	{
		
		background-color: rgb(100, 100, 100);
		padding-top: 10px;
		padding-bottom: 10px;
		height: 15px;
		color:rgb(200,200,255);
		position: relative;
		text-align: center;
		border-radius: 15px;
	}

#home-row li 
	{
		font-family:"Times New Roman";
		font-size: 1em;
		display: inline;
		padding-top: 14px;
		padding-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 5%;
		background-color:rgb(153, 190, 110);
		border-radius: 10px;
	}
#home-row ul 
	{
		position: relative;
		top: -15px;
	}
#home-row li:hover
{
	background-color:rgb(23,150,123);
}
#home-row a:link
	{
		color:rgb(0, 0, 0);
	}
#home-row a:hover
	{
		color:rgb(255, 235, 200);
		
	}
#home-row a:visited
	{
		color:rgb(255, 235, 200);
	}
/* content */
#content
	{
		margin-top: 20px;
		background-color:rgb(100, 150, 100);
		padding:50px;
		text-align: center;
		padding-bottom: 500px;
		font-family: "Impact, fantasy";
		font-size:32px;
		border-style:solid;
		border-color:rgb(100, 100, 100);
		position:relative;
	}
#content h1
{
	text-decoration:underline;
}

#content-centre 
	{
		background-color:rgb(90, 130, 90);
	}
.index-image
	{	
		position: relative;
	}
	/*Registration-form Start*/
#registration
	{
		left: -12.5%;
		position: relative;
	}
#form-text
	{
		position: relative;
		left: -50px;
	}
#radio-wrap
	{
		position: relative;
		left: 170px;
		top: -40px;
	}
.male-radio
	{
		font-size: 15px;
		position: absolute;
		top: 10px;
		left: 53%;
	}
#mRadio
	{
		position:absolute;
		left: 53.8%;
		top: 8px;
		z-index: 1;
	}
.female-radio
	{
		font-size: 15px;
		position: absolute;
		left: 59%;
		top: 10px;
	}
#fRadio
	{
		position: absolute;
		left: 60%;
		top: 9px;
		z-index: 1;
	}
.info-text
	{
		font-size: 13px;
	}
.text-form	
	{
		position: absolute;
		left: 65%;
		margin: 10px;
	}
.error
	{
		color: red;
		margin-left: 50px;
		font-size: 17px;
		left: 80%;
	}
/*Registration-form End*/

/*Services */
.image
	{
		
		width: 80px;
		height: 100px;
		clear: both;
		box-shadow: 7px 4px rgb(66, 88, 55);
	}
.service-text
	{
		font-size: 17px;
	}
#bells
	{
		position: relative;
		float: left;
		top: -115px;
		left: 350px;
	}
/* Services end*/
.building 
	{
		color:rgb(230, 50, 50);
		border-top: 350px;
		font-family: "Courier New";
		text-decoration:underline;
		font-size:16px;
	}
/* footer */
#footer
	{
		position:relative;
		bottom:10px;
		margin-top: 15px;
		background-color:rgb(100, 100, 100);
		height: 50px;
		line-height: 50px;
		color:rgb(255, 255, 255);
		font-size: 25px;
	}

.footer-site
{
	position:absolute;
	left: 80%;
}

.footer-site a:link, a:visited
{
	color:rgb(200, 200, 255);
}
