@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; outline:none;font-family:Arial, sans-serif;font-size:12.99px; line-height: 20px }

#wrapper {
width: 960px;
height: 150px;
background: #;
margin: auto;
position: relative;
}
#header {
width: 960px;
height: 135px;
background: #ffffff;
}

#top-nav {
width: 960px;
height: 5px;
background: #3e5368;
}

#nav-bar {
width: 960px;
height: 30px;
background: #3e5368;
}
#nav-bar ul {margin: 0px 0px 0px 450px}
#nav-bar ul li {
float: left;
list-style: none;
text-decoration: none;
margin: 3px 0px 0px 0px;
padding: 0px 10px 0px 10px;
border-right: solid 1px #ffffff;
}
#nav-bar ul li a{
text-decoration: none;
color: #ffffff;
}

#nav-bar ul li a:hover {
color: #ffffff;
}

#nav-bar ul li:hover {
background: #666666;
}

#logo {
width: 160px;
height: 95px;
background: #ffffff;
text-align:absolute;
margin-top: 0px ;
}

#banner {
width: 800px;
height: 95px;
background: #ffffff;
position: absolute;
margin: -95px 0px 0px 250px;
}

#line {
width: 960px;
height: 1px;
background: #3e5368;
opacity: 0.5;
box-shadow: 0px 2px 5px #0099ff;
}

#main-container {
width: 960px;
height: auto;
background: #e5e5e5;
position: relative;
}

#subject-content {
width: 250px;
height: 900px;
background: #c0c0c0;
}

#main-menu {
width: 220px;
height: 800px;
background:#c0c0c0;
margin: auto;
padding-top: 20px;
}
#main-menu ul {margin: 10px 0px 10px 20px;}
#main-menu ul li a{
text-decoration: none;
color: #111;
}
#main-menu ul li:hover {list-style: none;}
#main-menu ul li a:hover {color: #cc3300; font-style: italic;}

#content {
position: absolute;
width: 710px;
height: 800px;
background: #e5e5e5;
margin: -900px 0px 0px 250px;
}
#info-c {
width: 660px;
height: 700px;
background: #e5e5e5;
margin: auto;
padding-top: 20px;
}

#footer {
width: 960px;
height: 10px;
background: #ffffff;
text-align: left;
}

#footer h3 {color: #000000;	}