/* CSS Document */
html {
	min-height:100%;
}
	
body {
	background:#fff url(../ischool.img/bg.ischool.jpg) repeat-x;	
	font-family:Tahoma,Helvetica,Sans,Sans-Serif;
	font-size:12px;
	margin:auto 0px;
	padding:0px;
}	

a { text-decoration:none; border:none;color:#60240a }

a img{
	border:none;
}

#ischool-content{
	width:1000px;
	height:730px;
}

#ischool-content-main-right{
	float:right;
	width:210px;	
}

#ischool-content-main-left{
	float:left;
	width:780px;
}

#ischool-content-news{
	margin-top:10px;
	background:#edddaa;
	border:#bd8e48 solid 1px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	height:507px;
	/*height:710px;*/
}

#ischool-content-to-detail{
	margin-top:10px;
	background:#edddaa;
	border:#bd8e48 solid 1px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	height:750px;
}

#info-online {
	border:1px solid;
	padding:0px 5px;
}

#ischool-footer {
	width:1000px;
	height:40px;
	margin:15px 0;
	bottom:0px;
	border:#aeaeae solid 1px;
	-moz-border-radius:7px;	
	-webkit-border-radius:7px;
	background:#ededed;
	color:#666;
	}
	
#footer-left {
	float:left;
	text-align:left;
	width:400px
	}		
	
#ischool-footer ul {
	float:left;
	margin-left:0;
	padding-left:10px;
	margin-top:3px;
	padding-top:0;
	padding-bottom:5px;
	margin-bottom:0;
	}		
	
#ischool-footer li {
	list-style:none;
	display:inline;
	}	

#ischool-footer li a{
	color:#666
	}	
	
#ischool-footer li a:hover{
	color:#333
	}		
	
#footer-right {
	float:right;
	}	
	
#footer-right img{
	height:33px;
	margin-top:4px;
	margin-left:5px;
	
	}
	
#copy {
	float:left;
	padding-left:10px;
	text-align:left;
	width:270px;
	color:#000;
	font-size:95%
	}		
	
.ischool-clear {
	clear:both;
	}		
