/* whole style for this site */
body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana;
}

/* bold font weight */
.b {
	font-weight:bold;
}


/* defalut link style */
a:link {
	color:#00D;
	text-decoration:underline;
}
a:visited {
	color:#666;
}
a:hover {
	color:#E00;
}


/* don't differentiate visited and unvisited link */
.s a:link,.s a:visited {
	color:#00D;
}
.s a:hover {
	color:#F00;
}

.search { width:76px; height:22px; background:url(image/search.gif) no-repeat; text-indent:-5000px; border:0;}
/* personal information on top */
#topbar {
	padding:5px 15px;
	text-align:right;
}


/* iciba logo */
#logo {
	text-align:center;
	margin:10px 0 50px 0;
}

#usrbar{
	padding-right:10px;
	line-height:19px;
	font-size:12px;
	font-family:Arial;
	text-align:right;
	white-space:nowrap;
	margin-bottom:3px !important;
	margin-bottom:10px;
}

/* the div of nav */
#nav {
	margin:0 auto;
	background:url(image/channelbg.jpg) no-repeat;
	width:718px;
	height:25px;
	line-height:25px;
}
#nav ul {
text-align:center;
margin:0;
padding:0;
padding-left:120px;
list-style:none;
color:red;
font-weight:bold;
}
#nav li {
	float:left;
	margin:0px;
	padding:0px;
	width:60px;
	text-align:center;
	background:url(image/channelli.jpg) no-repeat right;
}
#nav li a {
	display:block;
	text-decoration:none;
	color:#0000DD;
	margin:0px;
	width:100%;
}
#nav li span {
	display:block;
	text-decoration:none;
	color:red;
	margin:0px;
	width:100%;
}


/* search */
#search {
	text-align:center;
	width:550px;
	margin:30px auto 50px auto;
	color:#0000DD;
}
#search a, #englishday a {	color:#0000DD;}
#form {
	text-align:center;
	width:auto;
	float:left;
	margin-left:30px;
}
form {
	margin:0;
	padding:0;
}
#help {
	width:55px;
	float:right;
}


/* sentence of the day */
#day {
	margin:0 auto;
	width:600px;
	border-bottom:1px solid #CCC;
	text-align:center;
	padding:10px 0;
	clear:both;
	}


/* ads */
#splink {
	width:600px;
	margin:10px auto;
}
#splink ul {
margin:0;
padding:0;
list-style:none;
}
#splink li {
width:199px;
float:left;
line-height:25px;
}
#englishday { 
	text-align:center;
	color:#0000DD;
	margin:30px;
	clear:both;
}
#splink a,#footer a {
	color:#333;
}


/* footer */
#footer {
	text-align:center;
	color:#666;
	margin:30px;
	clear:both;
}