html { margin: 0; padding: 0; }
form { margin: 0 0 0 5px; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
    margin: 0;
}

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }

#br a { color: #FF4500; text-decoration: none; }
#br a:hover { color: #fff; }

#br,#footer,.lilabel
{
    color:#FF6633; 
    background: #FFFFCC;
}

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

body {
    min-width: 730px;
    text-align: center; /* center on ie */
    margin: 0px auto;
    padding: 0;
    font-size: 0.8em;
    background: #FFFAFA;
    line-height: 1.5;
    color: #333;
    border: 2px solid #999;
}

 p { margin: 10px 0; line-height: 1.5; }

#cont
{
    position: relative;
    width: 730px;
    margin: 0 auto;
    text-align: left;
    padding: 1px 0 0;
    background: #fff;
}

#cont:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#br {
    position: relative;
    margin: 0 auto;
    width: 730px; /* necessary for ie win */
    height: 80px;
    border-bottom: 1px solid #999;
}

#br h1
{
    margin: 0;
    color: #FF4500;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:35px; left:5px;
}

#br-navi
{
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:50px; right:10px;
}

#br p
{
    width: 730px;
    margin: 0;
    padding: 3px;
    color: #333333;
    font-size: 12px;
    line-height: 1.5;
    background: #CCFF99;
    position:absolute; bottom:0px; left:0px;
}

#banner-description { display: none; }

#pbody
{
     position: relative;
     width: 530px;
     text-align: center;
     float: left;
}

#main
{
     display: inline; /* ie win bugfix */
     position: relative;
     float: right;
     min-height: 1px;
     text-align: left;
     width: 330px;
}

#left
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 180px;
}

#left .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}

#right
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width:180px;
}

#right .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}

.ads-hr {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.ad-hr {
    font-size: 0.9em;
    margin: 10px 0;
    text-align: left;
    background: #CCFF99;
    font-weight: normal;
}

.ads {
    margin: 10px 0;
}

.entry { line-height: 1.1; margin: 5px 2px 25px; }
.entry p {
    margin: 0 0 25px;
    letter-spacing: 0;
    line-height: 1.1;
}

.both {clear: both;}

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 730px; 
    height: 60px;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    line-height: 60px;
    border-top: 1px solid #ccc;

}

.lilabel
{
    width: auto;
    margin: 10px 0 0;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.m-c,.module-content2 {
    margin: 0;
    font-size: 12px;
    padding: 10px;
    color:#666;
    line-height: 1.5;
    border: 1px solid #999;
}

.m-c p {
   padding: 0 0 5px;
   margin: 0;
}

ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.m-c li
{
    display: block;
    font-size: 12px;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.center { text-align: center; }
