body {
    background: url(../resources/album-mosaic.jpg);
}

#page_body{
    width:900px;
    min-height:900px;
    background:#fff;
    margin-left:auto;
    margin-right:auto;
    border: 3px solid #606060;
    font-family: arial;
}

#header{
    margin-left:auto;
    margin-right:auto;
}

#page_content{
    width:800px;
    margin-left:30px;
   
}

#content-left {
    float: left;
    width: 390px;
}

#content-right {
    float: right;
    width: 400px;
}

.navigation_bar{
    margin-left:30px;
    margin-bottom:50px; 
    font-family: arial;
    font-size:12px;
    font-weight:bolder;
}

.page_link{
    margin-right:20px; 
    font-family: arial;
    font-size:12px;
    font-weight:bolder;
}

.album-review-item {
    margin-bottom: 50px;
}

.quotation{
    font-size: 26px;
}

.photo{
    padding: 10px;
    margin: 10px;
    border:1px solid #bbbbbb;
}

#issues_bar{
    margin-top:-12px;
    margin-left:32px;
    font-size:14px;
}

.issue{
    
}

.current_issue{
    background:#ffffff;
    font-size:28px;
    font-weight:bolder;
    text-decoration:none;
    color:#000000;
    border-bottom:5px solid #000000;
}

A.issue_link:link {
    text-decoration:none;
    color:#ffffff;
    padding:10px;
    border: 1px solid #ffffff;
    background:#000000;
    width:200px;
}

A.issue_link:visited {
    text-decoration:none;
    color:#ffffff;
    padding:10px;
    border: 1px solid #ffffff;
    background:#000000;
    width:200px;
}

A.issue_link:hover{
    text-decoration:none;
    color:#000000;
    padding:10px;
    border: 1px solid #000000;
    background:#ffffff;
    width:200px;
}
