body {
    background-color: #252525;
    font-family: Verdana;
    text-align: justify;
    color: #e1e9ed;
    background-image: url(/images/page/bg.jpg);
}

#page {
    margin: auto;
    width: 1100px;
}

#header {
    width: 1100px;
}

#main {
    width: 700px;
    line-height: 1.5;
    border: none;
}
/*
#galery_main {
    width: 1100px;
    line-height: 1.5;
    border: none;
	text-align:center;
}
*/
#sidebar {
    float: right;
    text-align: center;
    width: 400px;
    min-height: 100%;
}

#footer {
    float: none;
}

#submenu {
    font-size: 90%;
}

ul.menu {
    padding: 0;
}

li.menu {
    display: inline;
    text-decoration: none;
}

.submenu {
    display: inline;
    text-decoration: none;
}

ul.submenu {
    padding: 0;
}

#gb_entry {
    background-color: #252525;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: inset;
    border-color: #e1e9ed;
    border-width: 1px;
}

a:link {
    color: #e1e9ed;
    text-decoration: underline;
}

a:visited {
    color: #e1e9ed;
    text-decoration: underline;
}

/*a:focus { font-weight:bold; color:red; text-decoration:underline; }*/
a:hover {
    color: #ec1b23;
    text-decoration: underline;
}

a:active {
    color: #ec1b23;
    text-decoration: underline;
}

a:link.menu {
    color: #e1e9ed;
    text-decoration: none;
}

a:visited.menu {
    color: #e1e9ed;
    text-decoration: none;
}

/*a:focus { font-weight:bold; color:red; text-decoration:underline; }*/
a:hover.menu {
    color: #ec1b23;
    text-decoration: none;
}

a:active.menu {
    color: #ec1b23;
    text-decoration: none;
}

a:link.menu_active {
    color: #ec1b23;
    text-decoration: none;
}

a:visited.menu_active {
    color: #ec1b23;
    text-decoration: none;
}

/*a:focus { font-weight:bold; color:red; text-decoration:underline; }*/
a:hover.menu_active {
    color: #ec1b23;
    text-decoration: none;
}

a:active.menu_active {
    color: #ec1b23;
    text-decoration: none;
}

/*
 * Stylehsheets for the Blackboard
 */
#board_top {
    min-width: 700px;
    max-width: 700px;
    min-height: 15px;
    max-height: 15px;
    background-image: url(/images/page/h_bar.jpg);
}

#board_bottom {
    min-width: 700px;
    max-width: 700px;
    min-height: 15px;
    max-height: 15px;
    background-image: url(/images/page/h_bar.jpg);
}

#board_left {
    float: left;
    min-height: 100px;
    min-width: 15px;
    background-image: url(/images/page/v_bar.jpg);
}

#board_right {
    float: right;
    min-width: 15px;
    max-width: 15px;
    min-height: 100px;
    background-image: url(/images/page/v_bar.jpg);
}

#board_content {
    /*display:table-cell;*/
    margin-left: 15px;
    width: 670px;
    min-height: 100px;
    font-family: Comic Sans MS;
    background-image: url(/images/page/center.jpg);
}

/*
 #board_left {
 float: left;
 width: 15px;
 margin: 0;
 padding: 0;
 background: url("/images/page/v_bar.jpg") top right no-repeat;
 }
 
 #board_right {
 float: right;
 width: 15px;
 margin: 0;
 padding: 0;
 background: url("/images/page/v_bar.jpg");
 }
 
 #board_content {
 margin: 0 670px;
 width: 670px;
 background: url("/images/page/center.jpg");
 }
 */
