body,html  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #fff url(bg.gif) repeat top left;
}

img  {
        border: 0px;
}

table	{
	border: 0px;
}

tr	{
	border: 0px;
}

input	{
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

textarea	{
	font-family: Verdana, sans-serif;
	font-size: 13px;
}


#navigation	{
/*	background-image: url(nav-bg.png); */
	font-family: Verdana, Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
	position: float;
	width: 125px;
	float: left;
	text-align: left;
	padding-top: 60px;
	background-color: gray;
}

#navigation	a:link	{
	color: #00000;
	text-decoration: none;
}

#navigation a:hover	{
	color: #FF0000;
	text-decoration: underline;
}
#navigation a:visited	{
	color: #00000;
	text-decoration:none;
}

#content	a:link	{
	color: #000000;
	text-decoration: none;
}

#content a:hover	{
	color: #FF0000;
	text-decoration: underline;
}
#content a:visited	{
	color: #000000;
	text-decoration:none;
}
.content-top	{
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	top: -3px;
	left: -8px;
}

#content	{
/*	background-image: url(content-bg.png); */
	font-family: Verdana, verdana, tahoma, sans-serif;
	color: #e5e5e5;
	position: relative;
	top: 15px;
	text-align: justify;
	width: 784px;
	padding: 0px 8px 0px 8px;
	background: #5186A1 url(contentbg-bottom.png) no-repeat bottom;
	margin-bottom: 15px;

}

#content h1	{
	font-family: Verdana, verdana, tahoma, sans-serif;
	color: #a9a9a9;
	font-size: 34px;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
}

#title	{
	position: relative;
	top: 0px;
	left: 0px;
	height: 140px;
	background: #fff url(top-bg.gif) no-repeat bottom;
	text-align: left;
}

#title	h2	{
	font-family: trebuchet ms;
	font-size: 32px;
	color: #333366;
}
#title	h3	{
	font-family: trebuchet ms;
	font-size: 26px;
	color: #666666;
	font-weight: normal;
}
#banner	{
	position: absolute;
	top: 0px;
	right: 0px;
}

#mainpage	{
	position: relative;
	width: 800px;
	top: 0px;
	}

#container	{
	width: 800px;
	margin: auto;
	padding: 0;
	}
	
#navigation	{
	position: relative;
	width: 800px;
	height: 35px;
	padding: 0;
	margin: 0;
	border: 0;
	}
#navigation ul {
    display:block;
    width:800px;
    height:35px;
    background:url(navigation.png) no-repeat 0 0;
    list-style:none;
	border: 0;
	margin: 0;
	padding: 0;
  }
  #navigation ul li {
    display:block;
	float: left;
    height:35px;
    text-indent:-10000px;
  }
#about {
    width:160px;
  }
#aim {
    width:160px;
  }
#expect {
    width:160px;
  }
#news {
   width:160px;
  }
#contact	{
	width: 160px;
	}
#navigation ul li a {
    display:block;
    width:100%;
    height:100%;
  }

#about	a:hover	{
	background:url(navigation.png) no-repeat 0	-45px;
	}

#aim	a:hover	{
	background:url(navigation.png) no-repeat -160px	-45px;
	}
	
#expect	a:hover	{
	background:url(navigation.png) no-repeat -320px	-45px;
	}

#news	a:hover	{
	background:url(navigation.png) no-repeat -480px	-45px;
	}

#contact	a:hover	{
	background:url(navigation.png) no-repeat -640px	-45px;
	}
	
#carousel-container	{
	position: relative;
	text-align: center;
	width: 800px;
	clear: both;
	top: 15px;
	margin-bottom: 15px;
	}

#about	a.current	{
	background:url(navigation.png) no-repeat 0	-90px;
	}

#aim	a.current	{
	background:url(navigation.png) no-repeat -160px	-90px;
	}
	
#expect	a.current	{
	background:url(navigation.png) no-repeat -320px	-90px;
	}

#news	a.current	{
	background:url(navigation.png) no-repeat -480px	-90px;
	}

#contact	a.current	{
	background:url(navigation.png) no-repeat -640px	-90px;
	}
	
#footer	{
	background:url(footer.png) no-repeat;
	height: 50px;
	width: 790px;
	padding: 0px 5px 0px 5px;
	position: relative;
	top: 15px;
	}