html, body{
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #F3F3F3 url(../_img/bg.jpg) top repeat-x;
    color: #444444;
}
#page {
    width:778px;
    //height: 85%;
    margin:0 auto;
}
#header {
    height: 74px;
    width: 778px;
}
#menuimage {
    margin:0 auto;
    height: 209px;
    width: 778px;
}
#menu {
    float: left;
    display: inline;
    height: 209px;
    width: 220px;
}
#image {
    float: right;
    display: inline;
    height: 209px;
    width: 558px;
}
#cols {
    width: 778px;
    height: 100%;
    background-color: #ffffff;
}
#leftcol {
    text-align: left;
    float: left;
    display: inline;
    width: 220px;
    vertical-align: text-top;
}
#maincols {
    text-align: left;
    float: right;
    display: inline;
    width: 558px;
    vertical-align: text-top;
}
#maincol {
    text-align: left;
    display: inline;
    float: right;
    width: 558px;
    vertical-align: text-top;
    background-image: url(../_img/colbg.gif);
    background-repeat: repeat-x;
    vertical-align: text-top;
}
#col {
    text-align: left;
    width: 558px;
    display: inline;
    padding: 0;
    background-repeat: repeat-x;
}
#col1 {
    width: 279px;
    float: left;
    display: inline;
    padding: 0;
    background-image: url(../_img/colbg.gif);
    background-repeat: repeat-x;
}
#col2 {
    width: 279px;
    float: right;
    display: inline;
    padding: 0;
    background-image: url(../_img/colbg.gif);
    background-repeat: repeat-x;
}
#title_short {
    font-family: Times, Georgia;
    width:241px;
    height: 59px;
    padding-top: 25px;
    padding-left: 30px;
    background-image: url(../_img/titlebg.jpg);
    background-repeat: no-repeat;
    color: #4575B7;
    font-size: 22px;
}
#footer {
    width: 778px;
    background-color: #cccccc;
    height: 70px;
    padding-top: 5px;
    color: #888888;
    line-height: 14px;
}
#footer a{
    color: #444444;
    text-decoration: none;
}
#footer a:hover{
    color: #000000;
    text-decoration: underline;
}
#artlist .count {
    color: #888888;
}
#artlist .count a{
    color: #444444;
    text-decoration: underline;
}
#artlist .count a:hover{
    color: #cc2200;
    text-decoration: underline;
}
.date {
    color: #aaaaaa;
    font-size: 9px;
}
.small {
    color: #999999;
    font-size: 9px;
}
.lead {
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #444444;
}
#title {
    width:500px;
    height: 59px;
    padding-top: 25px;
    padding-left: 30px;
    background-image: url(../_img/titlebg.jpg);
    background-repeat: no-repeat;
    color: #4575B7;
    font-size: 22px;
    font-family: Times, Georgia;
}

#commlist {
    padding: 0 20px 20px 20px;
}
#commlist .title{
    color: #234E8C;
    font-weight: bold;
}
#commlist a{
    color: #234E8C;
    font-weight: bold;
    text-decoration: none;
}
#commlist a:hover{
    color: #234E8C;
    text-decoration: underline;
}

#newslist {
    padding: 0 20px 20px 20px;
}
#newslist a{
    color: #C20000;
    font-weight: bold;
    text-decoration: none;
}
#newslist .title{
    color: #C20000;
    font-weight: bold;
}
#newslist a:hover{
    color: #C20000;
    text-decoration: underline;
}
#artlist {
    padding: 0 20px 20px 20px;
    text-align: justify;
    text-justify: inter-word;
}
#artlist .title{
    color: #234E8C;
    font-weight: bold;
}
#artlist a{
    color: #234E8C;
    font-weight: bold;
    text-decoration: none;
}
#artlist a:hover{
    color: #234E8C;
    text-decoration: underline;
}
#search{
    height: 48px;
    padding: 0;
    background-image: url(../_img/searchbg.gif);
    /*background-repeat: repeat-x;*/
    vertical-align: baseline;
}

#logos {
    padding: 0 12px 0 12px;
    text-align: right;
    font-size: 10px;
    font-family: Arial, helvetica, Verdana;
}
#logos a{
    text-decoration: none;
}
#logos a:hover{
    text-decoration: underline;
}
#shortcuts {
    height: 136px;
}
#categories table{
        font-size: 11px;
}
#categories a {
    color: #4575B7;
    font-weight: bold;
    text-decoration: none;
}
#categories a:hover {
    color: #C20000;
    text-decoration: underline;
}
#categories .catlist{

    text-align: right;
    width: 190px;
}

