    body
	{
		background-color:#CCC;
	}
	
	#container
	{
	 background-color:#FFF;
	 height:auto; width:1024px;
	
	 margin-left:auto; margin-right:auto;
	 position:relative;
	 
	 border-left-style:solid; border-left-color:#6587a5; border-left-width:thin;
	 border-right-style:solid; border-right-color:#6587a5; border-right-width:thin;
	 border-top-style:solid; border-top-color:#6587a5; border-top-width:thin;
	}

	#header
	{
	width:1024px;
	height:120px;	
	background: url(../images/HannaLogo2018.jpg) no-repeat center;	
	}

	#navBar
	{
	background-color:#fff;
	width:964px;
	height:40px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:23px;
	padding:10px 0px 0px 60px;
	/*border-bottom-color: #fff;
	border-bottom:double;*/
	/*border-top-color:#900;*/
	/*border-top:double;*/
    -webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	
    -webkit-box-shadow:inset 1px 2px 12px 2px rgba(222,222,999,800);
    box-shadow:inset 1px 2px 12px 2px rgba(222,222,999,800);
}
	
	#navBar a
	{
	text-decoration:none;
	color:#27318b;
	}

	#side
	{
	background-color:#FFF;
	width:150px;
	height:371px;
	float:left;
	color:black;
	font-size:18px;	
	font-family:Tahoma, Geneva, sans-serif;
	}

	#side_services
	{
	background-color:#FFF;
	width:90px;
	height:545px;
	float:left;
	color:black;
	font-size:18px;	
	font-family:Tahoma, Geneva, sans-serif; 
	}	
	
	#side_index
	{
	background-color:#FFF;
	width:90px;
	height:545px;
	float:left;
	color:black;
	font-size:18px;	
	font-family:Tahoma, Geneva, sans-serif; 
	}
	
	#leftside_main
	{
	background-color:#FFF;
	width:482px;
	height:auto; /* 560, 545 */
	float:left;
	padding:20px 10px 0px 20px;
	color:black;	
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
	#rightside_main
	{	
	background-color:#FFF;
	 width:482px;
	 height:auto;  /* 794 px */
	 float:left;
	 padding:20px 10px 0px 20px;	 
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:18px;
	}
	
	#main
	{	
	background-color:#FFF;
	 width:794px; height:auto;  /*380 px */
	 float:left;
	 padding:20px 20px 0px 60px;	 
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:18px;
	}
	
	#footer
	{
	 background-color: #F0F0F0;
	 color:#0000a0;
	 width:1024px; height:45px;
	 clear:both;
	 font-family:Tahoma, Geneva, sans-serif;
	 padding-top:1px;
	 padding-bottom:1px;
	 text-align:center;
	 }
