#pos {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
#structure {
    height:100%;
    border-right:2px solid #D8A221;
}
#structure, #header, #linkbar, #footer {
    width:775px;
}
#header {
    height:104px;
    text-align:left;
    vertical-align:bottom;
    background-color:#1461CA;
    background-image:url('../imgs/header.jpg');
    background-position:bottom left;
    background-repeat:no-repeat;
}
#bg {
    background-image:url('../imgs/background.jpg');
    background-position:top left;
    background-repeat:no-repeat;
    background-color:#1461CA;
    height:100%;
    }
#linkbar {
    height:24px;
    /*background-color:#601E14;*/
    /*background-image:url('../imgs/linkbar.jpg');*/
    text-align:right;
    padding-right:15px;
    vertical-align:top;
    font-size:19px;
}
#linkbar a:link, #linkbar a:visited, #linkbar a:active {
/*    color:#000000;*/
    font-weight:800;
    height:100%;
    margin-left:10px;
}
#linkbar a:hover {
    /*color:#000000;*/
    text-decoration:none;
}
#footer {
/*    background-image:url('../imgs/footer.png');
    background-position:top left;                */
    height:60px;
    vertical-align:bottom;
    /*background-color:#46120A;*/
   /* background-image:url('../imgs/footer.jpg');*/
    text-align:right;
    font-size:15px;
    font-weight:800;
}
#footer a:link, #footer a:visited, #footer a:active {
    /*color:#000000;*/
    margin-right:15px;
}
#footer a:hover {
/*    text-decoration:underline;*/
}
#menu {
    vertical-align:top;
    width:20%;
    /*background-image:url('../imgs/menu_back.jpg');
    background-position:bottom right;*/
    /*background-repeat:no-repeat;
    background-color:#540A02;*/
    
    /*background-color:#46120A;*/
}
#menu div{
    border-right:2px solid #D8A221;
    /*background-color:#601E14;*/
    width:150px;
    /*background-image:url('../imgs/menu_btm.gif');
    background-repeat:no-repeat;
    background-position:bottom right;*/
    padding-bottom:1px;
    font-weight:800;
    font-size:19px;
}
#menu a:link, #menu a:visited, #menu a:active {
    /*color:#9E431F;*/
    display:block;
    padding-left:10px;
    margin-bottom:5px;
    width:100%;
}
#menu a:hover {
    color:#E9E217;
    /*color:#A32201;*/
    text-decoration:none;
}
.clearfloat123 {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer123 {
	height: 0px;
	width:1px;
	clear: both;
	text-indent: -9999px;
}
