* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

h1 {
    font-size: 23px;
    padding-bottom: 15px;
}

p {
    padding-bottom: 10px;
}

body
{
    overflow-y: scroll;
}

.page {
    width: 960px;
    padding: 0px 20px 0px 20px;
}

.center {
    margin: 0px auto;
}

.header {
    position: relative;
    padding: 10px 0px 0px 0px;
    display: block;
}

.header .logo {
    display: inline-block;
    height: 100px;
    width: 385px;
    background:url('img/logo.png') no-repeat;
}

.header .info {
    float: right;
}

.header .info p {
    float: right;
    clear: both;
    padding: 0;
}

nav {
    display: block;
    height: 56px;
}

.menu {
    list-style: none;
    display: block;
}

.menu-item {
    float: left;
}

.menu-item a {
    color: #606060;
    border-bottom: 4px solid white;
    line-height: 56px;
    padding: 15px 15px;
}

.menu-item a:hover {
    color:  #FF0000;
    border-bottom: 4px solid #FF0000;
}

.active a {
    color: #FF0000;
    border-bottom: 4px solid #FF0000;
}

.image {
    clear: both;
    height: 200px;
    margin: 1px auto 14px auto;
}

.footer {
    clear: both;
    text-align: center;
    height:135px;
    border-top:1px solid #ccc;
}

.footer p {
    padding: 10px;
}

.content {
    float: left;
    width: 650px;
    padding-bottom: 10px;
    line-height: 1.6em;
    /*padding: 10px 10px 10px 0px;*/
}

.sidebar {
    float: right;
    width: 200px;
    background: lightgray;
    /*margin-bottom: 25px;*/
}

ol.bjqs-markers {
    width: auto;
    float: right;
}

ol.bjqs-markers, ol.bjqs-markers * {
    font-size: 0px;
}

ol.bjqs-markers li a{
	background: lightgray;
    margin: 3px 0px 3px 3px;
    padding: 2px 15px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
    /*background: #E61C29;*/
    background: #FF0000;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}