@charset "utf-8";
/* CSS Document */

body {background: url(images/bg.jpg) 50% -80px no-repeat; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; line-height: 18px;}
a {color: #000; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
p {margin: 0;}
#wrapper {width: 940px; margin: 0 auto; min-height: 800px; margin-top: 40px;}

/* Sidebar */
#sidebar {width: 200px; float: left; margin-right: 20px;}
#logo {width: 200px; height: 429px; background: url(images/logo.png) no-repeat;}
.logo-text {padding-top: 230px; text-align: center; font-size: 12px; width: 200px;}
#sidebar-bottom {width: 220px; height: 229px;margin-top: 167px;}

/* Content */
#content {width: 720px; float: left;}
#header {width: 720px; height: 365px;}
#middle {width: 720px; height: 230px; background: url(images/middle.png) no-repeat;}
.middle-left {width: 350px; padding: 20px; height: 190px; float: left; font-size: 18px; line-height: 22px;}
.middle-right { float: left; width: 330px; height: 230px; }
#slider {padding: 15px; z-index: 1; width: 300px; height: 200px;}
#slider-buttons {
    float: right;
    margin-top: -15px;
	z-index: 20;
	position: relative;
	margin-right: 5px;
}
#slider-buttons a {
    background: none repeat scroll 0 0 #111111;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 10px;
}
#slider-buttons a.activeSlide {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
.map {width: 460px; height: 230px; float: right;}
#bottom {width: 720px; height: 229px; background: url(images/bottom.png) no-repeat;}
.bottom-left {width: 220px; height: 190px; padding: 20px; float: left;}
.bottom-left p {}
.book-box {width: 202px; height: 63px; background: url(images/book.png)no-repeat; float: left; position: absolute; margin-top: 155px; margin-left: 240px;}
#footer {color: #fff; width: 720px; height: 30px; line-height: 30px;}
#footer p {margin: 5px 0 !important;}
#footer a {color: #fff;}
#footer a:hover {color: #fff;}

#footer-bottom h1 {font-size: 12px; color: #fff; font-weight: normal; margin: 0;}