﻿
#Title_Tag  {
    position:absolute;
    top:0;
    left:60px;
    padding:10px 10px 2px 10px;
    height:44px; 
    z-index:2;
    background-color:#555555;
    border-bottom:solid 4px Black;
    text-align: Left;
    }
#Text_Body {
    position:absolute;
    width:740px;
    border:solid 0px Red;
    text-align:center;
    z-index:0;
    margin:0;
    }   
#Box_Top {   
    width:740px;
    height:50px;
    background-color:Transparent;
    background:url('../images/Box_740_Borders-Top.jpg') no-repeat top;
}
#Box_Body {   
    border:solid 0px blue;
    background-color:Transparent;
    background:url('../images/Box_740_Borders-Middle.jpg') repeat-y;
    margin:0;
    text-align:center;
}
#Box_Body p {
    line-height:1.8;
    margin-left:10px;
    margin-top:0;
    margin-bottom:0px;
    margin-right:10px;
    padding:10px 20px 4px 20px;
    text-align:left;
}
.paragraph_compact {
    margin-left:80px;
    margin-right:80px;
    padding-left:20px; 
}
#Box_Bottom {
    width:740px;
    background-color:Transparent;
    height:50px;
    background:url('../images/Box_740_Borders-Bottom.jpg') no-repeat bottom;  
}
#Side_Box_Top {   
    width:360px;
    height:30px;
    background-color:Transparent;
    background:url('../images/Box_360_Blue-Top.jpg') no-repeat top;
}
#Side_Box_Body {   
    border:solid 0px blue;
    background-color:Transparent;
    background:url('../images/Box_360_Blue-Middle.jpg') repeat-y;
    padding-left:16px;
    padding-right:16px;
}
#Side_Box_Bottom {
    width:360px;
    background-color:Transparent;
    height:30px;
    background:url('../images/Box_360_Blue-Bottom.jpg') no-repeat bottom;  
}