logo1body
{
	margin: 0;
	padding: 0;
	background-color: #73B866;
}
#wrapper
{
	margin: 0 auto;
	height: auto;
	width: 1100px;
}
#header
{
	height: 40px;
}
.box1
{
  height: 40px;
  width: 550px;
  float: left;
  	 background-color: #5ece75;
  border-top-left-radius: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 20px;

}
.mar
{
	margin-top: 10px;
	font-size: 15px;
}
.box2 {
  height: 40px;
  width: 460px;
  float: left;
  background-color: #F5DBBC;
  border-top-left-radius: 10px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 20px;
}

.headlinks
{
	height: 40px;
	width: 400px;
	margin-left: 20px;
	color: white;
}
#logo {
    height: 140px;
    background-image: url(img/hopeschool.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;  /* Adjust this value as needed */
}

#slideshow
{
	height: 300px;
	background-color: green;
}
#nav
{
	height: 50px;
	background-color: #2e6f40;
	
}
.nav
{
width: 550px;
}
.navlinks
{
	margin-left: 20px;
	height: 50px;
	width: 950px;
	color: white;
}
.navigation
{
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
#content
{
	height: 600px;
	background-color: C0C0C0;
}
#left
{
	height: 610px;
	width: 20%;
	float: left;
}
#center
{
	height: 600px;
	width: 60%;
	float: left;
	background-color: #63FFBC;
}
#right
{
	height: 610px;
	width: 20%;
	float: left;
}
#footer
{
	height: 50px;
	width: 100%;
	background-color: #AD0000;
}
.one
{
	height: 300px;
	background-color: #F5FFFF;
	padding-top: 5px;
}
.two
{
	height: 288px;
	background-color: #F5FFFF;
	padding-top: 5px;
}
.title
{
	margin-left: 10px;
	color: #E40000;
}
.news td:hover
{
	background-color: #C0C0C0;
}
.admissionlinks
{
	color: black;
	text-decoration: none;
}
.welcome
{
	color: #C80000;
}
.head_links
{
	color: white;
	text-decoration: none;
}
.jisajiri
{
	width: 520px;
	border: 1px solid;
	border-collapse: collapse;
	background-color: white;
}
.jisajiri td
{
	border: 1px solid;
	border-collapse: collapse;
}
.jisajiri th
{
	border: 1px solid;
	border-collapse: collapse;
}
.table_two tr td
{
	border: 0px !important;
}
.jisaj
{
	padding-left: 30px;
}
.kati
{
	text-align: center;
}
hr {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}
a
{
	text-decoration: none;
	color: black;
}