body{
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}
#head{
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	text-align: center;
}
#head h1 {
	font-size: 14px;
	color: maroon;
	padding-right: 860px;
	padding-top: 5px;
}
.lsidebar{
	background-image: url(lsbg.gif);
 }

#ls{
text-align: center;
width: 230px;
	height: 35px;
	background-image : url("menu.gif");
	background-repeat: no-repeat;
		}
#ls a{
font-size: 14px;
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}	
#ls a:hover{
	color: red;
}
#rsidebar{
	width: 200px;
	background-color: #e3f2ff;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#rsidebar h2 a{
font-size: 14px;
	color: maroon;
}
#rsidebar a{
	font-size: 14px;
	color: navy;
	text-decoration: none;
}
#rsidebar a:hover{
	color: red;
	}
.page{
	background-image : url("bkgr.jpg");
	
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: justify;
}
.page h1, h2{
	font-size: 14px;
	color: maroon;
}
.page a{
	color: navy;
}
.page a:hover{
	color: red;
}
strong{
	font-weight: normal;
}
#horo{
	color: #c3feff;
	font-size: 12px;
	font-weight : bold;
	width : 500px;
	height : 220px;
	background-image : url("lsbg.gif");
	}
#horo a {
	color: White;
	font-size: 12px;
	font-weight : bold;
}
#horo a:hover {
	color: Yellow;
}
