/*
Design by 
http://www.yihaowangluo.com
Released for free under a Creative Commons Attribution 2.5 License
*/


/* Header */

#header {
	width: 100%;
	height: 100%;
	/* background: url(../pic/IIDL-PepPI.bmp); */
	background: url(../pic/ab.jpg);
	/* background-color: #29A4E1; */
	background-repeat: no-repeat;
	text-align: center;
	/* background: 		#93C4F2; */
	/*border-bottom: 5px solid #E16629;ADD8E6*/
}
/* #header p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
} */
/* Logo */

#logo {
	float: left;
	width: 150px;
	height: 80;
	/*background:  url(/SMI-BLAST/static/pic/4.png) no-repeat center;*/
	text-align: center;
}
/*
#logo h1 {
	padding-top: 80px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
*/

/* Menu */

#menu {
	float: middle;
	width: 720px;
	height: 66px;
	/*background: #0099FF;
	
*/
}

#menu ul {
	height: 5px;
	/*background: #29A4E1;*/
	list-style: none;
}

#menu li {
	display: inline;
 font-size:25px;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 15px 0 15px;
	border-top: 0px solid #29A4E1;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
}

#menu a:hover {
	/*background: #DCDCDC;*/
	border-top-color: #1A7196;
	/*color: #4B0082;*/
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	background:#FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#page p{
font-family:Geneva, Arial, Helvetica, sans-serif;

}
/* Content */

#content {
	float: right;
	width: 860px;
	padding: 0px;
	background:  #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 0px;
	padding: 0px;
	background: url(/SMI-BLAST/static/pic/img03.gif) repeat-y;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 12px;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 12px;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
	/*border-top: 5px solid #E16629;*/
	/*background: url(/SMI-BLAST/static/pic/0002.jpg) repeat-x;*/
	background: 	#056AD7;
}

#footer p {
	text-align: center;
	color:#FFFFFF;
	font: normal 129%;
}
#footer a {

	color:#FFFFFF;
	
}
