
#top 
{
	float: left;
	width: 100%;
	background: #98FB98;
}

#navigation 
{
	float: left; 
	width: 20%;
	height: 100%;
	background : #98FB98;
}

#sign
{
	width:100%;
	height:auto;
}

li{
	color:black;
	list-style-type:none;
}




#right 
{
	float:right;
	width: 14%;
	height: 100%;	
	background:#98FB98;
	text-align:center;
}

#logo
{
	width:100%;
	height:auto;
}



#adress
{
	text-align:center;
	font-family:Andalus;
	width:100%;
	background:#98FB98;
}

#title 
{
	height:15%;
	width :55%;
	
	
}





#subheading 
{
	background:#98FB98;
	width:60%;
	height:6%;
	font-family:Andalus;
}



#mainbody 
{
	
	padding-top:1%;
	padding-left:1%;
	height: 80%;
	width: 60%;	
}

#waitingRoom
{
	float:right;
	margin-right:5%;
	padding-left:1%;
	padding-right:1%;
	width: auto;
	height: auto;
}	

#footer 	
{
	word-spacing: 20px;
	float:left;
	width: 100%;
	background : #98FB98;
	text-align:center;
}


h1{
	text-align:center;
	font-size:2em;
	font-family:Andalus;

}

h3{
	text-align:center;
	font-family:Andalus;
}

a:link    {color:black}
a:visited {color:purple}
a:active  {color:red}
a:hover   {color:blue}

#nav{
	position:relative; 
	right:15px;
	text-align:left;
	font-size:1em;
	font-family:Andalus;
	text-decoration:none;
	list-style-type:none;
}

#sub
{
	position:relative; 
	right:20px;
	list-style-type:none;
}

